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.cpp760 descriptorSet.CreateVKDescriptorSet(commandBuffer); in GenericDrawPreparation()
3811 descriptorSet.CreateVKDescriptorSet(m_commandBuffer); in TEST_F()
7835 descriptorSet.CreateVKDescriptorSet(m_commandBuffer); in TEST_F()
7891 ds_obj.CreateVKDescriptorSet(m_commandBuffer); in TEST_F()
8234 descriptorSet.CreateVKDescriptorSet(m_commandBuffer); in TEST_F()
8301 descriptorSet.CreateVKDescriptorSet(m_commandBuffer); in TEST_F()
19934 descriptorSet.CreateVKDescriptorSet(m_commandBuffer); in TEST_F()
20001 descriptorSet.CreateVKDescriptorSet(m_commandBuffer); in TEST_F()
20801 descriptorSet.CreateVKDescriptorSet(m_commandBuffer); in TEST_F()
20842 descriptorSet.CreateVKDescriptorSet(m_commandBuffer); in TEST_F()
[all …]
Dvkrenderframework.h385 void CreateVKDescriptorSet(VkCommandBufferObj *commandBuffer);
Dvkrenderframework.cpp228 descriptorSet->CreateVKDescriptorSet(m_commandBuffer); in DeviceCanDraw()
752 void VkDescriptorSetObj::CreateVKDescriptorSet(VkCommandBufferObj *commandBuffer) { in CreateVKDescriptorSet() function in VkDescriptorSetObj