Searched defs:cl_image_format (Results 1 – 8 of 8) sorted by relevance
| /third_party/mesa3d/src/gallium/frontends/rusticl/core/ |
| D | format.rs | 5 pub cl_image_format: cl_image_format, field 399 impl CLFormatInfo for cl_image_format { implementation 491 pub fn format_from_gl(internal_format: cl_GLenum) -> Option<cl_image_format> { in format_from_gl()
|
| D | context.rs | 99 format: &cl_image_format, in create_texture() 203 format: cl_image_format, in import_gl_buffer()
|
| D | gl.rs | 430 image_format: cl_image_format, in create_shadow_slice()
|
| D | memory.rs | 824 image_format: &cl_image_format, in new_image()
|
| /third_party/mesa3d/src/gallium/frontends/rusticl/api/ |
| D | memory.rs | 391 image_format: *const cl_image_format, in validate_image_format() 392 ) -> CLResult<(&'a cl_image_format, u8)> { in validate_image_format() 611 format: &cl_image_format, in validate_buffer() 765 image_format: *const cl_image_format, in create_image_with_properties() 821 image_format: *const cl_image_format, in create_image() 839 image_format: *const cl_image_format, in create_image_2d() 860 image_format: *const cl_image_format, in create_image_3d() 887 image_formats: *mut cl_image_format, in get_supported_image_formats()
|
| /third_party/mesa3d/include/CL/ |
| D | cl.h | 122 } cl_image_format; typedef
|
| /third_party/opencl-headers/opencl-headers-CL/CL/ |
| D | cl.h | 122 } cl_image_format; typedef
|
| /third_party/skia/third_party/externals/angle2/include/CL/ |
| D | cl.h | 122 } cl_image_format; typedef
|