Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
H A Dbrw_schedule_instructions.cpp602 instruction_scheduler(const backend_shader *s, int grf_count, in instruction_scheduler() argument
608 this->grf_count = grf_count; in instruction_scheduler()
621 BITSET_WORDS(grf_count)); in instruction_scheduler()
626 BITSET_WORDS(grf_count)); in instruction_scheduler()
633 this->written = rzalloc_array(mem_ctx, bool, grf_count); in instruction_scheduler()
635 this->reads_remaining = rzalloc_array(mem_ctx, int, grf_count); in instruction_scheduler()
683 int grf_count; member in instruction_scheduler
738 fs_instruction_scheduler(const fs_visitor *v, int grf_count, int hw_reg_count,
754 int grf_count, in in fs_instruction_scheduler()
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
931 vec4_instruction_scheduler(const vec4_visitor *v, int grf_count) vec4_instruction_scheduler() argument
[all...]
H A Dbrw_vec4.cpp2475 const int grf_count = alloc.count; in run() local
2479 for (int i = 0; i < grf_count; i++) { in run()

Completed in 5 milliseconds