Home
last modified time | relevance | path

Searched refs:test_fill_image_generic (Results 1 – 6 of 6) sorted by relevance

/external/OpenCL-CTS/test_conformance/images/clFillImage/
Dtest_fill_1D.cpp19 extern int test_fill_image_generic( cl_context context, cl_command_queue queue, image_descriptor *i…
34 retCode = test_fill_image_generic( context, queue, imageInfo, origin, region, outputType, d ); in test_fill_image_size_1D()
50 … retCode = test_fill_image_generic( context, queue, imageInfo, origin, region, outputType, d ); in test_fill_image_size_1D()
Dtest_fill_2D.cpp19 extern int test_fill_image_generic( cl_context context, cl_command_queue queue, image_descriptor *i…
34 retCode = test_fill_image_generic( context, queue, imageInfo, origin, region, outputType, d ); in test_fill_image_size_2D()
52 … retCode = test_fill_image_generic( context, queue, imageInfo, origin, region, outputType, d ); in test_fill_image_size_2D()
Dtest_fill_1D_array.cpp19 extern int test_fill_image_generic( cl_context context, cl_command_queue queue, image_descriptor *i…
34 retCode = test_fill_image_generic( context, queue, imageInfo, origin, region, outputType, d ); in test_fill_image_size_1D_array()
52 … retCode = test_fill_image_generic( context, queue, imageInfo, origin, region, outputType, d ); in test_fill_image_size_1D_array()
Dtest_fill_3D.cpp19 extern int test_fill_image_generic( cl_context context, cl_command_queue queue, image_descriptor *i…
34 retCode = test_fill_image_generic( context, queue, imageInfo, origin, region, outputType, d ); in test_fill_image_3D()
54 … retCode = test_fill_image_generic( context, queue, imageInfo, origin, region, outputType, d ); in test_fill_image_3D()
Dtest_fill_2D_array.cpp19 extern int test_fill_image_generic( cl_context context, cl_command_queue queue, image_descriptor *i…
34 retCode = test_fill_image_generic( context, queue, imageInfo, origin, region, outputType, d ); in test_fill_image_2D_array()
54 … retCode = test_fill_image_generic( context, queue, imageInfo, origin, region, outputType, d ); in test_fill_image_2D_array()
Dtest_fill_generic.cpp257 int test_fill_image_generic( cl_context context, cl_command_queue queue, image_descriptor *imageInf… in test_fill_image_generic() function