Lines Matching refs:rowPitchBytes
124 dest->rowPitchBytes(aspect, subres.mipLevel), // dPitchB in clear()
258 int rowPitchBytes = dest->rowPitchBytes(aspect, subres.mipLevel); in fastClear() local
289 d += rowPitchBytes; in fastClear()
297 d += rowPitchBytes; in fastClear()
305 d += rowPitchBytes; in fastClear()
1822 src->rowPitchBytes(srcAspect, region.srcSubresource.mipLevel), // sPitchB in blit()
1823 dst->rowPitchBytes(dstAspect, region.dstSubresource.mipLevel), // dPitchB in blit()
1895 int pitch = src->rowPitchBytes(VK_IMAGE_ASPECT_DEPTH_BIT, 0); in resolveDepth()
1926 int pitch = src->rowPitchBytes(VK_IMAGE_ASPECT_STENCIL_BIT, 0); in resolveStencil()
2061 int pitch = src->rowPitchBytes(VK_IMAGE_ASPECT_COLOR_BIT, region.srcSubresource.mipLevel); in fastResolve()
2140 unsigned int srcPitch = src->rowPitchBytes(VK_IMAGE_ASPECT_COLOR_BIT, 0); in copy()
2271 image->rowPitchBytes(aspect, subresource.mipLevel), in updateBorders()
2302 int pitchB = image->rowPitchBytes(aspect, srcSubresource.mipLevel); in copyCubeEdge()