Searched refs:spitch (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_blitter.c332 unsigned ssize, dsize, spitch, dpitch; local in function:emit_blit
353 spitch = sslice->pitch * src->cpp;
390 debug_assert((soff + (sbox->height * spitch)) <= fd_bo_size(src->bo));
404 OUT_RING(ring, A5XX_RB_2D_SRC_SIZE_PITCH(spitch) |
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_blitter.c315 unsigned ssize, dsize, spitch, dpitch; local in function:emit_blit
334 spitch = fd_resource_pitch(src, info->src.level);
371 debug_assert((soff + (sbox->height * spitch)) <= fd_bo_size(src->bo));
385 OUT_RING(ring, A5XX_RB_2D_SRC_SIZE_PITCH(spitch) |
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_blitter.c356 unsigned spitch, dpitch; local in function:emit_blit_texture
401 spitch = DIV_ROUND_UP(sslice->pitch, blockwidth) * src->cpp;
467 OUT_RING(ring, A6XX_SP_PS_2D_SRC_PITCH_PITCH(spitch));

Completed in 5 milliseconds