Lines Matching defs:compiler_context
242 typedef struct compiler_context { struct
243 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;
262 unsigned temp_alloc;
265 int block_count;
266 struct list_head blocks;
269 unsigned block_source_count;
272 midgard_block *current_block;
276 midgard_block *after_block;
280 int current_loop_depth;
283 unsigned loop_count;
308 } compiler_context; argument