Searched refs:num_image_formats (Results 1 – 13 of 13) sorted by relevance
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
D | cl_context.cc | 30 cl_uint num_image_formats; in GetSupportedImage2DFormats() local 32 context, flags, CL_MEM_OBJECT_IMAGE2D, 0, nullptr, &num_image_formats); in GetSupportedImage2DFormats() 37 std::vector<cl_image_format> result(num_image_formats); in GetSupportedImage2DFormats() 39 num_image_formats, &result[0], nullptr); in GetSupportedImage2DFormats()
|
/external/angle/src/libGLESv2/ |
D | cl_stubs.cpp | 310 cl_uint *num_image_formats) in GetSupportedImageFormats() argument 313 image_formats, num_image_formats); in GetSupportedImageFormats()
|
D | entry_points_cl_autogen.cpp | 304 cl_uint *num_image_formats) in clGetSupportedImageFormats() argument 311 (uintptr_t)image_formats, (uintptr_t)num_image_formats); in clGetSupportedImageFormats() 317 num_entries, image_formats, num_image_formats); in clGetSupportedImageFormats() 320 image_formats, num_image_formats); in clGetSupportedImageFormats()
|
D | cl_stubs_autogen.h | 129 cl_uint *num_image_formats);
|
D | entry_points_cl_autogen.h | 82 cl_uint *num_image_formats);
|
/external/angle/src/libOpenCL/ |
D | libOpenCL_autogen.cpp | 144 cl_uint *num_image_formats) in clGetSupportedImageFormats() argument 147 image_formats, num_image_formats); in clGetSupportedImageFormats()
|
/external/angle/src/libANGLE/ |
D | validationCL_autogen.h | 78 const cl_uint *num_image_formats);
|
D | validationCL.cpp | 883 const cl_uint *num_image_formats) in ValidateGetSupportedImageFormats() argument
|
/external/mesa3d/include/CL/ |
D | cl.h | 1152 cl_uint * num_image_formats) CL_API_SUFFIX__VERSION_1_0;
|
D | cl_icd.h | 188 cl_uint *num_image_formats) CL_API_SUFFIX__VERSION_1_0;
|
/external/angle/include/CL/ |
D | cl_icd.h | 188 cl_uint *num_image_formats) CL_API_SUFFIX__VERSION_1_0;
|
D | cl.h | 1154 cl_uint * num_image_formats) CL_API_SUFFIX__VERSION_1_0;
|
/external/OpenCL-CTS/dependencies/ocl-headers/CL/ |
D | cl.h | 1154 cl_uint * num_image_formats) CL_API_SUFFIX__VERSION_1_0;
|