Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/compiler/clc/
H A Dclc.h76 struct clc_compile_args { struct
77 const struct clc_named_value *headers;
78 unsigned num_headers;
79 struct clc_named_value source;
80 const char * const *args;
81 unsigned num_args;
84 enum clc_spirv_version spirv_version;
85 struct clc_optional_features features;
86 bool use_llvm_spirv_target;
92 const char * const *allowed_spirv_extensions;
[all …]