Searched defs:heightInBlocks (Results 1 – 8 of 8) sorted by relevance
85 uint32_t heightInBlocks = copyExtent.height / blockHeight; in RequiredBytesInCopy() local93 uint64_t heightInBlocks, in RequiredBytesInCopy()
120 uint32_t heightInBlocks = copySize.height / blockInfo.height; in ComputeRequiredBytesInCopy() local179 uint32_t heightInBlocks = copyExtent.height / blockInfo.height; in ApplyDefaultTextureDataLayoutOptions() local200 uint32_t heightInBlocks = copyExtent.height / blockInfo.height; in ValidateLinearTextureData() local
191 const uint64_t heightInBlocks = copy->copySize.height / blockInfo.height; in IsFullBufferOverwrittenInTextureToBufferCopy() local
485 deUint32 heightInBlocks = (size[1] + blockHeight - 1) / blockHeight; in getCompressedImageResolutionInBlocks() local499 deUint32 heightInBlocks = (size[1] + blockHeight - 1) / blockHeight; in getCompressedImageResolutionBlockCeil() local
69 uint32_t heightInBlocks = textureSpec.height / textureSpec.blockHeight; in ValidateFootprints() local
452 uint32_t heightInBlocks = copySize.height / blockInfo.height; in RecordCopyImageWithTemporaryBuffer() local
197 uint32_t heightInBlocks = copySize.height / blockInfo.height; in RecordCopyTextureWithTemporaryBuffer() local
112 uint32_t heightInBlocks, in CopyTextureData()