Home
last modified time | relevance | path

Searched refs:texelBlocksPerRow (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/utils/
DTestUtils.h27 uint32_t texelBlocksPerRow; member
DTestUtils.cpp68 layout.texelBlocksPerRow = layout.bytesPerRow / bytesPerTexel; in GetTextureDataCopyLayoutForTextureAtLevel()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DCopyTextureForBrowserTests.cpp80 const uint32_t rowOffset = layout.texelBlocksPerRow * y; in GetTextureData()
DCopyTests.cpp47 uint32_t bytesPerTexelBlock = layout.bytesPerRow / layout.texelBlocksPerRow; in GetExpectedTextureData()
71 uint32_t i = x + y * layout.texelBlocksPerRow; in GetExpectedTextureDataRGBA8()
212 textureSpec.copyOrigin.y * copyLayout.texelBlocksPerRow); in DoTest()