Searched refs:busy_index (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | r600_gpu_load.c | 156 unsigned busy_index) 168 unsigned busy = p_atomic_read(&rscreen->mmio_counters.array[busy_index]); 169 unsigned idle = p_atomic_read(&rscreen->mmio_counters.array[busy_index + 1]); 175 uint64_t begin, unsigned busy_index) 177 uint64_t end = r600_read_mmio_counter(rscreen, busy_index); 194 return counters.array[busy_index] ? 100 : 0; 254 unsigned busy_index = busy_index_from_type(rscreen, type); local in function:r600_begin_counter 255 return r600_read_mmio_counter(rscreen, busy_index); 261 unsigned busy_index = busy_index_from_type(rscreen, type); local in function:r600_end_counter 262 return r600_end_mmio_counter(rscreen, begin, busy_index); 155 r600_read_mmio_counter(struct r600_common_screen * rscreen,unsigned busy_index) argument 174 r600_end_mmio_counter(struct r600_common_screen * rscreen,uint64_t begin,unsigned busy_index) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_gpu_load.c | 174 unsigned busy_index) 186 unsigned busy = p_atomic_read(&sscreen->mmio_counters.array[busy_index]); 187 unsigned idle = p_atomic_read(&sscreen->mmio_counters.array[busy_index + 1]); 193 uint64_t begin, unsigned busy_index) 195 uint64_t end = si_read_mmio_counter(sscreen, busy_index); 212 return counters.array[busy_index] ? 100 : 0; 272 unsigned busy_index = busy_index_from_type(sscreen, type); local in function:si_begin_counter 273 return si_read_mmio_counter(sscreen, busy_index); 279 unsigned busy_index = busy_index_from_type(sscreen, type); local in function:si_end_counter 280 return si_end_mmio_counter(sscreen, begin, busy_index); 173 si_read_mmio_counter(struct si_screen * sscreen,unsigned busy_index) argument 192 si_end_mmio_counter(struct si_screen * sscreen,uint64_t begin,unsigned busy_index) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | r600_gpu_load.c | 156 unsigned busy_index) 168 unsigned busy = p_atomic_read(&rscreen->mmio_counters.array[busy_index]); 169 unsigned idle = p_atomic_read(&rscreen->mmio_counters.array[busy_index + 1]); 175 uint64_t begin, unsigned busy_index) 177 uint64_t end = r600_read_mmio_counter(rscreen, busy_index); 194 return counters.array[busy_index] ? 100 : 0; 254 unsigned busy_index = busy_index_from_type(rscreen, type); local in function:r600_begin_counter 255 return r600_read_mmio_counter(rscreen, busy_index); 261 unsigned busy_index = busy_index_from_type(rscreen, type); local in function:r600_end_counter 262 return r600_end_mmio_counter(rscreen, begin, busy_index); 155 r600_read_mmio_counter(struct r600_common_screen * rscreen,unsigned busy_index) argument 174 r600_end_mmio_counter(struct r600_common_screen * rscreen,uint64_t begin,unsigned busy_index) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_gpu_load.c | 170 static uint64_t si_read_mmio_counter(struct si_screen *sscreen, unsigned busy_index) argument 181 unsigned busy = p_atomic_read(&sscreen->mmio_counters.array[busy_index]); 182 unsigned idle = p_atomic_read(&sscreen->mmio_counters.array[busy_index + 1]); 187 static unsigned si_end_mmio_counter(struct si_screen *sscreen, uint64_t begin, unsigned busy_index) argument 189 uint64_t end = si_read_mmio_counter(sscreen, busy_index); 206 return counters.array[busy_index] ? 100 : 0; 265 unsigned busy_index = busy_index_from_type(sscreen, type); local in function:si_begin_counter 266 return si_read_mmio_counter(sscreen, busy_index); 271 unsigned busy_index = busy_index_from_type(sscreen, type); local in function:si_end_counter 272 return si_end_mmio_counter(sscreen, begin, busy_index); [all...] |
Completed in 4 milliseconds