Searched refs:PC_POWER_CNTL (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/freedreno/common/ |
H A D | freedreno_devices.py | 112 RB_UNKNOWN_8E04_blit, PC_POWER_CNTL): 134 self.a6xx.magic.PC_POWER_CNTL = PC_POWER_CNTL 295 PC_POWER_CNTL = 0, 305 PC_POWER_CNTL = 1, 315 PC_POWER_CNTL = 1, 325 PC_POWER_CNTL = 3, 335 PC_POWER_CNTL = 2, 349 PC_POWER_CNTL = 1, 359 PC_POWER_CNTL [all...] |
H A D | freedreno_dev_info.h | 150 uint32_t PC_POWER_CNTL; member
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A D | fd6_gmem.c | 711 OUT_RING(ring, screen->info->a6xx.magic.PC_POWER_CNTL); 714 OUT_RING(ring, screen->info->a6xx.magic.PC_POWER_CNTL); 867 OUT_RING(ring, screen->info->a6xx.magic.PC_POWER_CNTL); 870 OUT_RING(ring, screen->info->a6xx.magic.PC_POWER_CNTL);
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_cmd_buffer.c | 1027 A6XX_PC_POWER_CNTL(phys_dev->info->a6xx.magic.PC_POWER_CNTL)); in tu6_emit_binning_pass() 1030 A6XX_VFD_POWER_CNTL(phys_dev->info->a6xx.magic.PC_POWER_CNTL)); in tu6_emit_binning_pass() 1346 A6XX_PC_POWER_CNTL(phys_dev->info->a6xx.magic.PC_POWER_CNTL)); in tu6_tile_render_begin() 1349 A6XX_VFD_POWER_CNTL(phys_dev->info->a6xx.magic.PC_POWER_CNTL)); in tu6_tile_render_begin()
|
Completed in 16 milliseconds