Lines Matching refs:bufferRowLength
7264 uint32_t bufferRowLength; in stageSubresourceUpdateImpl() local
7292 contextVk, storageFormatInfo.computeBufferRowLength(glExtents.width, &bufferRowLength)); in stageSubresourceUpdateImpl()
7353 bufferRowLength = glExtents.width; in stageSubresourceUpdateImpl()
7402 copy.bufferRowLength = 0; in stageSubresourceUpdateImpl()
7423 copy.bufferRowLength = bufferRowLength; in stageSubresourceUpdateImpl()
7465 stencilCopy.bufferRowLength = bufferRowLength; in stageSubresourceUpdateImpl()
7899 copy.bufferRowLength = glExtents.width; in stageSubresourceUpdateAndGetData()
8009 copyToImage.bufferRowLength = 0; // Tightly packed data can be specified as 0. in stageSubresourceUpdateFromFramebuffer()
9075 regions.bufferRowLength = 0; in copyImageDataToBuffer()
9114 region.bufferRowLength = 0; in copySurfaceImageToBuffer()
9161 region.bufferRowLength = 0; in copyBufferToSurfaceImage()
9638 region.bufferRowLength = packPixelsParams.outputPitch / readFormat->pixelBytes; in readPixelsImpl()
9669 region.bufferRowLength = srcExtent.width; in readPixelsImpl()
9678 region.bufferRowLength = in readPixelsImpl()
9679 roundUp(region.bufferRowLength, storageFormatInfo.compressedBlockWidth); in readPixelsImpl()