Home
last modified time | relevance | path

Searched defs:RusticlImageFormat (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/core/
H A Dformat.rs4 pub struct RusticlImageFormat { struct
5 pub cl_image_format: cl_image_format,
6 pub req_for_full_read_or_write: bool,
7 pub req_for_embeded_read_or_write: bool,
8 pub req_for_full_read_and_write: bool,
9 pub req_for_full_cl2: bool,
10 pub is_srgb: bool,
11 pub pipe: pipe_format,
337 ) -> RusticlImageFormat { in rusticl_image_format()