Home
last modified time | relevance | path

Searched refs:get_8_bit_image_format (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/OpenCL-CTS/test_conformance/api/
H A Dtest_api_min_max.cpp683 error = get_8_bit_image_format(context, CL_MEM_OBJECT_IMAGE2D, in test_min_max_image_2d_width()
761 error = get_8_bit_image_format(context, CL_MEM_OBJECT_IMAGE2D, in test_min_max_image_2d_height()
829 error = get_8_bit_image_format(context, CL_MEM_OBJECT_IMAGE3D, in test_min_max_image_3d_width()
898 error = get_8_bit_image_format(context, CL_MEM_OBJECT_IMAGE3D, in test_min_max_image_3d_height()
968 error = get_8_bit_image_format(context, CL_MEM_OBJECT_IMAGE3D, in test_min_max_image_3d_depth()
1036 error = get_8_bit_image_format(context, CL_MEM_OBJECT_IMAGE2D_ARRAY, in test_min_max_image_array_size()
1141 error = get_8_bit_image_format(context, CL_MEM_OBJECT_IMAGE1D, in test_min_max_image_buffer_size()
H A Dtest_kernel_arg_changes.cpp54 …error = get_8_bit_image_format( context, CL_MEM_OBJECT_IMAGE2D, CL_MEM_READ_WRITE, 0, &imageFormat… in test_kernel_arg_changes()
/aosp_15_r20/external/OpenCL-CTS/test_common/harness/
H A DimageHelpers.h104 extern int get_8_bit_image_format(cl_context context,
H A DimageHelpers.cpp339 int get_8_bit_image_format(cl_context context, cl_mem_object_type objType, in get_8_bit_image_format() function