Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp681 VkDescriptorSetObj::VkDescriptorSetObj(VkDeviceObj *device) : m_device(device), m_nextSlot(0) {} in VkDescriptorSetObj()
701 return m_nextSlot++; in AppendDummy()
717 …_back(vk_testing::Device::write_descriptor_set(vk_testing::DescriptorSet(), m_nextSlot, 0, type, 1, in AppendBuffer()
720 return m_nextSlot++; in AppendBuffer()
737 …ites.push_back(vk_testing::Device::write_descriptor_set(vk_testing::DescriptorSet(), m_nextSlot, 0, in AppendSamplerTexture()
740 return m_nextSlot++; in AppendSamplerTexture()
Dvkrenderframework.h394 int m_nextSlot; variable