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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_blitter.c330 enum a5xx_tile_mode stile, dtile; local in function:emit_blit
345 stile = fd_resource_level_linear(info->src.resource, info->src.level) ?
356 /* if dtile, then dswap ignored by hw, and likewise if stile then sswap
361 if (stile || dtile) {
401 A5XX_RB_2D_SRC_INFO_TILE_MODE(stile) |
414 A5XX_GRAS_2D_SRC_INFO_TILE_MODE(stile) |
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_blitter.c313 enum a5xx_tile_mode stile, dtile; local in function:emit_blit
328 stile = fd_resource_tile_mode(info->src.resource, info->src.level);
337 /* if dtile, then dswap ignored by hw, and likewise if stile then sswap
342 if (stile || dtile) {
382 A5XX_RB_2D_SRC_INFO_TILE_MODE(stile) |
395 A5XX_GRAS_2D_SRC_INFO_TILE_MODE(stile) |
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_blitter.c354 enum a6xx_tile_mode stile, dtile; local in function:emit_blit_texture
384 stile = fd_resource_level_linear(info->src.resource, info->src.level) ?
389 sswap = stile ? WZYX : fd6_pipe2swap(info->src.format);
422 if (dtile != stile)
459 A6XX_SP_PS_2D_SRC_INFO_TILE_MODE(stile) |
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_blitter.c576 enum a6xx_tile_mode stile = local in function:emit_blit_src
596 A6XX_SP_PS_2D_SRC_INFO_TILE_MODE(stile) |

Completed in 6 milliseconds