Home
last modified time | relevance | path

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

/aosp_15_r20/external/OpenCL-CTS/test_conformance/images/clCopyImage/
H A Dmain.cpp32 extern int test_image_set( cl_device_id device, cl_context context, cl_command_queue queue, Methods…
38 return test_image_set( device, context, queue, k1D ); in test_1D()
42 return test_image_set( device, context, queue, k2D ); in test_2D()
46 return test_image_set( device, context, queue, k3D ); in test_3D()
50 return test_image_set( device, context, queue, k1DArray ); in test_1Darray()
54 return test_image_set( device, context, queue, k2DArray ); in test_2Darray()
58 return test_image_set( device, context, queue, k2DTo3D ); in test_2Dto3D()
62 return test_image_set( device, context, queue, k3DTo2D ); in test_3Dto2D()
66 return test_image_set( device, context, queue, k2DArrayTo2D ); in test_2Darrayto2D()
70 return test_image_set( device, context, queue, k2DTo2DArray ); in test_2Dto2Darray()
[all …]
H A Dtest_loops.cpp155 int test_image_set( cl_device_id device, cl_context context, cl_command_queue queue, MethodsToTest … in test_image_set() function
/aosp_15_r20/external/OpenCL-CTS/test_conformance/images/samplerlessReads/
H A 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()
51 return test_image_set(device, context, queue, CL_MEM_OBJECT_IMAGE1D_BUFFER); in test_1Dbuffer()
55 return test_image_set( device, context, queue, CL_MEM_OBJECT_IMAGE2D ); in test_2D()
59 return test_image_set( device, context, queue, CL_MEM_OBJECT_IMAGE3D ); in test_3D()
63 return test_image_set( device, context, queue, CL_MEM_OBJECT_IMAGE1D_ARRAY ); in test_1Darray()
67 return test_image_set( device, context, queue, CL_MEM_OBJECT_IMAGE2D_ARRAY ); in test_2Darray()
H A Dtest_loops.cpp124 int test_image_set( cl_device_id device, cl_context context, cl_command_queue queue, cl_mem_object_… in test_image_set() function
/aosp_15_r20/external/OpenCL-CTS/test_conformance/images/clGetInfo/
H A Dmain.cpp28 extern int test_image_set( cl_device_id device, cl_context context, cl_mem_object_type image_type );
33 return test_image_set( device, context, CL_MEM_OBJECT_IMAGE1D ); in test_1D()
37 return test_image_set( device, context, CL_MEM_OBJECT_IMAGE2D ); in test_2D()
47 return test_image_set( device, context, CL_MEM_OBJECT_IMAGE3D ); in test_3D()
51 return test_image_set( device, context, CL_MEM_OBJECT_IMAGE1D_ARRAY ); in test_1Darray()
55 return test_image_set( device, context, CL_MEM_OBJECT_IMAGE2D_ARRAY ); in test_2Darray()
H A Dtest_loops.cpp84 int test_image_set( cl_device_id device, cl_context context, cl_mem_object_type image_type ) in test_image_set() function
/aosp_15_r20/external/OpenCL-CTS/test_conformance/images/kernel_image_methods/
H A Dmain.cpp30 extern int test_image_set( cl_device_id device, cl_context context, cl_command_queue queue, cl_mem_…
36 return test_image_set( device, context, queue, CL_MEM_OBJECT_IMAGE1D ); in test_1D()
40 return test_image_set( device, context, queue, CL_MEM_OBJECT_IMAGE2D ); in test_2D()
44 return test_image_set( device, context, queue, CL_MEM_OBJECT_IMAGE3D ); in test_3D()
48 return test_image_set( device, context, queue, CL_MEM_OBJECT_IMAGE1D_ARRAY ); in test_1Darray()
52 return test_image_set( device, context, queue, CL_MEM_OBJECT_IMAGE2D_ARRAY ); in test_2Darray()
H A Dtest_loops.cpp102 int test_image_set( cl_device_id device, cl_context context, cl_command_queue queue, cl_mem_object_… in test_image_set() function
/aosp_15_r20/external/OpenCL-CTS/test_conformance/images/clReadWriteImage/
H A Dmain.cpp32 extern int test_image_set( cl_device_id device, cl_context context, cl_command_queue queue, cl_mem_…
36 return test_image_set( device, context, queue, CL_MEM_OBJECT_IMAGE1D ); in test_1D()
40 return test_image_set( device, context, queue, CL_MEM_OBJECT_IMAGE2D ); in test_2D()
44 return test_image_set( device, context, queue, CL_MEM_OBJECT_IMAGE3D ); in test_3D()
48 return test_image_set( device, context, queue, CL_MEM_OBJECT_IMAGE1D_ARRAY ); in test_1Darray()
52 return test_image_set( device, context, queue, CL_MEM_OBJECT_IMAGE2D_ARRAY ); in test_2Darray()
H A Dtest_loops.cpp116 int test_image_set( cl_device_id device, cl_context context, cl_command_queue queue, cl_mem_object_… in test_image_set() function
/aosp_15_r20/external/OpenCL-CTS/test_conformance/images/clFillImage/
H A Dmain.cpp31 extern int test_image_set( cl_device_id device, cl_context context, cl_command_queue queue, Methods…
37 return test_image_set(device, context, queue, k1D); in test_1D()
41 return test_image_set(device, context, queue, k2D); in test_2D()
45 return test_image_set(device, context, queue, k3D); in test_3D()
49 return test_image_set(device, context, queue, k1DArray); in test_1Darray()
53 return test_image_set(device, context, queue, k2DArray); in test_2Darray()
H A Dtest_loops.cpp118 int test_image_set( cl_device_id device, cl_context context, cl_command_queue queue, MethodsToTest … in test_image_set() function
/aosp_15_r20/external/OpenCL-CTS/test_conformance/images/kernel_read_write/
H A Dmain.cpp54 extern int test_image_set( cl_device_id device, cl_context context, cl_command_queue queue, test_fo…
150 ret += test_image_set( device, context, queue, test_read_image_formats, imageType ); in doTest()
165 ret += test_image_set( device, context, queue, test_read_image_formats, imageType ); in doTest()
176 ret += test_image_set( device, context, queue, test_write_image_formats, imageType ); in doTest()
193 … ret += test_image_set( device, context, queue, test_write_image_formats, imageType ); in doTest()
212 ret += test_image_set( device, context, queue, test_read_image_formats, imageType ); in doTest()
227 ret += test_image_set( device, context, queue, test_read_image_formats, imageType ); in doTest()
234 ret += test_image_set( device, context, queue, test_write_image_formats, imageType ); in doTest()
251 … ret += test_image_set( device, context, queue, test_write_image_formats, imageType ); in doTest()
H A Dtest_loops.cpp233 int test_image_set(cl_device_id device, cl_context context, in test_image_set() function