Searched defs:compiler_context (Results 1 – 1 of 1) sorted by relevance
240 typedef struct compiler_context { struct241 const struct panfrost_compile_inputs *inputs;242 nir_shader *nir;243 struct pan_shader_info *info;244 gl_shader_stage stage;247 unsigned blend_sample_iterations;250 unsigned blend_input;253 unsigned blend_src1;256 unsigned spills;257 unsigned fills;[all …]