Home
last modified time | relevance | path

Searched refs:instructions_to_schedule (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_schedule_instructions.cpp1688 int instructions_to_schedule = block->end_ip - block->start_ip + 1; in schedule_instructions() local
1709 instructions_to_schedule--; in schedule_instructions()
1777 assert(instructions_to_schedule == 0); in schedule_instructions()
/external/mesa3d/docs/relnotes/
D20.1.0.rst3244 - intel/compiler: Make instructions_to_schedule a local variable