Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs_schedule_instructions.cpp134 void schedule_instructions(fs_inst *next_block_header);
431 instruction_scheduler::schedule_instructions(fs_inst *next_block_header) in schedule_instructions() argument
458 next_block_header->insert_before(chosen->inst); in schedule_instructions()
505 fs_inst *next_block_header = (fs_inst *)instructions.head; in schedule_instructions() local
508 while (!next_block_header->is_tail_sentinel()) { in schedule_instructions()
510 while (!next_block_header->is_tail_sentinel()) { in schedule_instructions()
511 fs_inst *inst = next_block_header; in schedule_instructions()
512 next_block_header = (fs_inst *)next_block_header->next; in schedule_instructions()
526 sched.schedule_instructions(next_block_header); in schedule_instructions()
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
Dbrw_fs_schedule_instructions.cpp134 void schedule_instructions(fs_inst *next_block_header);
431 instruction_scheduler::schedule_instructions(fs_inst *next_block_header) in schedule_instructions() argument
458 next_block_header->insert_before(chosen->inst); in schedule_instructions()
505 fs_inst *next_block_header = (fs_inst *)instructions.head; in schedule_instructions() local
508 while (!next_block_header->is_tail_sentinel()) { in schedule_instructions()
510 while (!next_block_header->is_tail_sentinel()) { in schedule_instructions()
511 fs_inst *inst = next_block_header; in schedule_instructions()
512 next_block_header = (fs_inst *)next_block_header->next; in schedule_instructions()
526 sched.schedule_instructions(next_block_header); in schedule_instructions()