Home
last modified time | relevance | path

Searched refs:test_image_set (Results 1 – 14 of 14) sorted by relevance

/external/OpenCL-CTS/test_conformance/images/clCopyImage/
Dmain.cpp39 extern int test_image_set( cl_device_id device, cl_context context, cl_command_queue queue, Methods…
47 return test_image_set( device, context, queue, k1D ); in test_1D()
51 return test_image_set( device, context, queue, k2D ); in test_2D()
55 return test_image_set( device, context, queue, k3D ); in test_3D()
59 return test_image_set( device, context, queue, k1DArray ); in test_1Darray()
63 return test_image_set( device, context, queue, k2DArray ); in test_2Darray()
67 return test_image_set( device, context, queue, k2DTo3D ); in test_2Dto3D()
71 return test_image_set( device, context, queue, k3DTo2D ); in test_3Dto2D()
75 return test_image_set( device, context, queue, k2DArrayTo2D ); in test_2Darrayto2D()
79 return test_image_set( device, context, queue, k2DTo2DArray ); in test_2Dto2Darray()
[all …]
Dtest_loops.cpp189 int test_image_set( cl_device_id device, cl_context context, cl_command_queue queue, MethodsToTest … in test_image_set() function
/external/OpenCL-CTS/test_conformance/images/samplerlessReads/
Dmain.cpp51 extern int test_image_set( cl_device_id device, cl_context context, cl_command_queue queue, cl_mem_…
55 return test_image_set( device, context, queue, CL_MEM_OBJECT_IMAGE1D ) + in test_1D()
56 test_image_set( device, context, queue, CL_MEM_OBJECT_IMAGE1D_BUFFER ); in test_1D()
60 return test_image_set( device, context, queue, CL_MEM_OBJECT_IMAGE2D ); in test_2D()
64 return test_image_set( device, context, queue, CL_MEM_OBJECT_IMAGE3D ); in test_3D()
68 return test_image_set( device, context, queue, CL_MEM_OBJECT_IMAGE1D_ARRAY ); in test_1Darray()
72 return test_image_set( device, context, queue, CL_MEM_OBJECT_IMAGE2D_ARRAY ); in test_2Darray()
Dtest_loops.cpp98 int test_image_set( cl_device_id device, cl_context context, cl_command_queue queue, cl_mem_object_… in test_image_set() function
/external/OpenCL-CTS/test_conformance/images/clGetInfo/
Dmain.cpp35 extern int test_image_set( cl_device_id device, cl_context context, cl_mem_object_type image_type );
42 return test_image_set( device, context, CL_MEM_OBJECT_IMAGE1D ); in test_1D()
46 return test_image_set( device, context, CL_MEM_OBJECT_IMAGE2D ); in test_2D()
56 return test_image_set( device, context, CL_MEM_OBJECT_IMAGE3D ); in test_3D()
60 return test_image_set( device, context, CL_MEM_OBJECT_IMAGE1D_ARRAY ); in test_1Darray()
64 return test_image_set( device, context, CL_MEM_OBJECT_IMAGE2D_ARRAY ); in test_2Darray()
Dtest_loops.cpp145 int test_image_set( cl_device_id device, cl_context context, cl_mem_object_type image_type ) in test_image_set() function
/external/OpenCL-CTS/test_conformance/images/kernel_image_methods/
Dmain.cpp38 extern int test_image_set( cl_device_id device, cl_context context, cl_command_queue queue, cl_mem_…
46 return test_image_set( device, context, queue, CL_MEM_OBJECT_IMAGE1D ); in test_1D()
50 return test_image_set( device, context, queue, CL_MEM_OBJECT_IMAGE2D ); in test_2D()
54 return test_image_set( device, context, queue, CL_MEM_OBJECT_IMAGE3D ); in test_3D()
58 return test_image_set( device, context, queue, CL_MEM_OBJECT_IMAGE1D_ARRAY ); in test_1Darray()
62 return test_image_set( device, context, queue, CL_MEM_OBJECT_IMAGE2D_ARRAY ); in test_2Darray()
Dtest_loops.cpp106 int test_image_set( cl_device_id device, cl_context context, cl_command_queue queue, cl_mem_object_… in test_image_set() function
/external/OpenCL-CTS/test_conformance/images/clReadWriteImage/
Dmain.cpp42 extern int test_image_set( cl_device_id device, cl_context context, cl_command_queue queue, cl_mem_…
46 return test_image_set( device, context, queue, CL_MEM_OBJECT_IMAGE1D ); in test_1D()
50 return test_image_set( device, context, queue, CL_MEM_OBJECT_IMAGE2D ); in test_2D()
54 return test_image_set( device, context, queue, CL_MEM_OBJECT_IMAGE3D ); in test_3D()
58 return test_image_set( device, context, queue, CL_MEM_OBJECT_IMAGE1D_ARRAY ); in test_1Darray()
62 return test_image_set( device, context, queue, CL_MEM_OBJECT_IMAGE2D_ARRAY ); in test_2Darray()
Dtest_loops.cpp118 int test_image_set( cl_device_id device, cl_context context, cl_command_queue queue, cl_mem_object_… in test_image_set() function
/external/OpenCL-CTS/test_conformance/images/clFillImage/
Dmain.cpp37 extern int test_image_set( cl_device_id device, cl_context context, cl_command_queue queue, Methods…
44 return test_image_set(device, context, queue, k1D); in test_1D()
48 return test_image_set(device, context, queue, k2D); in test_2D()
52 return test_image_set(device, context, queue, k3D); in test_3D()
56 return test_image_set(device, context, queue, k1DArray); in test_1Darray()
60 return test_image_set(device, context, queue, k2DArray); in test_2Darray()
Dtest_loops.cpp142 int test_image_set( cl_device_id device, cl_context context, cl_command_queue queue, MethodsToTest … in test_image_set() function
/external/OpenCL-CTS/test_conformance/images/kernel_read_write/
Dmain.cpp65 extern int test_image_set( cl_device_id device, cl_context context, cl_command_queue queue, test_fo…
128 ret += test_image_set( device, context, queue, test_read_image_formats, imageType ); in doTest()
143 ret += test_image_set( device, context, queue, test_read_image_formats, imageType ); in doTest()
154 ret += test_image_set( device, context, queue, test_write_image_formats, imageType ); in doTest()
171 … ret += test_image_set( device, context, queue, test_write_image_formats, imageType ); in doTest()
191 ret += test_image_set( device, context, queue, test_read_image_formats, imageType ); in doTest()
206 ret += test_image_set( device, context, queue, test_read_image_formats, imageType ); in doTest()
213 ret += test_image_set( device, context, queue, test_write_image_formats, imageType ); in doTest()
230 … ret += test_image_set( device, context, queue, test_write_image_formats, imageType ); in doTest()
Dtest_loops.cpp183 int test_image_set( cl_device_id device, cl_context context, cl_command_queue queue, test_format_se… in test_image_set() function