Searched defs:textureWidthLevel0 (Results 1 – 4 of 4) sorted by relevance
100 const uint32_t textureWidthLevel0 = 1 << (mipLevelCount - 1); in InitTexture() local
125 const uint32_t textureWidthLevel0 = 1 << mipLevelCount; in initTexture() local473 uint32_t textureWidthLevel0, in TextureLayerAsColorAttachmentTest()
115 const uint32_t textureWidthLevel0 = 1 << mipLevelCount; in initTexture() local475 const uint32_t textureWidthLevel0 = 1 << levelCount; in TextureLayerAsColorAttachmentTest() local
48 uint32_t textureWidthLevel0; member