Searched refs:last_scratch (Results 1 - 17 of 17) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4_reg_allocate.cpp508 unsigned spill_offset = last_scratch;
509 last_scratch += alloc.sizes[spill_reg_nr];
H A Dbrw_vec4_visitor.cpp1641 scratch_loc[inst->dst.nr] = last_scratch;
1642 last_scratch += this->alloc.sizes[inst->dst.nr];
1649 scratch_loc[iter->nr] = last_scratch;
1650 last_scratch += this->alloc.sizes[iter->nr];
1660 scratch_loc[iter->nr] = last_scratch;
1661 last_scratch += this->alloc.sizes[iter->nr];
1875 last_scratch(0)
H A Dbrw_vec4.h384 unsigned last_scratch; /**< measured in 32-byte (register size) units */ member in class:brw::vec4_visitor
H A Dbrw_fs_reg_allocate.cpp953 unsigned int spill_offset = last_scratch;
977 last_scratch += size * REG_SIZE;
H A Dbrw_fs.h323 unsigned last_scratch; member in class:fs_visitor
H A Dbrw_fs_visitor.cpp1053 this->last_scratch = 0;
H A Dbrw_vec4.cpp2821 if (last_scratch > 0) {
2823 brw_get_scratch_size(last_scratch * REG_SIZE);
H A Dbrw_fs.cpp7320 if (last_scratch > 0) {
7323 prog_data->total_scratch = brw_get_scratch_size(last_scratch);
7338 prog_data->total_scratch = ALIGN(last_scratch, 1024);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4_reg_allocate.cpp468 unsigned spill_offset = last_scratch;
469 last_scratch += alloc.sizes[spill_reg_nr];
H A Dbrw_vec4_visitor.cpp1533 scratch_loc[inst->dst.nr] = last_scratch;
1534 last_scratch += this->alloc.sizes[inst->dst.nr];
1541 scratch_loc[iter->nr] = last_scratch;
1542 last_scratch += this->alloc.sizes[iter->nr];
1552 scratch_loc[iter->nr] = last_scratch;
1553 last_scratch += this->alloc.sizes[iter->nr];
1767 last_scratch(0)
H A Dbrw_vec4.h382 unsigned last_scratch; /**< measured in 32-byte (register size) units */ member in class:brw::vec4_visitor
H A Dbrw_fs_reg_allocate.cpp1012 unsigned int spill_offset = fs->last_scratch;
1057 fs->last_scratch += size * REG_SIZE;
H A Dbrw_fs.h356 unsigned last_scratch; member in class:fs_visitor
H A Dbrw_fs_visitor.cpp1157 this->last_scratch = 0;
H A Dbrw_vec4.cpp2875 if (last_scratch > 0) {
2877 brw_get_scratch_size(last_scratch * REG_SIZE);
H A Dbrw_fs.cpp8936 if (last_scratch > 0) {
8939 prog_data->total_scratch = brw_get_scratch_size(last_scratch);
8954 prog_data->total_scratch = ALIGN(last_scratch, 1024);
H A Dbrw_fs_nir.cpp46 last_scratch = ALIGN(nir->scratch_size, 4) * dispatch_width;

Completed in 62 milliseconds