Home
last modified time | relevance | path

Searched refs:is_image_format_supported (Results 1 – 5 of 5) sorted by relevance

/external/OpenCL-CTS/test_common/harness/
DkernelHelpers.h135 extern int is_image_format_supported(cl_context context, cl_mem_flags flags,
DkernelHelpers.cpp1216 int is_image_format_supported(cl_context context, cl_mem_flags flags, in is_image_format_supported() function
/external/OpenCL-CTS/test_conformance/basic/
Dtest_image_r8.cpp91 if (!is_image_format_supported(context, CL_MEM_READ_ONLY, in test_image_r8()
/external/OpenCL-CTS/test_conformance/api/
Dtest_api_min_max.cpp591 …if (!is_image_format_supported( context, CL_MEM_READ_ONLY, CL_MEM_OBJECT_IMAGE2D, &image_format_de… in test_min_max_image_2d_width()
658 …if (!is_image_format_supported( context, CL_MEM_READ_ONLY, CL_MEM_OBJECT_IMAGE2D, &image_format_de… in test_min_max_image_2d_height()
715 …if (!is_image_format_supported( context, CL_MEM_READ_ONLY, CL_MEM_OBJECT_IMAGE3D, &image_format_de… in test_min_max_image_3d_width()
772 …if (!is_image_format_supported( context, CL_MEM_READ_ONLY, CL_MEM_OBJECT_IMAGE3D, &image_format_de… in test_min_max_image_3d_height()
830 …if (!is_image_format_supported( context, CL_MEM_READ_ONLY, CL_MEM_OBJECT_IMAGE3D, &image_format_de… in test_min_max_image_3d_depth()
886 …if (!is_image_format_supported( context, CL_MEM_READ_ONLY, CL_MEM_OBJECT_IMAGE2D_ARRAY, &image_for… in test_min_max_image_array_size()
/external/OpenCL-CTS/test_conformance/gl/
Dtest_images_write_common.cpp714 …if (!is_image_format_supported(context, CL_MEM_WRITE_ONLY, (targets[tidx] == GL_TEXTURE_2D || targ… in test_images_write_common()
722 …if (!is_image_format_supported(context, CL_MEM_WRITE_ONLY, (targets[tidx] == GL_TEXTURE_2D || targ… in test_images_write_common()