Home
last modified time | relevance | path

Searched refs:grf_used (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs_reg_allocate.cpp57 this->grf_used = hw_reg_mapping[this->alloc.count]; in assign_regs_trivial()
66 if (this->grf_used >= max_grf) { in assign_regs_trivial()
68 this->grf_used, max_grf); in assign_regs_trivial()
70 this->alloc.count = this->grf_used; in assign_regs_trivial()
689 this->grf_used = payload_node_count; in assign_regs()
694 this->grf_used = MAX2(this->grf_used, in assign_regs()
705 this->alloc.count = this->grf_used; in assign_regs()
Dbrw_fs.h359 unsigned grf_used; variable
Dbrw_fs_visitor.cpp173 grf_used = 1; /* Gen4-5 don't allow zero GRF blocks */ in emit_dummy_fs()
Dbrw_schedule_instructions.cpp1735 grf_count = grf_used; in schedule_instructions()
Dbrw_fs.cpp6463 simd8_grf_used = v8.grf_used; in brw_compile_fs()
6480 simd16_grf_used = v16.grf_used; in brw_compile_fs()