Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp561 descriptorSet.CreateVKDescriptorSet(commandBuffer); in GenericDrawPreparation()
2927 descriptorSet.CreateVKDescriptorSet(m_commandBuffer); in TEST_F()
11484 descriptorSet.CreateVKDescriptorSet(m_commandBuffer); in TEST_F()
11999 descriptorSet.CreateVKDescriptorSet(m_commandBuffer); in TEST_F()
12041 descriptorSet.CreateVKDescriptorSet(m_commandBuffer); in TEST_F()
12086 descriptorSet.CreateVKDescriptorSet(m_commandBuffer); in TEST_F()
12130 descriptorSet.CreateVKDescriptorSet(m_commandBuffer); in TEST_F()
12174 descriptorSet.CreateVKDescriptorSet(m_commandBuffer); in TEST_F()
12218 descriptorSet.CreateVKDescriptorSet(m_commandBuffer); in TEST_F()
12262 descriptorSet.CreateVKDescriptorSet(m_commandBuffer); in TEST_F()
[all …]
Dvkrenderframework.h353 void CreateVKDescriptorSet(VkCommandBufferObj *commandBuffer);
Dvkrenderframework.cpp468 void VkDescriptorSetObj::CreateVKDescriptorSet(VkCommandBufferObj *commandBuffer) { in CreateVKDescriptorSet() function in VkDescriptorSetObj