Searched refs:get_format_list (Results 1 – 10 of 10) sorted by relevance
/external/OpenCL-CTS/test_conformance/images/samplerlessReads/ |
D | test_loops.cpp | 138 if (get_format_list(context, imageType, readOnlyFormats, CL_MEM_READ_ONLY)) in test_image_set() 144 if (get_format_list(context, imageType, readWriteFormats, in test_image_set()
|
/external/OpenCL-CTS/test_conformance/images/ |
D | common.h | 48 int get_format_list(cl_context context, cl_mem_object_type imageType,
|
D | common.cpp | 131 int get_format_list(cl_context context, cl_mem_object_type imageType, in get_format_list() function
|
/external/OpenCL-CTS/test_conformance/images/clGetInfo/ |
D | test_loops.cpp | 33 if (get_format_list(context, image_type, formatList, flags)) return -1; in test_image_type()
|
/external/OpenCL-CTS/test_conformance/images/clFillImage/ |
D | test_loops.cpp | 73 if (get_format_list(context, imageType, formatList, flags)) return -1; in test_image_type()
|
/external/OpenCL-CTS/test_conformance/images/clReadWriteImage/ |
D | test_loops.cpp | 58 if (get_format_list(context, imageType, formatList, flags)) return -1; in test_image_type()
|
/external/OpenCL-CTS/test_conformance/images/kernel_image_methods/ |
D | test_loops.cpp | 46 if (get_format_list(context, imageType, formatList, flags)) return -1; in test_image_type()
|
/external/OpenCL-CTS/test_conformance/images/clCopyImage/ |
D | test_loops.cpp | 109 if (get_format_list(context, imageType, formatList, flags)) return -1; in test_image_type()
|
/external/OpenCL-CTS/test_conformance/images/kernel_read_write/ |
D | test_loops.cpp | 327 if (get_format_list(context, imageType, formatList, flags)) return -1; in test_image_set()
|
/external/mesa3d/src/vulkan/wsi/ |
D | wsi_common_wayland.c | 373 bool get_format_list) in wsi_wl_display_init() argument 381 if (get_format_list) { in wsi_wl_display_init()
|