Home
last modified time | relevance | path

Searched refs:GetUsedVertexAttributes (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DShaderModule.h61 const std::bitset<kMaxVertexAttributes>& GetUsedVertexAttributes() const;
DShaderModule.cpp196 const std::bitset<kMaxVertexAttributes>& ShaderModuleBase::GetUsedVertexAttributes() const { in GetUsedVertexAttributes() function in dawn_native::ShaderModuleBase
DRenderPipeline.cpp286 if ((descriptor->vertexStage->module->GetUsedVertexAttributes() & ~attributesSetMask) in ValidateRenderPipelineDescriptor()