Searched defs:image_format_desc (Results 1 – 6 of 6) sorted by relevance
/external/OpenCL-CTS/test_conformance/profiling/ |
D | readImage.cpp | 123 cl_image_format image_format_desc ) in read_image() 344 cl_image_format image_format_desc = { CL_RGBA, CL_UNORM_INT8 }; in test_read_image_float() local 354 cl_image_format image_format_desc = { CL_RGBA, CL_SIGNED_INT8 }; in test_read_image_char() local 364 cl_image_format image_format_desc = { CL_RGBA, CL_UNSIGNED_INT8 }; in test_read_image_uchar() local
|
D | writeImage.cpp | 405 const char *name, cl_image_format image_format_desc, int readFloat ) in write_image() 641 cl_image_format image_format_desc = { CL_RGBA, CL_UNORM_INT8 }; in test_write_image_float() local 651 cl_image_format image_format_desc = { CL_RGBA, CL_SIGNED_INT8 }; in test_write_image_char() local 661 cl_image_format image_format_desc = { CL_RGBA, CL_UNSIGNED_INT8 }; in test_write_image_uchar() local
|
D | execute_multipass.cpp | 95 cl_image_format image_format_desc = { CL_RGBA, CL_UNORM_INT8 }; in run_kernel() local
|
D | copy.cpp | 436 cl_image_format image_format_desc = { CL_RGBA, CL_UNORM_INT8 }; in copy_image_size() local 760 cl_image_format image_format_desc = { CL_RGBA, CL_UNORM_INT8 }; in test_copy_array_to_image() local
|
D | execute.cpp | 174 cl_image_format image_format_desc = { CL_RGBA, CL_UNORM_INT8 }; in kernelFilter() local
|
/external/OpenCL-CTS/test_conformance/api/ |
D | test_api_min_max.cpp | 250 cl_image_format image_format_desc; in test_min_max_read_image_args() local 386 cl_image_format image_format_desc; in test_min_max_write_image_args() local 554 cl_image_format image_format_desc; in test_min_max_image_2d_width() local 623 cl_image_format image_format_desc; in test_min_max_image_2d_height() local 690 cl_image_format image_format_desc; in test_min_max_image_3d_width() local 747 cl_image_format image_format_desc; in test_min_max_image_3d_height() local 805 cl_image_format image_format_desc; in test_min_max_image_3d_depth() local 862 cl_image_format image_format_desc; in test_min_max_image_array_size() local 918 cl_image_format image_format_desc = {0}; in test_min_max_image_buffer_size() local
|