Searched refs:prog_instructions (Results 1 – 4 of 4) sorted by relevance
284 void *prog_instructions = c->prog_instructions; in do_wm_prog() local289 c->prog_instructions = prog_instructions; in do_wm_prog()310 c->prog_instructions = rzalloc_array(c, struct prog_instruction, BRW_WM_MAX_INSN); in do_wm_prog()
187 memset(&c->prog_instructions[c->nr_fp_insns], 0, in get_fp_inst()188 sizeof(*c->prog_instructions)); in get_fp_inst()189 return &c->prog_instructions[c->nr_fp_insns++]; in get_fp_inst()1178 print_insns( c->prog_instructions, c->nr_fp_insns ); in brw_wm_pass_fp()
422 const struct prog_instruction *inst = &c->prog_instructions[insn]; in brw_wm_pass0()
215 struct prog_instruction *prog_instructions; member