Lines Matching defs:clc_optional_features
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;62 bool images_read_write;86 struct clc_optional_features features; argument