HomeSort by relevance Sort by last modified time
    Searched full:instruction_latency (Results 1 - 1 of 1) sorted by null

  /external/mesa3d/src/gallium/drivers/vc4/
vc4_qpu_schedule.c 53 /* Longest cycles + instruction_latency() of any parent of this node. */
776 instruction_latency(struct schedule_node *before, struct schedule_node *after) function
799 instruction_latency(n, n->children[i].node));
830 latency = instruction_latency(node,
    [all...]

Completed in 296 milliseconds