Searched refs:last_scratch (Results 1 – 8 of 8) sorted by relevance
96 GLuint last_scratch; /**< measured in 32-byte (register size) units */ member
170 c->last_scratch += 0x40; in spill_value()171 value->spill_slot = c->last_scratch; in spill_value()
379 unsigned int spill_offset = c->last_scratch; in spill_reg()381 c->last_scratch += size * REG_SIZE; in spill_reg()
261 if (c.last_scratch) { in do_vs_prog()266 c.prog_data.total_scratch = brw_get_scratch_size(c.last_scratch*REG_SIZE); in do_vs_prog()
323 if (c->last_scratch) { in do_wm_prog()328 c->prog_data.total_scratch = brw_get_scratch_size(c->last_scratch); in do_wm_prog()
324 unsigned int spill_offset = c->last_scratch++; in spill_reg()
255 GLuint last_scratch; member
2514 scratch_loc[inst->dst.reg] = c->last_scratch; in move_grf_array_access_to_scratch()2515 c->last_scratch += this->virtual_grf_sizes[inst->dst.reg]; in move_grf_array_access_to_scratch()2523 scratch_loc[src->reg] = c->last_scratch; in move_grf_array_access_to_scratch()2524 c->last_scratch += this->virtual_grf_sizes[src->reg]; in move_grf_array_access_to_scratch()