/external/rust/cros-libva/lib/src/ |
D | display.rs | 331 let mut image_formats = Vec::with_capacity(num_image_formats as usize); in query_image_formats() localVariable 339 image_formats.as_mut_ptr(), in query_image_formats() 347 image_formats.set_len(num_image_formats as usize); in query_image_formats() 350 Ok(image_formats) in query_image_formats()
|
/external/libva-utils/putsurface/ |
D | putsurface_common.c | 154 VAImageFormat *image_formats; in ensure_image_formats() local 164 image_formats = (VAImageFormat *)malloc(num_image_formats * sizeof(*image_formats)); in ensure_image_formats() 165 if (!image_formats) in ensure_image_formats() 168 va_status = vaQueryImageFormats(va_dpy, image_formats, &num_image_formats); in ensure_image_formats() 171 va_image_formats = image_formats; in ensure_image_formats()
|
/external/OpenCL-ICD-Loader/test/loader_test/ |
D | test_image_objects.c | 67 data->image_formats, in test_clGetSupportedImageFormats() 74 data->image_formats, in test_clGetSupportedImageFormats()
|
D | param_struct.h | 560 cl_image_format *image_formats; member
|
/external/libva/va/ |
D | va.c | 484 CHECK_MAXIMUM(vaStatus, ctx, image_formats); in va_openDriver() 997 VAImageFormat *image_formats = NULL; in va_impl_query_surface_attributes() local 1021 image_formats = malloc(num_image_formats * sizeof(*image_formats)); in va_impl_query_surface_attributes() 1022 if (!image_formats) { in va_impl_query_surface_attributes() 1028 ctx, image_formats, &num_image_formats); in va_impl_query_surface_attributes() 1053 attrib->value.value.i = image_formats[i].fourcc; in va_impl_query_surface_attributes() 1116 free(image_formats); in va_impl_query_surface_attributes()
|
/external/libaom/test/ |
D | resize_test.cc | 993 const aom_img_fmt_t image_formats[] = { AOM_IMG_FMT_I420, AOM_IMG_FMT_I444 }; in TEST_P() local 994 for (const aom_img_fmt_t &img_format : image_formats) { in TEST_P()
|
/external/angle/src/libGLESv2/ |
D | cl_stubs.cpp | 332 cl_image_format *image_formats, in GetSupportedImageFormats() argument 336 flags, image_type, num_entries, image_formats, num_image_formats)); in GetSupportedImageFormats()
|
D | entry_points_cl_autogen.cpp | 350 cl_image_format *image_formats, in clGetSupportedImageFormats() argument 358 (uintptr_t)image_formats, (uintptr_t)num_image_formats); in clGetSupportedImageFormats() 364 num_entries, image_formats, num_image_formats); in clGetSupportedImageFormats() 368 num_entries, image_formats, num_image_formats); in clGetSupportedImageFormats() 370 num_entries, image_formats, num_image_formats, returnValue); in clGetSupportedImageFormats()
|
D | cl_stubs_autogen.h | 116 cl_image_format *image_formats,
|
D | entry_points_cl_autogen.h | 81 cl_image_format *image_formats,
|
/external/angle/src/libOpenCL/ |
D | libOpenCL_autogen.cpp | 143 cl_image_format *image_formats, in clGetSupportedImageFormats() argument 147 image_formats, num_image_formats); in clGetSupportedImageFormats()
|
/external/angle/src/libANGLE/ |
D | validationCL_autogen.h | 77 const cl_image_format *image_formats,
|
D | validationCL.cpp | 945 const cl_image_format *image_formats, in ValidateGetSupportedImageFormats() argument 961 if (num_entries == 0u && image_formats != nullptr) in ValidateGetSupportedImageFormats()
|
/external/OpenCL-ICD-Loader/test/driver_stub/ |
D | cl.c | 627 cl_image_format * image_formats , in clGetSupportedImageFormats() argument 636 image_formats, in clGetSupportedImageFormats()
|
/external/mesa3d/src/gallium/frontends/rusticl/api/ |
D | memory.rs | 887 image_formats: *mut cl_image_format, in get_supported_image_formats() 901 if num_entries == 0 && !image_formats.is_null() { in get_supported_image_formats() 921 unsafe { image_formats.copy_checked(res.as_ptr(), res.len()) }; in get_supported_image_formats()
|
/external/OpenCL-CLHPP/tests/ |
D | test_openclhpp.cpp | 2160 cl_image_format *image_formats, in clGetSupportedImageFormats_testGetSupportedImageFormats() argument 2171 if (num_entries == 0 && image_formats != nullptr) { in clGetSupportedImageFormats_testGetSupportedImageFormats() 2187 TEST_ASSERT_NOT_NULL(image_formats); in clGetSupportedImageFormats_testGetSupportedImageFormats() 2192 image_formats[0] = cl::ImageFormat(CL_RGB, CL_FLOAT); in clGetSupportedImageFormats_testGetSupportedImageFormats()
|
/external/OpenCL-ICD-Loader/loader/ |
D | icd_dispatch_generated.c | 581 cl_image_format* image_formats, in clGetSupportedImageFormats() argument 591 image_formats, in clGetSupportedImageFormats() 600 image_formats, in clGetSupportedImageFormats() 611 cl_image_format* image_formats, in clGetSupportedImageFormats_disp() argument 620 image_formats, in clGetSupportedImageFormats_disp()
|
/external/angle/include/CL/ |
D | cl_function_types.h | 154 cl_image_format* image_formats,
|
/external/OpenCL-Headers/CL/ |
D | cl_function_types.h | 154 cl_image_format* image_formats,
|
/external/mesa3d/include/CL/ |
D | cl_function_types.h | 154 cl_image_format* image_formats,
|
/external/OpenCL-ICD-Loader/test/layer/ |
D | icd_print_layer_generated.c | 233 cl_image_format* image_formats, in clGetSupportedImageFormats_wrap() argument 242 image_formats, in clGetSupportedImageFormats_wrap()
|
/external/angle/src/libANGLE/capture/ |
D | capture_cl_autogen.h | 110 cl_image_format *image_formats, 1023 cl_image_format *image_formats, 1031 cl_image_format *image_formats,
|
D | capture_cl_params.cpp | 350 cl_image_format *image_formats, in CaptureGetSupportedImageFormats_image_formats() argument 354 if (image_formats) in CaptureGetSupportedImageFormats_image_formats() 364 cl_image_format *image_formats, in CaptureGetSupportedImageFormats_num_image_formats() argument
|
/external/ComputeLibrary/include/CL/ |
D | cl_icd.h | 187 cl_uint num_entries, cl_image_format *image_formats,
|
D | cl.h | 1153 cl_image_format * image_formats,
|