Home
last modified time | relevance | path

Searched defs:attributesSetMask (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DRenderPipeline.cpp30 std::bitset<kMaxVertexAttributes>* attributesSetMask) { in ValidateVertexAttributeDescriptor()
62 std::bitset<kMaxVertexAttributes>* attributesSetMask) { in ValidateVertexBufferDescriptor()
78 std::bitset<kMaxVertexAttributes>* attributesSetMask) { in ValidateVertexInputDescriptor()
274 std::bitset<kMaxVertexAttributes> attributesSetMask; in ValidateRenderPipelineDescriptor() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DRenderPipeline.cpp121 ityp::bitset<VertexAttributeLocation, kMaxVertexAttributes>* attributesSetMask) { in ValidateVertexAttribute()
176 ityp::bitset<VertexAttributeLocation, kMaxVertexAttributes>* attributesSetMask) { in ValidateVertexBufferLayout()
215 ityp::bitset<VertexAttributeLocation, kMaxVertexAttributes> attributesSetMask; in ValidateVertexState() local