Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/clc/
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 …]
/external/mesa3d/src/gallium/frontends/rusticl/mesa/compiler/clc/
Dspirv.rs96 features: clc_optional_features, in from_clc()
/external/mesa3d/src/gallium/frontends/rusticl/core/
Ddevice.rs1138 pub fn cl_features(&self) -> clc_optional_features { in cl_features()