Searched refs:GetAspects (Results 1 – 6 of 6) sorted by relevance
131 Aspect GetAspects() const;
225 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()
133 Aspect aspect = view->GetAspects(); in ValidateTextureBinding()
737 Aspect TextureViewBase::GetAspects() const { in GetAspects() function in dawn_native::TextureViewBase
1313 GetAspects(), depthReadOnly, stencilReadOnly); in GetDSVDescriptor()
311 Aspect aspect = view->GetAspects(); in ApplyBindGroup()