Lines Matching refs:bufferRowLength
8893 uint32_t bufferRowLength; in stageSubresourceUpdateImpl() local
8921 contextVk, storageFormatInfo.computeBufferRowLength(glExtents.width, &bufferRowLength)); in stageSubresourceUpdateImpl()
8993 bufferRowLength = glExtents.width; in stageSubresourceUpdateImpl()
9019 bufferRowLength, bufferImageHeight, &copied)); in stageSubresourceUpdateImpl()
9057 copy.bufferRowLength = 0; in stageSubresourceUpdateImpl()
9078 copy.bufferRowLength = bufferRowLength; in stageSubresourceUpdateImpl()
9120 stencilCopy.bufferRowLength = bufferRowLength; in stageSubresourceUpdateImpl()
9829 copy.bufferRowLength = glExtents.width; in stageSubresourceUpdateAndGetData()
9939 copyToImage.bufferRowLength = 0; // Tightly packed data can be specified as 0. in stageSubresourceUpdateFromFramebuffer()
11232 regions.bufferRowLength = 0; in copyImageDataToBuffer()
11271 region.bufferRowLength = 0; in copySurfaceImageToBuffer()
11320 region.bufferRowLength = 0; in copyBufferToSurfaceImage()
11880 region.bufferRowLength = packPixelsParams.outputPitch / readFormat->pixelBytes; in readPixelsImpl()
11915 region.bufferRowLength = srcExtent.width; in readPixelsImpl()
11924 region.bufferRowLength = in readPixelsImpl()
11925 roundUp(region.bufferRowLength, storageFormatInfo.compressedBlockWidth); in readPixelsImpl()