Home
last modified time | relevance | path

Searched defs:busy_index (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_gpu_load.c153 static uint64_t si_read_mmio_counter(struct si_screen *sscreen, unsigned busy_index) in si_read_mmio_counter()
173 static unsigned si_end_mmio_counter(struct si_screen *sscreen, uint64_t begin, unsigned busy_index) in si_end_mmio_counter()
251 unsigned busy_index = busy_index_from_type(sscreen, type); in si_begin_counter() local
257 unsigned busy_index = busy_index_from_type(sscreen, type); in si_end_counter() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_gpu_load.c136 unsigned busy_index) in r600_read_mmio_counter()
158 uint64_t begin, unsigned busy_index) in r600_end_mmio_counter()
237 unsigned busy_index = busy_index_from_type(rscreen, type); in r600_begin_counter() local
244 unsigned busy_index = busy_index_from_type(rscreen, type); in r600_end_counter() local