Searched refs:grf_count (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | brw_schedule_instructions.cpp | 547 instruction_scheduler(const backend_shader *s, int grf_count, in instruction_scheduler() argument 553 this->grf_count = grf_count; in instruction_scheduler() 566 BITSET_WORDS(grf_count)); in instruction_scheduler() 571 BITSET_WORDS(grf_count)); in instruction_scheduler() 578 this->written = rzalloc_array(mem_ctx, bool, grf_count); in instruction_scheduler() 580 this->reads_remaining = rzalloc_array(mem_ctx, int, grf_count); in instruction_scheduler() 628 int grf_count; member in instruction_scheduler 683 fs_instruction_scheduler(const fs_visitor *v, int grf_count, int hw_reg_count, 699 int grf_count, int hw_reg_count, in fs_instruction_scheduler() argument 702 : instruction_scheduler(v, grf_count, hw_reg_count, block_count, mode), in fs_instruction_scheduler() [all …]
|
D | brw_vec4.cpp | 2766 const int grf_count = alloc.count; in run() local 2770 for (int i = 0; i < grf_count; i++) { in run()
|