Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_qpu_schedule.c523 uint32_t next_score = 0; in get_instruction_priority() local
529 return next_score; in get_instruction_priority()
530 next_score++; in get_instruction_priority()
534 return next_score; in get_instruction_priority()
535 next_score++; in get_instruction_priority()
538 baseline_score = next_score; in get_instruction_priority()
539 next_score++; in get_instruction_priority()
543 return next_score; in get_instruction_priority()
544 next_score++; in get_instruction_priority()
/third_party/mesa3d/src/broadcom/compiler/
H A Dqpu_schedule.c639 uint32_t next_score = 0; in get_instruction_priority() local
645 return next_score; in get_instruction_priority()
646 next_score++; in get_instruction_priority()
660 return next_score; in get_instruction_priority()
661 next_score++; in get_instruction_priority()
665 baseline_score = next_score; in get_instruction_priority()
666 next_score++; in get_instruction_priority()
671 return next_score; in get_instruction_priority()
672 next_score++; in get_instruction_priority()
676 assert(next_score < MAX_SCHEDULE_PRIORIT in get_instruction_priority()
[all...]

Completed in 5 milliseconds