Searched refs:makeRenderPassWithoutAttachments (Results 1 – 5 of 5) sorted by relevance
217 vk::Move<vk::VkRenderPass> makeRenderPassWithoutAttachments (const vk::DeviceInterface& vk, cons…
561 const Unique<VkRenderPass> renderPass (makeRenderPassWithoutAttachments (vk, device)); in test()
533 const Unique<VkRenderPass> renderPass (makeRenderPassWithoutAttachments (vk, device)); in iterate()
610 …, m_renderPass (makeRenderPassWithoutAttachments (m_context.getDeviceInterface(), m_context.… in BaseTestInstance()1389 const Unique<VkRenderPass> renderPass (makeRenderPassWithoutAttachments (vk, device)); in iterate()2039 const Unique<VkRenderPass> renderPass (makeRenderPassWithoutAttachments (vk, device)); in test()
212 Move<VkRenderPass> makeRenderPassWithoutAttachments (const DeviceInterface& vk, in makeRenderPassWithoutAttachments() function