Home
last modified time | relevance | path

Searched refs:GetAspectIndex (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DSubresourceStorage.h247 uint32_t aspectIndex = GetAspectIndex(aspect); in Update()
306 uint32_t aspectIndex = GetAspectIndex(aspect); in Merge()
359 uint32_t aspectIndex = GetAspectIndex(aspect); in Iterate()
390 uint32_t aspectIndex = GetAspectIndex(aspect); in Get()
425 return mAspectCompressed[GetAspectIndex(aspect)]; in IsAspectCompressedForTesting()
430 return mAspectCompressed[GetAspectIndex(aspect)] || in IsLayerCompressedForTesting()
431 mLayerCompressed[GetAspectIndex(aspect) * mArrayLayerCount + layer]; in IsLayerCompressedForTesting()
DSubresource.h94 uint8_t GetAspectIndex(Aspect aspect);
DSubresource.cpp65 uint8_t GetAspectIndex(Aspect aspect) { in GetAspectIndex() function
DFormat.cpp114 const size_t aspectIndex = GetAspectIndex(aspect); in GetAspectInfo()
DTexture.cpp570 GetNumMipLevels() * (arraySlice + GetArrayLayers() * GetAspectIndex(aspect)); in GetSubresourceIndex()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DSubresourceStorageTests.cpp70 uint32_t aspectIndex = GetAspectIndex(aspect); in GetDataIndex()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DTextureD3D12.cpp1230 planeSlice = GetAspectIndex(planeAspect); in TextureView()