Searched refs:sswap (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_blitter.c331 enum a3xx_color_swap sswap, dswap; local in function:emit_blit
350 sswap = fd5_pipe2swap(info->src.format);
356 /* if dtile, then dswap ignored by hw, and likewise if stile then sswap
363 sswap = dswap = WZYX;
402 A5XX_RB_2D_SRC_INFO_COLOR_SWAP(sswap));
415 A5XX_GRAS_2D_SRC_INFO_COLOR_SWAP(sswap));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_blitter.c314 enum a3xx_color_swap sswap, dswap; local in function:emit_blit
331 sswap = fd5_pipe2swap(info->src.format);
337 /* if dtile, then dswap ignored by hw, and likewise if stile then sswap
344 sswap = dswap = WZYX;
383 A5XX_RB_2D_SRC_INFO_COLOR_SWAP(sswap));
396 A5XX_GRAS_2D_SRC_INFO_COLOR_SWAP(sswap));
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_blitter.c355 enum a3xx_color_swap sswap, dswap; local in function:emit_blit_texture
389 sswap = stile ? WZYX : fd6_pipe2swap(info->src.format);
460 A6XX_SP_PS_2D_SRC_INFO_COLOR_SWAP(sswap) |
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_blitter.c578 enum a3xx_color_swap sswap = fd6_texture_swap(info->src.format, src->layout.tile_mode); local in function:emit_blit_src
597 A6XX_SP_PS_2D_SRC_INFO_COLOR_SWAP(sswap) |

Completed in 5 milliseconds