Home
last modified time | relevance | path

Searched refs:GetAspectCount (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DSubresourceStorage.h230 uint32_t aspectCount = GetAspectCount(aspects); in SubresourceStorage()
391 ASSERT(aspectIndex < GetAspectCount(mAspects)); in Get()
444 uint32_t aspectCount = GetAspectCount(mAspects); in DecompressAspect()
DSubresource.h95 uint8_t GetAspectCount(Aspect aspects);
DSubresource.cpp81 uint8_t GetAspectCount(Aspect aspects) { in GetAspectCount() function
DFormat.cpp115 ASSERT(aspectIndex < GetAspectCount(aspects)); in GetAspectInfo()
DTexture.cpp464 mMipLevelCount * GetArrayLayers() * GetAspectCount(mFormat.aspects); in TextureBase()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DSubresourceStorageTests.cpp35 mData(GetAspectCount(aspects) * arrayLayerCount * mipLevelCount, initialValue) {