Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/clc/
Dclc.h71 struct clc_compile_args { struct
72 const struct clc_named_value *headers;
73 unsigned num_headers;
74 struct clc_named_value source;
75 const char * const *args;
76 unsigned num_args;
79 enum clc_spirv_version spirv_version;
80 struct clc_optional_features features;
81 bool use_llvm_spirv_target;
87 const char * const *allowed_spirv_extensions;
[all …]