Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DSubresource.h62 Aspect ConvertViewAspect(const Format& format, wgpu::TextureAspect aspect);
DSubresource.cpp34 Aspect ConvertViewAspect(const Format& format, wgpu::TextureAspect aspect) { in ConvertViewAspect() function
DTexture.cpp698 mRange({ConvertViewAspect(mFormat, descriptor->aspect), in TextureViewBase()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DTextureD3D12.cpp1229 const Aspect planeAspect = ConvertViewAspect(GetFormat(), descriptor->aspect); in TextureView()