Home
last modified time | relevance | path

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

/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