Lines Matching refs:bufferRowLength
5421 uint32_t bufferRowLength; in stageSubresourceUpdateImpl() local
5449 contextVk, storageFormatInfo.computeBufferRowLength(glExtents.width, &bufferRowLength)); in stageSubresourceUpdateImpl()
5493 bufferRowLength = glExtents.width; in stageSubresourceUpdateImpl()
5544 copy.bufferRowLength = 0; in stageSubresourceUpdateImpl()
5562 copy.bufferRowLength = bufferRowLength; in stageSubresourceUpdateImpl()
5604 stencilCopy.bufferRowLength = bufferRowLength; in stageSubresourceUpdateImpl()
5834 copy.bufferRowLength = glExtents.width; in stageSubresourceUpdateAndGetData()
5945 copyToImage.bufferRowLength = 0; // Tightly packed data can be specified as 0. in stageSubresourceUpdateFromFramebuffer()
6745 regions[0].bufferRowLength = 0; in copyImageDataToBuffer()
7017 region.bufferRowLength = packPixelsParams.outputPitch / readFormat->pixelBytes; in readPixels()
7038 region.bufferRowLength = srcExtent.width; in readPixels()