Home
last modified time | relevance | path

Searched refs:image_formats (Results 1 – 25 of 31) sorted by relevance

12

/external/rust/cros-libva/lib/src/
Ddisplay.rs331 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/
Dputsurface_common.c154 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/
Dtest_image_objects.c67 data->image_formats, in test_clGetSupportedImageFormats()
74 data->image_formats, in test_clGetSupportedImageFormats()
Dparam_struct.h560 cl_image_format *image_formats; member
/external/libva/va/
Dva.c484 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/
Dresize_test.cc993 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/
Dcl_stubs.cpp332 cl_image_format *image_formats, in GetSupportedImageFormats() argument
336 flags, image_type, num_entries, image_formats, num_image_formats)); in GetSupportedImageFormats()
Dentry_points_cl_autogen.cpp350 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()
Dcl_stubs_autogen.h116 cl_image_format *image_formats,
Dentry_points_cl_autogen.h81 cl_image_format *image_formats,
/external/angle/src/libOpenCL/
DlibOpenCL_autogen.cpp143 cl_image_format *image_formats, in clGetSupportedImageFormats() argument
147 image_formats, num_image_formats); in clGetSupportedImageFormats()
/external/angle/src/libANGLE/
DvalidationCL_autogen.h77 const cl_image_format *image_formats,
DvalidationCL.cpp945 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/
Dcl.c627 cl_image_format * image_formats , in clGetSupportedImageFormats() argument
636 image_formats, in clGetSupportedImageFormats()
/external/mesa3d/src/gallium/frontends/rusticl/api/
Dmemory.rs887 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/
Dtest_openclhpp.cpp2160 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/
Dicd_dispatch_generated.c581 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/
Dcl_function_types.h154 cl_image_format* image_formats,
/external/OpenCL-Headers/CL/
Dcl_function_types.h154 cl_image_format* image_formats,
/external/mesa3d/include/CL/
Dcl_function_types.h154 cl_image_format* image_formats,
/external/OpenCL-ICD-Loader/test/layer/
Dicd_print_layer_generated.c233 cl_image_format* image_formats, in clGetSupportedImageFormats_wrap() argument
242 image_formats, in clGetSupportedImageFormats_wrap()
/external/angle/src/libANGLE/capture/
Dcapture_cl_autogen.h110 cl_image_format *image_formats,
1023 cl_image_format *image_formats,
1031 cl_image_format *image_formats,
Dcapture_cl_params.cpp350 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/
Dcl_icd.h187 cl_uint num_entries, cl_image_format *image_formats,
Dcl.h1153 cl_image_format * image_formats,

12