Searched refs:hw_reg_count (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_schedule_instructions.cpp | 530 unsigned hw_reg_count, int block_count, 536 this->hw_reg_count = hw_reg_count; 557 BITSET_WORDS(hw_reg_count)); 563 this->hw_reads_remaining = rzalloc_array(mem_ctx, int, hw_reg_count); 611 unsigned hw_reg_count; member in class:instruction_scheduler 665 fs_instruction_scheduler(fs_visitor *v, int grf_count, int hw_reg_count, 681 int grf_count, int hw_reg_count, 684 : instruction_scheduler(v, grf_count, hw_reg_count, block_count, mode), 714 if (inst->src[i].nr >= hw_reg_count) 529 instruction_scheduler(backend_shader * s,int grf_count,unsigned hw_reg_count,int block_count,instruction_scheduler_mode mode) argument 680 fs_instruction_scheduler(fs_visitor * v,int grf_count,int hw_reg_count,int block_count,instruction_scheduler_mode mode) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_schedule_instructions.cpp | 599 unsigned hw_reg_count, int block_count, 605 this->hw_reg_count = hw_reg_count; 627 BITSET_WORDS(hw_reg_count)); 633 this->hw_reads_remaining = rzalloc_array(mem_ctx, int, hw_reg_count); 680 unsigned hw_reg_count; member in class:instruction_scheduler 734 fs_instruction_scheduler(const fs_visitor *v, int grf_count, int hw_reg_count, 750 int grf_count, int hw_reg_count, 753 : instruction_scheduler(v, grf_count, hw_reg_count, block_count, mode), 783 if (inst->src[i].nr >= hw_reg_count) 598 instruction_scheduler(const backend_shader * s,int grf_count,unsigned hw_reg_count,int block_count,instruction_scheduler_mode mode) argument 749 fs_instruction_scheduler(const fs_visitor * v,int grf_count,int hw_reg_count,int block_count,instruction_scheduler_mode mode) argument [all...] |
Completed in 5 milliseconds