Home
last modified time | relevance | path

Searched refs:SubpassDescription (Results 1 – 12 of 12) 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.cpp76 renderPassCreateInfo.addSubpass(SubpassDescription(vk::VK_PIPELINE_BIND_POINT_GRAPHICS, in initialize()
DvktDrawNegativeViewportHeightTests.cpp150 renderPassCreateInfo.addSubpass(SubpassDescription( in NegativeViewportHeightTestInstance()
DvktDrawInstancedTests.cpp335 renderPassCreateInfo.addSubpass(SubpassDescription(vk::VK_PIPELINE_BIND_POINT_GRAPHICS, in InstancedDrawInstance()
DvktBasicDrawTests.cpp350 renderPassCreateInfo.addSubpass(SubpassDescription(vk::VK_PIPELINE_BIND_POINT_GRAPHICS, in initialize()
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateBaseClass.cpp79 renderPassCreateInfo.addSubpass(SubpassDescription( in initialize()
DvktDynamicStateRSTests.cpp179 renderPassCreateInfo.addSubpass(SubpassDescription(vk::VK_PIPELINE_BIND_POINT_GRAPHICS, in initialize()
DvktDynamicStateDSTests.cpp192 renderPassCreateInfo.addSubpass(SubpassDescription( in initialize()
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp4554 struct SubpassDescription struct
4556SubpassDescription( SubpassDescriptionFlags flags_ = SubpassDescriptionFlags(), PipelineBindPoint … in SubpassDescription() function
4570 SubpassDescription( VkSubpassDescription const & rhs ) in SubpassDescription() argument
4572 memcpy( this, &rhs, sizeof(SubpassDescription) ); in SubpassDescription()
4575 SubpassDescription& operator=( VkSubpassDescription const & rhs ) in operator =() argument
4577 memcpy( this, &rhs, sizeof(SubpassDescription) ); in operator =()
4581 SubpassDescription& setFlags( SubpassDescriptionFlags flags_ ) in setFlags() argument
4587 SubpassDescription& setPipelineBindPoint( PipelineBindPoint pipelineBindPoint_ ) in setPipelineBindPoint() argument
4593 SubpassDescription& setInputAttachmentCount( uint32_t inputAttachmentCount_ ) in setInputAttachmentCount() argument
4599 SubpassDescription& setPInputAttachments( const AttachmentReference* pInputAttachments_ ) in setPInputAttachments() argument
[all …]
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolOcclusionTests.cpp149 …renderPassCreateInfo.addSubpass(SubpassDescription(vk::VK_PIPELINE_BIND_POINT_GRAPHICS, // pip… in StateObjects()
/external/vulkan-validation-layers/demos/
Dcube.cpp1799 vk::SubpassDescription() in prepare_render_pass()