/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
H A 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()
|
/aosp_15_r20/external/rust/cros-libva/lib/src/ |
D | display.rs | 330 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 D | test_image_objects.c | 68 data->num_image_formats); in test_clGetSupportedImageFormats() 75 data->num_image_formats); in test_clGetSupportedImageFormats()
|
H A D | param_struct.h | 561 cl_uint *num_image_formats; member
|
/aosp_15_r20/external/libva/va/ |
H A D | va.c | 998 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 D | entry_points_cl_autogen.cpp | 314 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 D | cl_stubs.cpp | 333 cl_uint *num_image_formats) in GetSupportedImageFormats() argument 336 flags, image_type, num_entries, image_formats, num_image_formats)); in GetSupportedImageFormats()
|
H A D | cl_stubs_autogen.h | 117 cl_uint *num_image_formats);
|
H A D | entry_points_cl_autogen.h | 82 cl_uint *num_image_formats);
|
/aosp_15_r20/external/angle/src/libOpenCL/ |
H A D | libOpenCL_autogen.cpp | 144 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 D | cl.c | 645 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 D | test_openclhpp.cpp | 2161 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 D | validationCL_autogen.h | 78 const cl_uint *num_image_formats);
|
/aosp_15_r20/external/OpenCL-ICD-Loader/loader/ |
H A D | icd_dispatch_generated.c | 582 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 D | icd_print_layer_generated.c | 234 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 D | cl_function_types.h | 155 cl_uint* num_image_formats);
|
H A D | cl.h | 1162 cl_uint * num_image_formats) CL_API_SUFFIX__VERSION_1_0;
|
/aosp_15_r20/external/angle/include/CL/ |
H A D | cl_function_types.h | 155 cl_uint* num_image_formats);
|
H A D | cl.h | 1162 cl_uint * num_image_formats) CL_API_SUFFIX__VERSION_1_0;
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/api/ |
H A D | memory.rs | 889 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 D | cl.h | 1161 cl_uint * num_image_formats) CL_API_SUFFIX__VERSION_1_0;
|
H A D | cl_icd.h | 188 cl_uint *num_image_formats) CL_API_SUFFIX__VERSION_1_0;
|
/aosp_15_r20/external/OpenCL-CTS/dependencies/ocl-headers/CL/ |
H A D | cl.h | 1161 cl_uint * num_image_formats) CL_API_SUFFIX__VERSION_1_0;
|
/aosp_15_r20/external/ComputeLibrary/include/CL/ |
H A D | cl_icd.h | 188 cl_uint *num_image_formats) CL_API_SUFFIX__VERSION_1_0;
|
H A D | cl.h | 1154 cl_uint * num_image_formats) CL_API_SUFFIX__VERSION_1_0;
|