Searched defs:compiler_context (Results 1 – 1 of 1) sorted by relevance
242 typedef struct compiler_context { struct243 const struct panfrost_compile_inputs *inputs;244 nir_shader *nir;245 struct pan_shader_info *info;246 gl_shader_stage stage;249 unsigned blend_input;252 unsigned blend_src1;255 unsigned spills;256 unsigned fills;259 nir_function *func;[all …]