Searched defs:cl_image_format (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/core/ |
H A D | format.rs | 5 pub cl_image_format: cl_image_format, field 397 impl CLFormatInfo for cl_image_format { implementation 489 pub fn format_from_gl(internal_format: cl_GLenum) -> Option<cl_image_format> { in format_from_gl()
|
H A D | context.rs | 98 format: &cl_image_format, in create_texture()
|
H A D | gl.rs | 431 image_format: cl_image_format, in create_shadow_slice()
|
H A D | memory.rs | 475 image_format: &cl_image_format, in new_image()
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/api/ |
H A D | memory.rs | 389 image_format: *const cl_image_format, in validate_image_format() 390 ) -> CLResult<(&'a cl_image_format, u8)> { in validate_image_format() 603 format: &cl_image_format, in validate_buffer() 757 image_format: *const cl_image_format, in create_image_with_properties() 822 image_format: *const cl_image_format, in create_image() 840 image_format: *const cl_image_format, in create_image_2d() 861 image_format: *const cl_image_format, in create_image_3d() 888 image_formats: *mut cl_image_format, in get_supported_image_formats()
|
/aosp_15_r20/external/mesa3d/include/CL/ |
H A D | cl.h | 122 } cl_image_format; typedef
|
/aosp_15_r20/external/OpenCL-CTS/dependencies/ocl-headers/CL/ |
H A D | cl.h | 122 } cl_image_format; typedef
|
/aosp_15_r20/external/OpenCL-Headers/CL/ |
H A D | cl.h | 122 } cl_image_format; typedef
|
/aosp_15_r20/external/ComputeLibrary/include/CL/ |
H A D | cl.h | 122 } cl_image_format; typedef
|
/aosp_15_r20/external/angle/include/CL/ |
H A D | cl.h | 122 } cl_image_format; typedef
|