Home
last modified time | relevance | path

Searched refs:m_descriptorSetSubpass1 (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassUnusedAttachmentTests.cpp273 Move<VkDescriptorSet> m_descriptorSetSubpass1; member in vkt::renderpass::__anon28601::UnusedAttachmentTestInstance
699 m_descriptorSetSubpass1 = allocateDescriptorSet(vk, vkDevice, &descriptorSetAllocateInfo); in UnusedAttachmentTestInstance()
712 *m_descriptorSetSubpass1, // VkDescriptorSet dstSet; in UnusedAttachmentTestInstance()
878 vk.cmdBindDescriptorSets(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_pipelineLayoutSubpass1, 0, 1, &m_descriptorSetSubpass1.get(), 0, DE_NULL); in createCommandBuffer()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassUnusedAttachmentTests.cpp274 Move<VkDescriptorSet> m_descriptorSetSubpass1; member in vkt::renderpass::__anon29780::UnusedAttachmentTestInstance
701 m_descriptorSetSubpass1 = allocateDescriptorSet(vk, vkDevice, &descriptorSetAllocateInfo); in UnusedAttachmentTestInstance()
714 *m_descriptorSetSubpass1, // VkDescriptorSet dstSet; in UnusedAttachmentTestInstance()
880 vk.cmdBindDescriptorSets(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_pipelineLayoutSubpass1, 0, 1, &m_descriptorSetSubpass1.get(), 0, DE_NULL); in createCommandBuffer()

Completed in 3 milliseconds