mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
This moves the filter_formats and get_format_list functions to a common file. These functions were roughly the same, with an optional filtering in some tests for testing mipmaps. Signed-off-by: Radek Szymanski <radek.szymanski@arm.com>
16 lines
295 B
CMake
16 lines
295 B
CMake
set(MODULE_NAME SAMPLERLESS_READS)
|
|
|
|
set(${MODULE_NAME}_SOURCES
|
|
main.cpp
|
|
test_iterations.cpp
|
|
test_loops.cpp
|
|
test_read_1D.cpp
|
|
test_read_3D.cpp
|
|
test_read_1D_buffer.cpp
|
|
test_read_1D_array.cpp
|
|
test_read_2D_array.cpp
|
|
../common.cpp
|
|
)
|
|
|
|
include(../../CMakeCommon.txt)
|