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

/xsrc/external/mit/MesaLib.old/dist/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) function in typeref:typename:uint32_t
780 instruction_latency(n, child)));
813 uint32_t latency = instruction_latency(node, child);
/xsrc/external/mit/MesaLib/dist/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) function in typeref:typename:uint32_t
780 instruction_latency(n, child)));
813 uint32_t latency = instruction_latency(node, child);
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/
H A Dqpu_schedule.c51 /* Longest cycles + instruction_latency() of any parent of this node. */
912 instruction_latency(struct schedule_node *before, struct schedule_node *after) function in typeref:typename:uint32_t
950 instruction_latency(n, child)));
983 uint32_t latency = instruction_latency(node, child);
/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dqpu_schedule.c51 /* Longest cycles + instruction_latency() of any parent of this node. */
1356 instruction_latency(const struct v3d_device_info *devinfo, function in typeref:typename:uint32_t
1401 instruction_latency(c->devinfo, n,
1436 uint32_t latency = instruction_latency(devinfo, node, child);

Completed in 14 milliseconds