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

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_schedule_instructions.cpp434 int hw_reg_count, int block_count,
440 this->hw_reg_count = hw_reg_count;
461 BITSET_WORDS(hw_reg_count));
467 this->hw_reads_remaining = rzalloc_array(mem_ctx, int, hw_reg_count);
515 int hw_reg_count; member in class:instruction_scheduler
569 fs_instruction_scheduler(fs_visitor *v, int grf_count, int hw_reg_count,
585 int grf_count, int hw_reg_count,
588 : instruction_scheduler(v, grf_count, hw_reg_count, block_count, mode),
618 if (inst->src[i].nr >= hw_reg_count)
433 instruction_scheduler(backend_shader *s, int grf_count, int hw_reg_count, int block_count, instruction_scheduler_mode mode) argument
584 fs_instruction_scheduler(fs_visitor *v, int grf_count, int hw_reg_count, int block_count, instruction_scheduler_mode mode) argument
[all...]

Completed in 65 milliseconds