Home
last modified time | relevance | path

Searched refs:attrDesc (Results 1 – 2 of 2) sorted by relevance

/external/dokka/core/src/main/kotlin/Java/
DJavadocParser.kt116 var attrDesc: Content? = null in parseDocumentation() variable
133 "description" -> attrDesc = tag.getAttrDesc(element) in parseDocumentation()
155 attr = DocumentationNode(name, attrDesc ?: Content.Empty, NodeKind.AttributeRef) in parseDocumentation()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp372 VkVertexInputAttributeDescription attrDesc; in createVertexInfo() local
379 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()