Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/compiler/clc/
H A Dclc.h52 struct clc_optional_features { struct
53 bool fp16;
54 bool fp64;
55 bool int64;
56 bool images;
57 bool images_depth;
58 bool images_gl_depth;
59 bool images_gl_msaa;
60 bool images_mipmap;
61 bool images_mipmap_writes;
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/mesa/compiler/clc/
H A Dspirv.rs94 features: clc_optional_features, in from_clc()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/core/
H A Ddevice.rs1076 pub fn cl_features(&self) -> clc_optional_features { in cl_features()