Searched refs:Subpass (Results 1 – 8 of 8) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTestsUtil.cpp | 401 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::getOmitBlendState (void) const in getOmitBlendState() 583 const std::vector<Subpass>& subpasses, in RenderPass() [all …]
|
D | vktRenderPassTestsUtil.hpp | 289 class Subpass class 292 Subpass (VkPipelineBindPoint pipelineBindPoint, 405 const std::vector<Subpass>& subpasses, 410 const std::vector<Subpass>& getSubpasses (void) const; 416 std::vector<Subpass> m_subpasses;
|
D | vktRenderPassTests.cpp | 582 class Subpass class 585 Subpass (VkPipelineBindPoint pipelineBindPoint, in Subpass() function in vkt::__anon53d10fc40111::Subpass 736 const vector<Subpass>& subpasses, in RenderPass() 747 const vector<Subpass>& getSubpasses (void) const { return m_subpasses; } in getSubpasses() 753 const vector<Subpass> m_subpasses; 897 const vector<Subpass>& subpasses = renderPass.getSubpasses(); in logRenderPassInfo() 902 const Subpass& subpass = subpasses[subpassNdx]; in logRenderPassInfo() 1183 SubpassDesc createSubpassDescription (const Subpass& subpass, in createSubpassDescription() 3091 const vector<Subpass>& subpasses = renderPassInfo.getSubpasses(); in renderReferenceValues() 3110 const Subpass& subpass = subpasses[subpassNdx]; in renderReferenceValues() [all …]
|
D | vktRenderPassSubpassDependencyTests.cpp | 2018 …const vector<Subpass> subpasses (1, Subpass(VK_PIPELINE_BIND_POINT_GRAPHICS, 0u, vector<Attachmen… in iterateInternal() 2564 …const vector<Subpass> subpasses (1, Subpass(VK_PIPELINE_BIND_POINT_GRAPHICS, 0u, inputAttachmentR… in iterateInternal() 3163 …const vector<Subpass> subpasses (1, Subpass(VK_PIPELINE_BIND_POINT_GRAPHICS, 0u, vector<Attachme… in iterateInternal() 3184 …const vector<Subpass> subpasses (1, Subpass(VK_PIPELINE_BIND_POINT_GRAPHICS, 0u, inputAttachmen… in iterateInternal() 3923 …const vector<Subpass> subpasses (1, Subpass(VK_PIPELINE_BIND_POINT_GRAPHICS, 0u, vector<Attachm… in initTests() 4004 …const vector<Subpass> subpasses (1, Subpass(VK_PIPELINE_BIND_POINT_GRAPHICS, 0u, vector<Attach… in initTests() 4072 vector<Subpass> subpasses; in initTests() 4107 …subpasses.push_back(Subpass(VK_PIPELINE_BIND_POINT_GRAPHICS, 0u, inputAttachmentReferences, vector… in initTests()
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64SIMDInstrOpt.cpp | 84 } Subpass; typedef 167 bool shouldExitEarly(MachineFunction *MF, Subpass SP); 274 bool AArch64SIMDInstrOpt::shouldExitEarly(MachineFunction *MF, Subpass SP) { in shouldExitEarly()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64SIMDInstrOpt.cpp | 84 } Subpass; typedef 167 bool shouldExitEarly(MachineFunction *MF, Subpass SP); 273 bool AArch64SIMDInstrOpt::shouldExitEarly(MachineFunction *MF, Subpass SP) { in shouldExitEarly()
|
/external/perfetto/protos/perfetto/trace/gpu/ |
D | gpu_render_stage_event.proto | 72 // this render stage event. Subpass index 0 is represented by setting the
|
/external/perfetto/protos/perfetto/trace/ |
D | perfetto_trace.proto | 5771 // this render stage event. Subpass index 0 is represented by setting the
|