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.kt115 var attrDesc: Content? = null in parseDocumentation() variable
132 "description" -> attrDesc = tag.getAttrDesc(element) in parseDocumentation()
154 attr = DocumentationNode(name, attrDesc ?: Content.Empty, NodeKind.AttributeRef) in parseDocumentation()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp405 VkVertexInputAttributeDescription attrDesc; in createVertexInfo() local
412 attrDesc.location = vertDescIter->location; in createVertexInfo()
413 attrDesc.binding = bindingId; in createVertexInfo()
414 attrDesc.format = vertDescIter->format; in createVertexInfo()
415 attrDesc.offset = vertDescIter->offset; in createVertexInfo()
416 attrList.push_back(attrDesc); in createVertexInfo()