Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_qpu_schedule.c757 instruction_latency(struct schedule_node *before, struct schedule_node *after) in instruction_latency() function
780 instruction_latency(n, child))); in compute_delay()
813 uint32_t latency = instruction_latency(node, child); in mark_instruction_scheduled()
/external/mesa3d/src/broadcom/compiler/
Dqpu_schedule.c1002 instruction_latency(struct schedule_node *before, struct schedule_node *after) in instruction_latency() function
1043 instruction_latency(n, child))); in compute_delay()
1076 uint32_t latency = instruction_latency(node, child); in mark_instruction_scheduled()