Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorCopyTests.cpp309 static deUint32 s_nextAttachmentIndex; member in vkt::BindingModel::__anone49c327d0111::InputAttachmentDescriptor
442 deUint32 InputAttachmentDescriptor::s_nextAttachmentIndex = 0; member in vkt::BindingModel::__anone49c327d0111::InputAttachmentDescriptor
1135 , m_originalAttachmentIndex(s_nextAttachmentIndex) in InputAttachmentDescriptor()
1140 m_attachmentIndices.push_back(s_nextAttachmentIndex++); in InputAttachmentDescriptor()
1399 InputAttachmentDescriptor::s_nextAttachmentIndex = 0; in DescriptorCommands()