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.cpp402 static const vk::VkDescriptorUpdateTemplateEntry createTemplateBinding (deUint32 binding, deUint32 … in createTemplateBinding() function
1742 …updateEntries.push_back(createTemplateBinding(0u, 0, 1, descriptorType, updateRegistry.getWriteObj… in writeDescriptorSetWithTemplate()
1746 …updateEntries.push_back(createTemplateBinding(0u, 0, 1, descriptorType, updateRegistry.getWriteObj… in writeDescriptorSetWithTemplate()
1747 …updateEntries.push_back(createTemplateBinding(1u, 0, 1, descriptorType, updateRegistry.getWriteObj… in writeDescriptorSetWithTemplate()
1751 …updateEntries.push_back(createTemplateBinding(0u, 0, 1, descriptorType, updateRegistry.getWriteObj… in writeDescriptorSetWithTemplate()
1752 …updateEntries.push_back(createTemplateBinding(2u, 0, 1, descriptorType, updateRegistry.getWriteObj… in writeDescriptorSetWithTemplate()
1756 …updateEntries.push_back(createTemplateBinding(getArbitraryBindingIndex(0), 0, 1, descriptorType, u… in writeDescriptorSetWithTemplate()
1757 …updateEntries.push_back(createTemplateBinding(getArbitraryBindingIndex(1), 0, 1, descriptorType, u… in writeDescriptorSetWithTemplate()
1761 …updateEntries.push_back(createTemplateBinding(0u, 0, 2, descriptorType, updateRegistry.getWriteObj… in writeDescriptorSetWithTemplate()
2621 …updateEntries.push_back(createTemplateBinding(binding++, 0, 1, vk::VK_DESCRIPTOR_TYPE_STORAGE_BUFF… in writeDescriptorSetWithTemplate()
[all …]