Searched refs:bufferDescriptorType (Results 1 – 1 of 1) sorted by relevance
1693 …const VkDescriptorType bufferDescriptorType = (m_bufferType == BUFFER_TYPE_UNIFORM ? VK_DESCRIPTOR… in BufferImplementation() local1696 .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() local2425 .addSingleBinding(bufferDescriptorType, m_stage) in BufferCopyImplementation()2430 .addType(bufferDescriptorType) in BufferCopyImplementation()