Home
last modified time | relevance | path

Searched refs:SubpassDescription (Results 1 – 23 of 23) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.hpp155 class SubpassDescription : public vk::VkSubpassDescription class
158 SubpassDescription (vk::VkPipelineBindPoint pipelineBindPoint,
169 SubpassDescription (const vk::VkSubpassDescription& other);
170 SubpassDescription (const SubpassDescription& other);
171 SubpassDescription& operator= (const SubpassDescription& other);
216 std::vector<SubpassDescription> m_subpasses;
DvktDrawCreateInfoUtil.cpp309 m_subpasses = std::vector<SubpassDescription>(_pSubpasses, _pSubpasses + _subpassCount); in RenderPassCreateInfo()
453 SubpassDescription::SubpassDescription (vk::VkPipelineBindPoint _pipelineBindPoint, in SubpassDescription() function in vkt::Draw::SubpassDescription
498 SubpassDescription::SubpassDescription (const vk::VkSubpassDescription& rhs) in SubpassDescription() function in vkt::Draw::SubpassDescription
533 SubpassDescription::SubpassDescription (const SubpassDescription& rhs) { in SubpassDescription() function in vkt::Draw::SubpassDescription
537 SubpassDescription& SubpassDescription::operator= (const SubpassDescription& rhs) in operator =()
DvktDrawBaseClass.cpp78 renderPassCreateInfo.addSubpass(SubpassDescription(vk::VK_PIPELINE_BIND_POINT_GRAPHICS, in initialize()
DvktDrawDifferingInterpolationTests.cpp207 renderPassCreateInfo.addSubpass(SubpassDescription(VK_PIPELINE_BIND_POINT_GRAPHICS, in iterate()
DvktDrawDepthClampTests.cpp252 renderPassCreateInfo.addSubpass(SubpassDescription( in DepthClampTestInstance()
DvktDrawNegativeViewportHeightTests.cpp153 renderPassCreateInfo.addSubpass(SubpassDescription( in NegativeViewportHeightTestInstance()
DvktDrawExplicitVertexParameterTests.cpp395 renderPassCreateInfo.addSubpass(SubpassDescription(VK_PIPELINE_BIND_POINT_GRAPHICS, in iterate()
DvktDrawInvertedDepthRangesTests.cpp207 renderPassCreateInfo.addSubpass(SubpassDescription( in InvertedDepthRangesTestInstance()
DvktDrawAhbTests.cpp418 renderPassCreateInfo.addSubpass(SubpassDescription(VK_PIPELINE_BIND_POINT_GRAPHICS, in iterate()
DvktDrawMultipleClearsWithinRenderPass.cpp282 renderPassCreateInfo.addSubpass(SubpassDescription( in MultipleClearsTest()
DvktDrawMultipleInterpolationTests.cpp381 renderPassCreateInfo.addSubpass(SubpassDescription(vk::VK_PIPELINE_BIND_POINT_GRAPHICS, in render()
DvktDrawInstancedTests.cpp389 renderPassCreateInfo.addSubpass(SubpassDescription(vk::VK_PIPELINE_BIND_POINT_GRAPHICS, in InstancedDrawInstance()
DvktDrawScissorTests.cpp413 …renderPassCreateInfo.addSubpass(SubpassDescription(VK_PIPELINE_BIND_POINT_GRAPHICS, 0, 0, DE_NULL,… in iterate()
DvktBasicDrawTests.cpp353 renderPassCreateInfo.addSubpass(SubpassDescription(vk::VK_PIPELINE_BIND_POINT_GRAPHICS, in initialize()
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateBaseClass.cpp140 renderPassCreateInfo.addSubpass(SubpassDescription( in initRenderPass()
DvktDynamicStateDSTests.cpp195 renderPassCreateInfo.addSubpass(SubpassDescription( in initialize()
579 renderPassCreateInfo.addSubpass(SubpassDescription( in initRenderPass()
DvktDynamicStateRSTests.cpp181 renderPassCreateInfo.addSubpass(SubpassDescription(vk::VK_PIPELINE_BIND_POINT_GRAPHICS, in initialize()
/external/swiftshader/tests/VulkanWrapper/
DDrawTester.cpp155 vk::SubpassDescription subpassDescription; in createRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/
DvktConditionalDrawAndClearTests.cpp363 renderPassCreateInfo.addSubpass(SubpassDescription(VK_PIPELINE_BIND_POINT_GRAPHICS, in createRenderPass()
1138 renderPassCreateInfo.addSubpass(SubpassDescription(VK_PIPELINE_BIND_POINT_GRAPHICS, in createRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleSampleLocationsExtTests.cpp765 m_subpasses.push_back(SubpassDescription()); in nextSubpass()
780 const SubpassDescription& sd = m_subpasses[subpassNdx]; in bake()
890 struct SubpassDescription struct in vkt::pipeline::__anon0919ed2e0111::RenderTarget
899 std::vector<SubpassDescription> m_subpasses;
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolConcurrentTests.cpp160 …renderPassCreateInfo.addSubpass(SubpassDescription(vk::VK_PIPELINE_BIND_POINT_GRAPHICS, // pip… in StateObjects()
DvktQueryPoolPerformanceTests.cpp465 …renderPassCreateInfo.addSubpass(SubpassDescription(VK_PIPELINE_BIND_POINT_GRAPHICS, // pipeline… in initStateObjects()
DvktQueryPoolOcclusionTests.cpp151 …renderPassCreateInfo.addSubpass(SubpassDescription(vk::VK_PIPELINE_BIND_POINT_GRAPHICS, // pip… in StateObjects()