Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_gpu_load.c139 r600_update_mmio_counters(rscreen, &rscreen->mmio_counters); in r600_gpu_load_thread()
171 unsigned busy = p_atomic_read(&rscreen->mmio_counters.array[busy_index]); in r600_read_mmio_counter()
172 unsigned idle = p_atomic_read(&rscreen->mmio_counters.array[busy_index + 1]); in r600_read_mmio_counter()
201 #define BUSY_INDEX(rscreen, field) (&rscreen->mmio_counters.named.field.busy - \
202 rscreen->mmio_counters.array)
H A Dr600_pipe_common.h364 union r600_mmio_counters mmio_counters; member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_gpu_load.c154 si_update_mmio_counters(sscreen, &sscreen->mmio_counters); in si_gpu_load_thread()
184 unsigned busy = p_atomic_read(&sscreen->mmio_counters.array[busy_index]); in si_read_mmio_counter()
185 unsigned idle = p_atomic_read(&sscreen->mmio_counters.array[busy_index + 1]); in si_read_mmio_counter()
214 (&sscreen->mmio_counters.named.field.busy - sscreen->mmio_counters.array)
H A Dsi_pipe.h627 union si_mmio_counters mmio_counters; member

Completed in 8 milliseconds