Home
last modified time | relevance | path

Searched refs:ccu_offset_bypass (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/freedreno/common/
Dfreedreno_dev_info.c51 info->a6xx.ccu_offset_bypass = 0x10000; in freedreno_dev_info_init()
60 info->a6xx.ccu_offset_bypass = 0x20000; in freedreno_dev_info_init()
69 info->a6xx.ccu_offset_bypass = 0x20000; in freedreno_dev_info_init()
77 info->a6xx.ccu_offset_bypass = 0x30000; in freedreno_dev_info_init()
Dfreedreno_dev_info.h52 uint32_t ccu_offset_bypass; member
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_draw.c357 OUT_REG(ring, A6XX_RB_CCU_CNTL(.offset = screen->info.a6xx.ccu_offset_bypass)); in fd6_clear_lrz()
Dfd6_blitter.c248 OUT_RING(ring, A6XX_RB_CCU_CNTL_OFFSET(screen->info.a6xx.ccu_offset_bypass)); in emit_setup()
Dfd6_gmem.c1421 OUT_REG(ring, A6XX_RB_CCU_CNTL(.offset = screen->info.a6xx.ccu_offset_bypass)); in fd6_emit_sysmem_prep()
/external/mesa3d/src/freedreno/vulkan/
Dtu_cmd_buffer.c164 phys_dev->info.a6xx.ccu_offset_bypass, in tu_emit_cache_flush_ccu()
732 A6XX_RB_CCU_CNTL(.offset = phys_dev->info.a6xx.ccu_offset_bypass)); in tu6_init_hw()