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

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_schedule_instructions.cpp433 instruction_scheduler(backend_shader *s, int grf_count, argument
439 this->grf_count = grf_count;
451 BITSET_WORDS(grf_count));
456 BITSET_WORDS(grf_count));
463 this->written = rzalloc_array(mem_ctx, bool, grf_count);
465 this->reads_remaining = rzalloc_array(mem_ctx, int, grf_count);
514 int grf_count; member in class:instruction_scheduler
569 fs_instruction_scheduler(fs_visitor *v, int grf_count, int hw_reg_count,
585 int grf_count, in
584 fs_instruction_scheduler(fs_visitor *v, int grf_count, int hw_reg_count, int block_count, instruction_scheduler_mode mode) argument
760 vec4_instruction_scheduler(vec4_visitor *v, int grf_count) argument
[all...]
H A Dbrw_vec4.cpp2656 const int grf_count = alloc.count; local
2660 for (int i = 0; i < grf_count; i++) {

Completed in 207 milliseconds