Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_qpu_schedule.c51 /* Longest cycles + instruction_latency() of any parent of this node. */
757 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()
/third_party/mesa3d/src/broadcom/compiler/
H A Dqpu_schedule.c51 /* Longest cycles + instruction_latency() of any parent of this node. */
1396 instruction_latency(const struct v3d_device_info *devinfo, in instruction_latency() function
1441 instruction_latency(c->devinfo, n, in compute_delay()
1476 uint32_t latency = instruction_latency(devinfo, node, child); in mark_instruction_scheduled()

Completed in 6 milliseconds