Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/utils/
DTestUtils.cpp83 uint32_t widthInBlocks = copyExtent.width / blockWidth; in RequiredBytesInCopy() local
92 uint64_t widthInBlocks, in RequiredBytesInCopy()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCommandValidation.cpp119 uint32_t widthInBlocks = copySize.width / blockInfo.width; in ComputeRequiredBytesInCopy() local
183 uint32_t widthInBlocks = copyExtent.width / blockInfo.width; in ApplyDefaultTextureDataLayoutOptions() local
217 uint32_t widthInBlocks = copyExtent.width / blockInfo.width; in ValidateLinearTextureData() local
DCommandBuffer.cpp190 const uint64_t widthInBlocks = copy->copySize.width / blockInfo.width; in IsFullBufferOverwrittenInTextureToBufferCopy() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp484 deUint32 widthInBlocks = (size[0] + blockWidth - 1) / blockWidth; in getCompressedImageResolutionInBlocks() local
498 deUint32 widthInBlocks = (size[0] + blockWidth - 1) / blockWidth; in getCompressedImageResolutionBlockCeil() local
/third_party/skia/third_party/externals/dawn/src/tests/unittests/d3d12/
DCopySplitTests.cpp68 uint32_t widthInBlocks = textureSpec.width / textureSpec.blockWidth; in ValidateFootprints() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DCommandBufferVk.cpp450 uint32_t widthInBlocks = copySize.width / blockInfo.width; in RecordCopyImageWithTemporaryBuffer() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DCommandBufferD3D12.cpp195 uint32_t widthInBlocks = copySize.width / blockInfo.width; in RecordCopyTextureWithTemporaryBuffer() local
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DCopyTests.cpp111 uint32_t widthInBlocks, in CopyTextureData()