Searched defs:RusticlImageFormat (Results 1 – 1 of 1) sorted by relevance
4 pub struct RusticlImageFormat { struct5 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()