Searched defs:widthInBlocks (Results 1 – 8 of 8) sorted by relevance
83 uint32_t widthInBlocks = copyExtent.width / blockWidth; in RequiredBytesInCopy() local92 uint64_t widthInBlocks, in RequiredBytesInCopy()
119 uint32_t widthInBlocks = copySize.width / blockInfo.width; in ComputeRequiredBytesInCopy() local183 uint32_t widthInBlocks = copyExtent.width / blockInfo.width; in ApplyDefaultTextureDataLayoutOptions() local217 uint32_t widthInBlocks = copyExtent.width / blockInfo.width; in ValidateLinearTextureData() local
190 const uint64_t widthInBlocks = copy->copySize.width / blockInfo.width; in IsFullBufferOverwrittenInTextureToBufferCopy() local
484 deUint32 widthInBlocks = (size[0] + blockWidth - 1) / blockWidth; in getCompressedImageResolutionInBlocks() local498 deUint32 widthInBlocks = (size[0] + blockWidth - 1) / blockWidth; in getCompressedImageResolutionBlockCeil() local
68 uint32_t widthInBlocks = textureSpec.width / textureSpec.blockWidth; in ValidateFootprints() local
450 uint32_t widthInBlocks = copySize.width / blockInfo.width; in RecordCopyImageWithTemporaryBuffer() local
195 uint32_t widthInBlocks = copySize.width / blockInfo.width; in RecordCopyTextureWithTemporaryBuffer() local
111 uint32_t widthInBlocks, in CopyTextureData()