Home
last modified time | relevance | path

Searched refs:last_scratch (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vs.h96 GLuint last_scratch; /**< measured in 32-byte (register size) units */ member
Dbrw_wm_pass2.c170 c->last_scratch += 0x40; in spill_value()
171 value->spill_slot = c->last_scratch; in spill_value()
Dbrw_fs_reg_allocate.cpp379 unsigned int spill_offset = c->last_scratch; in spill_reg()
381 c->last_scratch += size * REG_SIZE; in spill_reg()
Dbrw_vs.c261 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()
Dbrw_wm.c323 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()
Dbrw_vec4_reg_allocate.cpp324 unsigned int spill_offset = c->last_scratch++; in spill_reg()
Dbrw_wm.h255 GLuint last_scratch; member
Dbrw_vec4_visitor.cpp2514 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()