Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_helpers.c373 t->flush_index == i ? " [flush]" : "", in util_dump_throttle_ring()
407 while (t->wait_index != t->flush_index && in util_throttle_memory_usage()
431 if (t->ring[t->flush_index].mem_usage && in util_throttle_memory_usage()
432 t->ring[t->flush_index].mem_usage + memory_size > in util_throttle_memory_usage()
435 &t->ring[t->flush_index].fence; in util_throttle_memory_usage()
441 t->flush_index = (t->flush_index + 1) % ring_size; in util_throttle_memory_usage()
444 if (t->flush_index == t->wait_index) { in util_throttle_memory_usage()
456 assert(!t->ring[t->flush_index].mem_usage); in util_throttle_memory_usage()
457 assert(!t->ring[t->flush_index] in util_throttle_memory_usage()
[all...]
H A Du_helpers.h111 unsigned flush_index; member

Completed in 2 milliseconds