Home
last modified time | relevance | path

Searched refs:nextSubpass (Results 1 - 25 of 29) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DVulkanSecondaryCommandBuffer.h165 void nextSubpass(VkSubpassContents subpassContents);
528 ANGLE_INLINE void VulkanSecondaryCommandBuffer::nextSubpass(VkSubpassContents subpassContents) in nextSubpass() function in rx::vk::VulkanSecondaryCommandBuffer
531 CommandBuffer::nextSubpass(subpassContents); in nextSubpass()
H A Dvk_wrapper.h298 void nextSubpass(VkSubpassContents subpassContents);
719 ANGLE_INLINE void CommandBuffer::nextSubpass(VkSubpassContents subpassContents) in nextSubpass() function in rx::DescriptorSetIndex::priv::CommandBuffer
H A DSecondaryCommandBuffer.h644 void nextSubpass(VkSubpassContents subpassContents);
1355 ANGLE_INLINE void SecondaryCommandBuffer::nextSubpass(VkSubpassContents subpassContents) in nextSubpass() function in rx::vk::priv::SecondaryCommandBuffer
H A Dvk_cache_utils.h696 void nextSubpass(GraphicsPipelineTransitionBits *transition);
H A DContextVk.cpp5905 mRenderPassCommands->getCommandBuffer().nextSubpass(VK_SUBPASS_CONTENTS_INLINE);
5908 mGraphicsPipelineDesc->nextSubpass(&mGraphicsPipelineTransition);
H A Dvk_cache_utils.cpp2656 void GraphicsPipelineDesc::nextSubpass(GraphicsPipelineTransitionBits *transition)
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkCommandBuffer.hpp65 void nextSubpass(VkSubpassContents contents);
H A DVkCommandBuffer.cpp1325 void CommandBuffer::nextSubpass(VkSubpassContents contents) in nextSubpass() function in vk::CommandBuffer
H A DlibVulkan.cpp2924 vk::Cast(commandBuffer)->nextSubpass(contents); in vkCmdNextSubpass()
2932 vk::Cast(commandBuffer)->nextSubpass(pSubpassBeginInfo->contents); in vkCmdNextSubpass2()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleSampleLocationsExtTests.cpp742 nextSubpass(); in RenderTarget()
843 void nextSubpass (void) in nextSubpass() function in vkt::pipeline::__anon28238::RenderTarget
958 void nextSubpass (const DeviceInterface& vk, const VkCommandBuffer cmdBuffer, const VkSubpassContents subpassContents) const in nextSubpass() function in vkt::pipeline::__anon28238::RenderTarget
960 m_renderPass.nextSubpass(vk, cmdBuffer, subpassContents); in nextSubpass()
2883 rt.nextSubpass(); in drawSubpasses()
2943 rt.nextSubpass(vk, *cmdBuffer, VK_SUBPASS_CONTENTS_SECONDARY_COMMAND_BUFFERS); in drawSubpasses()
2951 rt.nextSubpass(vk, *cmdBuffer, VK_SUBPASS_CONTENTS_INLINE); in drawSubpasses()
H A DvktPipelineStencilExportTests.cpp571 renderPass.nextSubpass(vk, *cmdBuffer, VK_SUBPASS_CONTENTS_INLINE); in testStencilExportReplace()
H A DvktPipelineMultisampleBaseResolveAndPerSampleFetch.cpp636 renderPass.nextSubpass(deviceInterface, *commandBuffer, VK_SUBPASS_CONTENTS_INLINE); in iterate()
H A DvktPipelineMultisampleShaderFragmentMaskTests.cpp901 renderPass.nextSubpass(vk, *cmdBuffer, VK_SUBPASS_CONTENTS_INLINE); in drawAndSampleInputAttachment()
1128 renderPass.nextSubpass(vk, *cmdBuffer, VK_SUBPASS_CONTENTS_INLINE); in draw()
H A DvktPipelineRenderToImageTests.cpp1116 renderPass.nextSubpass(vk, *cmdBuffer, VK_SUBPASS_CONTENTS_INLINE); in testWithSizeReduction()
1413 renderPass.nextSubpass(vk, *cmdBuffer, VK_SUBPASS_CONTENTS_INLINE); in drawToMipLevel()
H A DvktPipelineMultisampleTests.cpp4589 m_renderPass.nextSubpass(vk, *m_cmdBuffer, VK_SUBPASS_CONTENTS_INLINE);
4600 m_renderPass.nextSubpass(vk, *m_cmdBuffer, VK_SUBPASS_CONTENTS_INLINE);
5393 renderPassMultiplePasses.nextSubpass(vkd, cmdBuffer, vk::VK_SUBPASS_CONTENTS_INLINE);
H A DvktPipelineFramebufferAttachmentTests.cpp540 renderPass.nextSubpass(vk, *cmdBuffer, VK_SUBPASS_CONTENTS_INLINE); in test()
H A DvktPipelineMultisampleImageTests.cpp1052 renderPass.nextSubpass(vk, *cmdBuffer, VK_SUBPASS_CONTENTS_INLINE);
H A DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp1076 renderPass.nextSubpass(vk, *cmdBuffer, VK_SUBPASS_CONTENTS_INLINE); in draw()
H A DvktPipelineMultisampleShaderBuiltInTests.cpp2041 renderPass.nextSubpass(vkd, cmdBuffer, vk::VK_SUBPASS_CONTENTS_INLINE); in iterate()
H A DvktPipelineMultisampledRenderToSingleSampledTests.cpp3731 testObjects.renderPassFramebuffers.back().nextSubpass(vk, *testObjects.cmdBuffer, VK_SUBPASS_CONTENTS_INLINE); in drawSingleRenderPass()
4648 testObjects.renderPassFramebuffers.back().nextSubpass(vk, *testObjects.cmdBuffer, VK_SUBPASS_CONTENTS_INLINE); in drawInputAttachments()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkPipelineConstructionUtil.hpp203 void nextSubpass (const DeviceInterface& vk, const VkCommandBuffer commandBuffer, const VkSubpassContents contents) const;
H A DvkPipelineConstructionUtil.cpp1511 void RenderPassWrapper::nextSubpass (const DeviceInterface& vk, const VkCommandBuffer commandBuffer, const VkSubpassContents contents) const in nextSubpass() function in vk::RenderPassWrapper
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampleSampleLocationsExtTests.cpp741 nextSubpass(); in RenderTarget()
840 void nextSubpass (void) in nextSubpass() function in vkt::pipeline::__anon29457::RenderTarget
2842 rt.nextSubpass(); in drawSubpasses()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_raii.hpp4216 void nextSubpass( VULKAN_HPP_NAMESPACE::SubpassContents contents ) const VULKAN_HPP_NOEXCEPT;
10325 CommandBuffer::nextSubpass( VULKAN_HPP_NAMESPACE::SubpassContents contents ) const VULKAN_HPP_NOEXCEPT
H A Dvulkan_handles.hpp3677 void nextSubpass( VULKAN_HPP_NAMESPACE::SubpassContents contents,

Completed in 172 milliseconds

12