Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp1693 …const VkDescriptorType bufferDescriptorType = (m_bufferType == BUFFER_TYPE_UNIFORM ? VK_DESCRIPTOR… in BufferImplementation() local
1696 .addSingleBinding(bufferDescriptorType, m_stage) in BufferImplementation()
1701 .addType(bufferDescriptorType) in BufferImplementation()
1713 …descriptorSet, DescriptorSetUpdateBuilder::Location::binding(0u), bufferDescriptorType, &bufferInf… in BufferImplementation()
2422 …const VkDescriptorType bufferDescriptorType = (m_bufferType == BUFFER_TYPE_UNIFORM ? VK_DESCRIPTOR… in BufferCopyImplementation() local
2425 .addSingleBinding(bufferDescriptorType, m_stage) in BufferCopyImplementation()
2430 .addType(bufferDescriptorType) in BufferCopyImplementation()