Searched refs:GetUsedVertexAttributes (Results 1 – 3 of 3) sorted by relevance
61 const std::bitset<kMaxVertexAttributes>& GetUsedVertexAttributes() const;
196 const std::bitset<kMaxVertexAttributes>& ShaderModuleBase::GetUsedVertexAttributes() const { in GetUsedVertexAttributes() function in dawn_native::ShaderModuleBase
286 if ((descriptor->vertexStage->module->GetUsedVertexAttributes() & ~attributesSetMask) in ValidateRenderPipelineDescriptor()