Home
last modified time | relevance | path

Searched refs:addSubpass (Results 1 – 22 of 22) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/draw/
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()
DvktDrawCreateInfoUtil.hpp211 void addSubpass (vk::VkSubpassDescription subpass);
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()
DvktDrawCreateInfoUtil.cpp362 RenderPassCreateInfo::addSubpass (vk::VkSubpassDescription subpass) in addSubpass() function in vkt::Draw::RenderPassCreateInfo
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/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/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()
DvktQueryPoolStatisticsTests.cpp1111 renderPassCreateInfo.addSubpass(subpass); in creatColorAttachmentAndRenderPass()