Home
last modified time | relevance | path

Searched refs:SubpassDescription (Results 1 – 15 of 15) 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()
DvktDrawInvertedDepthRangesTests.cpp152 renderPassCreateInfo.addSubpass(SubpassDescription( in InvertedDepthRangesTestInstance()
DvktDrawNegativeViewportHeightTests.cpp153 renderPassCreateInfo.addSubpass(SubpassDescription( in NegativeViewportHeightTestInstance()
DvktDrawInstancedTests.cpp357 renderPassCreateInfo.addSubpass(SubpassDescription(vk::VK_PIPELINE_BIND_POINT_GRAPHICS, in InstancedDrawInstance()
DvktBasicDrawTests.cpp364 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()
592 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.cpp365 renderPassCreateInfo.addSubpass(SubpassDescription(VK_PIPELINE_BIND_POINT_GRAPHICS, in createRenderPass()
1104 renderPassCreateInfo.addSubpass(SubpassDescription(VK_PIPELINE_BIND_POINT_GRAPHICS, in createRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleSampleLocationsExtTests.cpp868 m_subpasses.push_back(SubpassDescription()); in nextSubpass()
883 const SubpassDescription& sd = m_subpasses[subpassNdx]; in bake()
982 struct SubpassDescription struct in vkt::pipeline::__anon0919ed2e0111::RenderTarget
991 std::vector<SubpassDescription> m_subpasses;
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolOcclusionTests.cpp151 …renderPassCreateInfo.addSubpass(SubpassDescription(vk::VK_PIPELINE_BIND_POINT_GRAPHICS, // pip… in StateObjects()
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp42651 struct SubpassDescription struct
42653 SubpassDescription( SubpassDescriptionFlags flags_ = SubpassDescriptionFlags(), in SubpassDescription() function
42675 SubpassDescription( VkSubpassDescription const & rhs ) in SubpassDescription() function
42677 memcpy( this, &rhs, sizeof( SubpassDescription ) ); in SubpassDescription()
42680 SubpassDescription& operator=( VkSubpassDescription const & rhs ) in operator =() argument
42682 memcpy( this, &rhs, sizeof( SubpassDescription ) ); in operator =()
42686 SubpassDescription & setFlags( SubpassDescriptionFlags flags_ ) in setFlags() argument
42692 SubpassDescription & setPipelineBindPoint( PipelineBindPoint pipelineBindPoint_ ) in setPipelineBindPoint() argument
42698 SubpassDescription & setInputAttachmentCount( uint32_t inputAttachmentCount_ ) in setInputAttachmentCount() argument
42704 SubpassDescription & setPInputAttachments( const AttachmentReference* pInputAttachments_ ) in setPInputAttachments() argument
[all …]