Home
last modified time | relevance | path

Searched defs:heightInBlocks (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/utils/
DTestUtils.cpp85 uint32_t heightInBlocks = copyExtent.height / blockHeight; in RequiredBytesInCopy() local
93 uint64_t heightInBlocks, in RequiredBytesInCopy()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCommandValidation.cpp120 uint32_t heightInBlocks = copySize.height / blockInfo.height; in ComputeRequiredBytesInCopy() local
179 uint32_t heightInBlocks = copyExtent.height / blockInfo.height; in ApplyDefaultTextureDataLayoutOptions() local
200 uint32_t heightInBlocks = copyExtent.height / blockInfo.height; in ValidateLinearTextureData() local
DCommandBuffer.cpp191 const uint64_t heightInBlocks = copy->copySize.height / blockInfo.height; in IsFullBufferOverwrittenInTextureToBufferCopy() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp485 deUint32 heightInBlocks = (size[1] + blockHeight - 1) / blockHeight; in getCompressedImageResolutionInBlocks() local
499 deUint32 heightInBlocks = (size[1] + blockHeight - 1) / blockHeight; in getCompressedImageResolutionBlockCeil() local
/third_party/skia/third_party/externals/dawn/src/tests/unittests/d3d12/
DCopySplitTests.cpp69 uint32_t heightInBlocks = textureSpec.height / textureSpec.blockHeight; in ValidateFootprints() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DCommandBufferVk.cpp452 uint32_t heightInBlocks = copySize.height / blockInfo.height; in RecordCopyImageWithTemporaryBuffer() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DCommandBufferD3D12.cpp197 uint32_t heightInBlocks = copySize.height / blockInfo.height; in RecordCopyTextureWithTemporaryBuffer() local
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DCopyTests.cpp112 uint32_t heightInBlocks, in CopyTextureData()