Searched defs:clc_optional_features (Results 1 – 3 of 3) sorted by relevance
52 struct clc_optional_features { struct53 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 …]
94 features: clc_optional_features, in from_clc()
1076 pub fn cl_features(&self) -> clc_optional_features { in cl_features()