Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp402 VkDescriptorSetObj::VkDescriptorSetObj(VkDeviceObj *device) : m_device(device), m_nextSlot(0) {} in VkDescriptorSetObj()
422 return m_nextSlot++; in AppendDummy()
438 …_back(vk_testing::Device::write_descriptor_set(vk_testing::DescriptorSet(), m_nextSlot, 0, type, 1, in AppendBuffer()
441 return m_nextSlot++; in AppendBuffer()
458 …ites.push_back(vk_testing::Device::write_descriptor_set(vk_testing::DescriptorSet(), m_nextSlot, 0, in AppendSamplerTexture()
461 return m_nextSlot++; in AppendSamplerTexture()
Dvkrenderframework.h363 int m_nextSlot; variable