Home
last modified time | relevance | path

Searched refs:Subpass (Results 1 - 13 of 13) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassTestsUtil.cpp401 Subpass::Subpass (VkPipelineBindPoint pipelineBindPoint, in Subpass() function in vkt::renderpass::Subpass
421 VkPipelineBindPoint Subpass::getPipelineBindPoint (void) const in getPipelineBindPoint()
426 VkSubpassDescriptionFlags Subpass::getFlags (void) const in getFlags()
431 const std::vector<AttachmentReference>& Subpass::getInputAttachments (void) const in getInputAttachments()
436 const std::vector<AttachmentReference>& Subpass::getColorAttachments (void) const in getColorAttachments()
441 const std::vector<AttachmentReference>& Subpass::getResolveAttachments (void) const in getResolveAttachments()
446 const AttachmentReference& Subpass::getDepthStencilAttachment (void) const in getDepthStencilAttachment()
451 const std::vector<deUint32>& Subpass::getPreserveAttachments (void) const in getPreserveAttachments()
456 bool Subpass
[all...]
H A DvktRenderPassTestsUtil.hpp279 class Subpass class
282 Subpass (VkPipelineBindPoint pipelineBindPoint,
395 const std::vector<Subpass>& subpasses,
400 const std::vector<Subpass>& getSubpasses (void) const;
406 std::vector<Subpass> m_subpasses;
H A DvktRenderPassTests.cpp573 class Subpass class
576 Subpass (VkPipelineBindPoint pipelineBindPoint, in Subpass() function in vkt::__anon28599::Subpass
727 const vector<Subpass>& subpasses, in RenderPass()
738 const vector<Subpass>& getSubpasses (void) const { return m_subpasses; } in getSubpasses()
744 const vector<Subpass> m_subpasses;
880 log << TestLog::Message << "Subpass: " << inputAspect.subpass << TestLog::EndMessage; in logRenderPassInfo()
888 const vector<Subpass>& subpasses = renderPass.getSubpasses(); in logRenderPassInfo()
892 const tcu::ScopedLogSection subpassSection (log, "Subpass" + de::toString(subpassNdx), "Subpass " + de::toString(subpassNdx)); in logRenderPassInfo()
893 const Subpass in logRenderPassInfo()
[all...]
H A DvktRenderPassSubpassDependencyTests.cpp2018 const vector<Subpass> subpasses (1, Subpass(VK_PIPELINE_BIND_POINT_GRAPHICS, 0u, vector<AttachmentReference>(), colorAttachmentReferences, vector<AttachmentReference>(), AttachmentReference(VK_ATTACHMENT_UNUSED, VK_IMAGE_LAYOUT_GENERAL), vector<deUint32>())); in iterateInternal()
2561 const vector<Subpass> subpasses (1, Subpass(VK_PIPELINE_BIND_POINT_GRAPHICS, 0u, inputAttachmentReferences, colorAttachmentReferences, vector<AttachmentReference>(), isDSFormat ? dsAttachmentReference : AttachmentReference(VK_ATTACHMENT_UNUSED, VK_IMAGE_LAYOUT_GENERAL), vector<deUint32>())); in iterateInternal()
3187 const vector<Subpass> subpasses (1, Subpass(VK_PIPELINE_BIND_POINT_GRAPHICS, 0u, vector<AttachmentReference>(), in iterateInternal()
3208 const vector<Subpass> subpasses (1, Subpass(VK_PIPELINE_BIND_POINT_GRAPHICS, 0u, inputAttachmentReferences, in iterateInternal()
3947 const vector<Subpass> subpasses (1, Subpass(VK_PIPELINE_BIND_POINT_GRAPHIC in initTests()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassTestsUtil.cpp401 Subpass::Subpass (VkPipelineBindPoint pipelineBindPoint, in Subpass() function in vkt::renderpass::Subpass
421 VkPipelineBindPoint Subpass::getPipelineBindPoint (void) const in getPipelineBindPoint()
426 VkSubpassDescriptionFlags Subpass::getFlags (void) const in getFlags()
431 const std::vector<AttachmentReference>& Subpass::getInputAttachments (void) const in getInputAttachments()
436 const std::vector<AttachmentReference>& Subpass::getColorAttachments (void) const in getColorAttachments()
441 const std::vector<AttachmentReference>& Subpass::getResolveAttachments (void) const in getResolveAttachments()
446 const AttachmentReference& Subpass::getDepthStencilAttachment (void) const in getDepthStencilAttachment()
451 const std::vector<deUint32>& Subpass::getPreserveAttachments (void) const in getPreserveAttachments()
456 bool Subpass
[all...]
H A DvktRenderPassTestsUtil.hpp279 class Subpass class
282 Subpass (VkPipelineBindPoint pipelineBindPoint,
395 const std::vector<Subpass>& subpasses,
400 const std::vector<Subpass>& getSubpasses (void) const;
406 std::vector<Subpass> m_subpasses;
H A DvktRenderPassTests.cpp563 class Subpass class
566 Subpass (VkPipelineBindPoint pipelineBindPoint, in Subpass() function in vkt::__anon29778::Subpass
717 const vector<Subpass>& subpasses, in RenderPass()
728 const vector<Subpass>& getSubpasses (void) const { return m_subpasses; } in getSubpasses()
734 const vector<Subpass> m_subpasses;
870 log << TestLog::Message << "Subpass: " << inputAspect.subpass << TestLog::EndMessage; in logRenderPassInfo()
878 const vector<Subpass>& subpasses = renderPass.getSubpasses(); in logRenderPassInfo()
882 const tcu::ScopedLogSection subpassSection (log, "Subpass" + de::toString(subpassNdx), "Subpass " + de::toString(subpassNdx)); in logRenderPassInfo()
883 const Subpass in logRenderPassInfo()
[all...]
H A DvktRenderPassSubpassDependencyTests.cpp2018 const vector<Subpass> subpasses (1, Subpass(VK_PIPELINE_BIND_POINT_GRAPHICS, 0u, vector<AttachmentReference>(), colorAttachmentReferences, vector<AttachmentReference>(), AttachmentReference(VK_ATTACHMENT_UNUSED, VK_IMAGE_LAYOUT_GENERAL), vector<deUint32>())); in iterateInternal()
2561 const vector<Subpass> subpasses (1, Subpass(VK_PIPELINE_BIND_POINT_GRAPHICS, 0u, inputAttachmentReferences, colorAttachmentReferences, vector<AttachmentReference>(), isDSFormat ? dsAttachmentReference : AttachmentReference(VK_ATTACHMENT_UNUSED, VK_IMAGE_LAYOUT_GENERAL), vector<deUint32>())); in iterateInternal()
3187 const vector<Subpass> subpasses (1, Subpass(VK_PIPELINE_BIND_POINT_GRAPHICS, 0u, vector<AttachmentReference>(), in iterateInternal()
3208 const vector<Subpass> subpasses (1, Subpass(VK_PIPELINE_BIND_POINT_GRAPHICS, 0u, inputAttachmentReferences, in iterateInternal()
3947 const vector<Subpass> subpasses (1, Subpass(VK_PIPELINE_BIND_POINT_GRAPHIC in initTests()
[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkPipelineConstructionUtil.hpp218 struct Subpass { struct in vk::RenderPassWrapper
247 std::vector<Subpass> m_subpasses;
262 void transitionLayouts (const DeviceInterface& vk, const VkCommandBuffer commandBuffer, const Subpass& subpass, bool renderPassBegin) const;
H A DvkPipelineConstructionUtil.cpp1018 void RenderPassWrapper::transitionLayouts (const DeviceInterface& vk, const VkCommandBuffer commandBuffer, const Subpass& subpass, bool renderPassBegin) const in transitionLayouts()
1203 // Subpass self-dependencies should be handled with manual barriers inside the render pass. in insertDependencies()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64SIMDInstrOpt.cpp84 } Subpass; typedef
167 bool shouldExitEarly(MachineFunction *MF, Subpass SP);
273 bool AArch64SIMDInstrOpt::shouldExitEarly(MachineFunction *MF, Subpass SP) { in shouldExitEarly()
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_vulkan.h56 uint32_t Subpass; member
H A Dimgui_impl_vulkan.cpp91 uint32_t Subpass; member
958 ImGui_ImplVulkan_CreatePipeline(v->Device, v->Allocator, v->PipelineCache, bd->RenderPass, v->MSAASamples, &bd->Pipeline, bd->Subpass); in ImGui_ImplVulkan_CreateDeviceObjects()
1042 bd->Subpass = info->Subpass; in ImGui_ImplVulkan_Init()
1349 //ImGui_ImplVulkan_CreatePipeline(device, allocator, VK_NULL_HANDLE, wd->RenderPass, VK_SAMPLE_COUNT_1_BIT, &wd->Pipeline, bd->Subpass); in ImGui_ImplVulkanH_CreateWindowSwapChain()

Completed in 34 milliseconds