Home
last modified time | relevance | path

Searched refs:sswap (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_blitter.c313 enum a3xx_color_swap sswap, dswap; in emit_blit() local
327 sswap = fd5_pipe2swap(info->src.format); in emit_blit()
340 sswap = dswap = WZYX; in emit_blit()
372 A5XX_RB_2D_SRC_INFO_COLOR_SWAP(sswap)); in emit_blit()
385 A5XX_GRAS_2D_SRC_INFO_COLOR_SWAP(sswap)); in emit_blit()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_blitter.c578 enum a3xx_color_swap sswap = fd6_texture_swap(info->src.format, src->layout.tile_mode); in emit_blit_src() local
597 A6XX_SP_PS_2D_SRC_INFO_COLOR_SWAP(sswap) | in emit_blit_src()