Lines Matching refs:outputDepthPitch
5419 size_t outputDepthPitch; in stageSubresourceUpdateImpl() local
5445 outputDepthPitch = depthPitch; in stageSubresourceUpdateImpl()
5491 outputDepthPitch = outputRowPitch * glExtents.height; in stageSubresourceUpdateImpl()
5496 allocationSize = outputDepthPitch * glExtents.depth; in stageSubresourceUpdateImpl()
5526 outputDepthPitch); in stageSubresourceUpdateImpl()
5589 stagingPointer += outputDepthPitch * glExtents.depth; in stageSubresourceUpdateImpl()
5590 stagingOffset += outputDepthPitch * glExtents.depth; in stageSubresourceUpdateImpl()
5594 outputDepthPitch = outputRowPitch * glExtents.height; in stageSubresourceUpdateImpl()
5599 outputDepthPitch); in stageSubresourceUpdateImpl()
5889 size_t outputDepthPitch = outputRowPitch * clippedRectangle.height; in stageSubresourceUpdateFromFramebuffer() local
5897 size_t allocationSize = outputDepthPitch; in stageSubresourceUpdateFromFramebuffer()