Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp370 VkVertexInputAttributeDescription attrDesc; in createVertexInfo() local
377 attrDesc.location = vertDescIter->location; in createVertexInfo()
378 attrDesc.binding = bindingId; in createVertexInfo()
379 attrDesc.format = vertDescIter->format; in createVertexInfo()
380 attrDesc.offset = vertDescIter->offset; in createVertexInfo()
381 attrList.push_back(attrDesc); in createVertexInfo()