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

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_schedule_instructions.cpp529 instruction_scheduler(backend_shader *s, int grf_count, argument
535 this->grf_count = grf_count;
547 BITSET_WORDS(grf_count));
552 BITSET_WORDS(grf_count));
559 this->written = rzalloc_array(mem_ctx, bool, grf_count);
561 this->reads_remaining = rzalloc_array(mem_ctx, int, grf_count);
610 int grf_count; member in class:instruction_scheduler
665 fs_instruction_scheduler(fs_visitor *v, int grf_count, int hw_reg_count,
681 int grf_count, in
680 fs_instruction_scheduler(fs_visitor * v,int grf_count,int hw_reg_count,int block_count,instruction_scheduler_mode mode) argument
856 vec4_instruction_scheduler(vec4_visitor * v,int grf_count) argument
1825 int grf_count; local in function:fs_visitor::schedule_instructions
[all...]
H A Dbrw_vec4.cpp2775 const int grf_count = alloc.count; local in function:brw::vec4_visitor::run
2779 for (int i = 0; i < grf_count; i++) {
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_schedule_instructions.cpp598 instruction_scheduler(const backend_shader *s, int grf_count, argument
604 this->grf_count = grf_count;
617 BITSET_WORDS(grf_count));
622 BITSET_WORDS(grf_count));
629 this->written = rzalloc_array(mem_ctx, bool, grf_count);
631 this->reads_remaining = rzalloc_array(mem_ctx, int, grf_count);
679 int grf_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, in
749 fs_instruction_scheduler(const fs_visitor * v,int grf_count,int hw_reg_count,int block_count,instruction_scheduler_mode mode) argument
927 vec4_instruction_scheduler(const vec4_visitor * v,int grf_count) argument
1887 int grf_count; local in function:fs_visitor::schedule_instructions
[all...]
H A Dbrw_vec4.cpp2829 const int grf_count = alloc.count; local in function:brw::vec4_visitor::run
2833 for (int i = 0; i < grf_count; i++) {

Completed in 12 milliseconds