Home
last modified time | relevance | path

Searched refs:texelsPerBlock (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/unittests/d3d12/
H A DCopySplitTests.cpp195 uint32_t texelsPerBlock = textureSpec.blockWidth * textureSpec.blockHeight; in ValidateBufferOffset() local
200 bufferSpec.bytesPerRow / textureSpec.texelBlockSizeInBytes * texelsPerBlock; in ValidateBufferOffset()
204 copy.alignedOffset / textureSpec.texelBlockSizeInBytes * texelsPerBlock + in ValidateBufferOffset()
205 copy.bufferOffset.x / textureSpec.blockWidth * texelsPerBlock + in ValidateBufferOffset()
217 bufferSpec.offset / textureSpec.texelBlockSizeInBytes * texelsPerBlock); in ValidateBufferOffset()
220 bufferSpec.offset / textureSpec.texelBlockSizeInBytes * texelsPerBlock; in ValidateBufferOffset()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_format_traits.hpp7410 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_14 uint8_t texelsPerBlock( VULKAN_HPP_NAMESPACE::Format format ) in texelsPerBlock() function

Completed in 8 milliseconds