Searched refs:attrDesc (Results 1 – 2 of 2) sorted by relevance
116 var attrDesc: Content? = null in parseDocumentation() variable133 "description" -> attrDesc = tag.getAttrDesc(element) in parseDocumentation()155 attr = DocumentationNode(name, attrDesc ?: Content.Empty, NodeKind.AttributeRef) in parseDocumentation()
372 VkVertexInputAttributeDescription attrDesc; in createVertexInfo() local379 attrDesc.location = vertDescIter->location; in createVertexInfo()380 attrDesc.binding = bindingId; in createVertexInfo()381 attrDesc.format = vertDescIter->format; in createVertexInfo()382 attrDesc.offset = vertDescIter->offset; in createVertexInfo()383 attrList.push_back(attrDesc); in createVertexInfo()