Home
last modified time | relevance | path

Searched refs:num_image_formats (Results 1 – 25 of 26) sorted by relevance

12

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
H A Dcl_context.cc30 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()
/aosp_15_r20/external/rust/cros-libva/lib/src/
Ddisplay.rs330 let mut num_image_formats = unsafe { bindings::vaMaxNumImageFormats(self.handle) }; in query_image_formats() localVariable
331 let mut image_formats = Vec::with_capacity(num_image_formats as usize); in query_image_formats()
340 &mut num_image_formats, in query_image_formats()
347 image_formats.set_len(num_image_formats as usize); in query_image_formats()
/aosp_15_r20/external/OpenCL-ICD-Loader/test/loader_test/
H A Dtest_image_objects.c68 data->num_image_formats); in test_clGetSupportedImageFormats()
75 data->num_image_formats); in test_clGetSupportedImageFormats()
H A Dparam_struct.h561 cl_uint *num_image_formats; member
/aosp_15_r20/external/libva/va/
H A Dva.c998 int num_image_formats, i; in va_impl_query_surface_attributes() local
1020 num_image_formats = ctx->max_image_formats; in va_impl_query_surface_attributes()
1021 image_formats = malloc(num_image_formats * sizeof(*image_formats)); in va_impl_query_surface_attributes()
1028 ctx, image_formats, &num_image_formats); in va_impl_query_surface_attributes()
1032 num_attribs = VASurfaceAttribCount + num_image_formats; in va_impl_query_surface_attributes()
1048 for (i = 0; i < num_image_formats; i++) { in va_impl_query_surface_attributes()
/aosp_15_r20/external/angle/src/libGLESv2/
H A Dentry_points_cl_autogen.cpp314 cl_uint *num_image_formats) in clGetSupportedImageFormats() argument
321 (uintptr_t)image_formats, (uintptr_t)num_image_formats); in clGetSupportedImageFormats()
327 num_entries, image_formats, num_image_formats); in clGetSupportedImageFormats()
331 image_formats, num_image_formats); in clGetSupportedImageFormats()
H A Dcl_stubs.cpp333 cl_uint *num_image_formats) in GetSupportedImageFormats() argument
336 flags, image_type, num_entries, image_formats, num_image_formats)); in GetSupportedImageFormats()
H A Dcl_stubs_autogen.h117 cl_uint *num_image_formats);
H A Dentry_points_cl_autogen.h82 cl_uint *num_image_formats);
/aosp_15_r20/external/angle/src/libOpenCL/
H A DlibOpenCL_autogen.cpp144 cl_uint *num_image_formats) in clGetSupportedImageFormats() argument
147 image_formats, num_image_formats); in clGetSupportedImageFormats()
/aosp_15_r20/external/OpenCL-ICD-Loader/test/driver_stub/
H A Dcl.c645 cl_uint * num_image_formats) CL_API_SUFFIX__VERSION_1_0 in clGetSupportedImageFormats() argument
654 num_image_formats); in clGetSupportedImageFormats()
/aosp_15_r20/external/OpenCL-CLHPP/tests/
H A Dtest_openclhpp.cpp2161 cl_uint *num_image_formats, in clGetSupportedImageFormats_testGetSupportedImageFormats() argument
2176 if (num_image_formats) { in clGetSupportedImageFormats_testGetSupportedImageFormats()
2178 *num_image_formats = 1; in clGetSupportedImageFormats_testGetSupportedImageFormats()
2181 *num_image_formats = 0; in clGetSupportedImageFormats_testGetSupportedImageFormats()
/aosp_15_r20/external/angle/src/libANGLE/
H A DvalidationCL_autogen.h78 const cl_uint *num_image_formats);
/aosp_15_r20/external/OpenCL-ICD-Loader/loader/
H A Dicd_dispatch_generated.c582 cl_uint* num_image_formats) in clGetSupportedImageFormats() argument
592 num_image_formats); in clGetSupportedImageFormats()
601 num_image_formats); in clGetSupportedImageFormats()
612 cl_uint* num_image_formats) in clGetSupportedImageFormats_disp() argument
621 num_image_formats); in clGetSupportedImageFormats_disp()
/aosp_15_r20/external/OpenCL-ICD-Loader/test/layer/
H A Dicd_print_layer_generated.c234 cl_uint* num_image_formats) CL_API_SUFFIX__VERSION_1_0 in clGetSupportedImageFormats_wrap() argument
243 num_image_formats); in clGetSupportedImageFormats_wrap()
/aosp_15_r20/external/OpenCL-Headers/CL/
H A Dcl_function_types.h155 cl_uint* num_image_formats);
H A Dcl.h1162 cl_uint * num_image_formats) CL_API_SUFFIX__VERSION_1_0;
/aosp_15_r20/external/angle/include/CL/
H A Dcl_function_types.h155 cl_uint* num_image_formats);
H A Dcl.h1162 cl_uint * num_image_formats) CL_API_SUFFIX__VERSION_1_0;
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/api/
H A Dmemory.rs889 num_image_formats: *mut cl_uint, in get_supported_image_formats()
921 num_image_formats.write_checked(res.len() as cl_uint); in get_supported_image_formats()
/aosp_15_r20/external/mesa3d/include/CL/
H A Dcl.h1161 cl_uint * num_image_formats) CL_API_SUFFIX__VERSION_1_0;
H A Dcl_icd.h188 cl_uint *num_image_formats) CL_API_SUFFIX__VERSION_1_0;
/aosp_15_r20/external/OpenCL-CTS/dependencies/ocl-headers/CL/
H A Dcl.h1161 cl_uint * num_image_formats) CL_API_SUFFIX__VERSION_1_0;
/aosp_15_r20/external/ComputeLibrary/include/CL/
H A Dcl_icd.h188 cl_uint *num_image_formats) CL_API_SUFFIX__VERSION_1_0;
H A Dcl.h1154 cl_uint * num_image_formats) CL_API_SUFFIX__VERSION_1_0;

12