Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
H A Dbrw_schedule_instructions.cpp603 unsigned hw_reg_count, int block_count, in instruction_scheduler()
609 this->hw_reg_count = hw_reg_count; in instruction_scheduler()
631 BITSET_WORDS(hw_reg_count)); in instruction_scheduler()
637 this->hw_reads_remaining = rzalloc_array(mem_ctx, int, hw_reg_count); in instruction_scheduler()
684 unsigned hw_reg_count; member in instruction_scheduler
738 fs_instruction_scheduler(const fs_visitor *v, int grf_count, int hw_reg_count,
754 int grf_count, int hw_reg_count, in fs_instruction_scheduler()
757 : instruction_scheduler(v, grf_count, hw_reg_count, block_count, mode), in fs_instruction_scheduler()
787 if (inst->src[i].nr >= hw_reg_count) in count_reads_remaining()
602 instruction_scheduler(const backend_shader *s, int grf_count, unsigned hw_reg_count, int block_count, instruction_scheduler_mode mode) instruction_scheduler() argument
753 fs_instruction_scheduler(const fs_visitor *v, int grf_count, int hw_reg_count, int block_count, instruction_scheduler_mode mode) fs_instruction_scheduler() argument
[all...]

Completed in 2 milliseconds