Lines Matching defs:latency
65 uint32_t latency;
648 /* Schedule texture read results collection late to hide latency. */
657 /* Schedule texture read setup early to hide their latency better. */
1320 /* Apply some huge latency between texture fetch requests and getting
1361 uint32_t latency = 1;
1365 return latency;
1368 latency = MAX2(latency,
1375 latency = MAX2(latency,
1384 return latency;
1436 uint32_t latency = instruction_latency(devinfo, node, child);
1439 time + latency);