Home
last modified time | relevance | path

Searched refs:REG_A3XX_RB_MRT_BLEND_CONTROL (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_emit.c767 OUT_PKT0(ring, REG_A3XX_RB_MRT_BLEND_CONTROL(i), 1); in fd3_emit_state()
Dfd3_gmem.c579 OUT_PKT0(ring, REG_A3XX_RB_MRT_BLEND_CONTROL(i), 1); in fd3_emit_tile_mem2gmem()
Da3xx.xml.h1279 static inline uint32_t REG_A3XX_RB_MRT_BLEND_CONTROL(uint32_t i0) { return 0x000020c7 + 0x4*i0; } in REG_A3XX_RB_MRT_BLEND_CONTROL() function