Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_vec4_visitor.cpp1634 scratch_loc[inst->dst.nr] = last_scratch; in move_grf_array_access_to_scratch()
1635 last_scratch += this->alloc.sizes[inst->dst.nr]; in move_grf_array_access_to_scratch()
1642 scratch_loc[iter->nr] = last_scratch; in move_grf_array_access_to_scratch()
1643 last_scratch += this->alloc.sizes[iter->nr]; in move_grf_array_access_to_scratch()
1653 scratch_loc[iter->nr] = last_scratch; in move_grf_array_access_to_scratch()
1654 last_scratch += this->alloc.sizes[iter->nr]; in move_grf_array_access_to_scratch()
1870 last_scratch(0) in vec4_visitor()
Dbrw_vec4_reg_allocate.cpp508 unsigned int spill_offset = last_scratch; in spill_reg()
509 last_scratch += alloc.sizes[spill_reg_nr]; in spill_reg()
Dbrw_fs_reg_allocate.cpp878 unsigned int spill_offset = last_scratch; in spill_reg()
902 last_scratch += size * REG_SIZE; in spill_reg()
Dbrw_vec4.h383 unsigned last_scratch; /**< measured in 32-byte (register size) units */ variable
Dbrw_fs.h307 unsigned last_scratch; variable
Dbrw_fs_visitor.cpp895 this->last_scratch = 0; in init()
Dbrw_vec4.cpp2753 if (last_scratch > 0) { in run()
2755 brw_get_scratch_size(last_scratch * REG_SIZE); in run()
Dbrw_fs.cpp6163 if (last_scratch > 0) { in allocate_registers()
6166 prog_data->total_scratch = brw_get_scratch_size(last_scratch); in allocate_registers()
6181 prog_data->total_scratch = ALIGN(last_scratch, 1024); in allocate_registers()