Searched refs:dtile (Results 1 - 3 of 3) 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
347 dtile = fd_resource_level_linear(info->dst.resource, info->dst.level) ?
356 /* if dtile, then dswap ignored by hw, and likewise if stile then sswap
361 if (stile || dtile) {
422 A5XX_RB_2D_DST_INFO_TILE_MODE(dtile) |
435 A5XX_GRAS_2D_DST_INFO_TILE_MODE(dtile) |
/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
329 dtile = fd_resource_tile_mode(info->dst.resource, info->dst.level);
337 /* if dtile, then dswap ignored by hw, and likewise if stile then sswap
342 if (stile || dtile) {
403 A5XX_RB_2D_DST_INFO_TILE_MODE(dtile) |
416 A5XX_GRAS_2D_DST_INFO_TILE_MODE(dtile) |
/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
386 dtile = fd_resource_level_linear(info->dst.resource, info->dst.level) ?
390 dswap = dtile ? WZYX : fd6_pipe2swap(info->dst.format);
422 if (dtile != stile)
490 A6XX_RB_2D_DST_INFO_TILE_MODE(dtile) |

Completed in 4 milliseconds