Home
last modified time | relevance | path

Searched defs:textureWidthLevel0 (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DSamplerFilterAnisotropicTests.cpp100 const uint32_t textureWidthLevel0 = 1 << (mipLevelCount - 1); in InitTexture() local
DTextureViewTests.cpp125 const uint32_t textureWidthLevel0 = 1 << mipLevelCount; in initTexture() local
473 uint32_t textureWidthLevel0, in TextureLayerAsColorAttachmentTest()
/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/
DTextureViewTests.cpp115 const uint32_t textureWidthLevel0 = 1 << mipLevelCount; in initTexture() local
475 const uint32_t textureWidthLevel0 = 1 << levelCount; in TextureLayerAsColorAttachmentTest() local
DCompressedTextureFormatTests.cpp48 uint32_t textureWidthLevel0; member