Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp394 static const vk::VkDescriptorUpdateTemplateEntryKHR createTemplateBinding (deUint32 binding, deUint… in createTemplateBinding() function
1675 …updateEntries.push_back(createTemplateBinding(0u, 0, 1, descriptorType, updateRegistry.getWriteObj… in writeDescriptorSetWithTemplate()
1679 …updateEntries.push_back(createTemplateBinding(0u, 0, 1, descriptorType, updateRegistry.getWriteObj… in writeDescriptorSetWithTemplate()
1680 …updateEntries.push_back(createTemplateBinding(1u, 0, 1, descriptorType, updateRegistry.getWriteObj… in writeDescriptorSetWithTemplate()
1684 …updateEntries.push_back(createTemplateBinding(0u, 0, 2, descriptorType, updateRegistry.getWriteObj… in writeDescriptorSetWithTemplate()
2464 …updateEntries.push_back(createTemplateBinding(0, 0, 1, vk::VK_DESCRIPTOR_TYPE_STORAGE_BUFFER, m_up… in writeDescriptorSetWithTemplate()
2470 …updateEntries.push_back(createTemplateBinding(1, 0, 1, m_descriptorType, m_updateRegistry.getWrite… in writeDescriptorSetWithTemplate()
2474 …updateEntries.push_back(createTemplateBinding(1, 0, 1, m_descriptorType, m_updateRegistry.getWrite… in writeDescriptorSetWithTemplate()
2475 …updateEntries.push_back(createTemplateBinding(2, 0, 1, m_descriptorType, m_updateRegistry.getWrite… in writeDescriptorSetWithTemplate()
2479 …updateEntries.push_back(createTemplateBinding(1, 0, 2, m_descriptorType, m_updateRegistry.getWrite… in writeDescriptorSetWithTemplate()
[all …]