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_vec4_visitor.cpp1638 scratch_loc[inst->dst.nr] = last_scratch; in move_grf_array_access_to_scratch()
1639 last_scratch += this->alloc.sizes[inst->dst.nr]; in move_grf_array_access_to_scratch()
1646 scratch_loc[iter->nr] = last_scratch; in move_grf_array_access_to_scratch()
1647 last_scratch += this->alloc.sizes[iter->nr]; in move_grf_array_access_to_scratch()
1657 scratch_loc[iter->nr] = last_scratch; in move_grf_array_access_to_scratch()
1658 last_scratch += this->alloc.sizes[iter->nr]; in move_grf_array_access_to_scratch()
1869 last_scratch(0) in vec4_visitor()
Dbrw_vec4_reg_allocate.cpp520 unsigned int spill_offset = last_scratch; in spill_reg()
521 last_scratch += alloc.sizes[spill_reg_nr]; in spill_reg()
Dbrw_fs_reg_allocate.cpp870 unsigned int spill_offset = last_scratch; in spill_reg()
894 last_scratch += size * REG_SIZE; in spill_reg()
Dbrw_vec4.h394 unsigned last_scratch; /**< measured in 32-byte (register size) units */ variable
Dbrw_fs.h300 unsigned last_scratch; variable
Dbrw_fs_visitor.cpp942 this->last_scratch = 0; in init()
Dbrw_vec4.cpp2700 if (last_scratch > 0) { in run()
2702 brw_get_scratch_size(last_scratch * REG_SIZE); in run()
Dbrw_fs.cpp5842 if (last_scratch > 0) { in allocate_registers()
5845 prog_data->total_scratch = brw_get_scratch_size(last_scratch); in allocate_registers()
5860 prog_data->total_scratch = ALIGN(last_scratch, 1024); in allocate_registers()