Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DTexture.h131 Aspect GetAspects() const;
DCommandEncoder.cpp225 DAWN_INVALID_IF(!(attachment->GetAspects() & Aspect::Color) || in ValidateRenderPassColorAttachment()
275 DAWN_INVALID_IF(attachment->GetAspects() != format.aspects, in ValidateRenderPassDepthStencilAttachment()
285 attachment->GetAspects() == (Aspect::Depth | Aspect::Stencil) && in ValidateRenderPassDepthStencilAttachment()
457 Aspect aspects = depthStencilAttachment->view->GetAspects(); in IsReadOnlyDepthStencilAttachment()
DBindGroup.cpp133 Aspect aspect = view->GetAspects(); in ValidateTextureBinding()
DTexture.cpp737 Aspect TextureViewBase::GetAspects() const { in GetAspects() function in dawn_native::TextureViewBase
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DTextureD3D12.cpp1313 GetAspects(), depthReadOnly, stencilReadOnly); in GetDSVDescriptor()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DCommandBufferGL.cpp311 Aspect aspect = view->GetAspects(); in ApplyBindGroup()