/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawCreateInfoUtil.hpp | 155 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;
|
D | vktDrawCreateInfoUtil.cpp | 309 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 =()
|
D | vktDrawBaseClass.cpp | 78 renderPassCreateInfo.addSubpass(SubpassDescription(vk::VK_PIPELINE_BIND_POINT_GRAPHICS, in initialize()
|
D | vktDrawDifferingInterpolationTests.cpp | 207 renderPassCreateInfo.addSubpass(SubpassDescription(VK_PIPELINE_BIND_POINT_GRAPHICS, in iterate()
|
D | vktDrawInvertedDepthRangesTests.cpp | 152 renderPassCreateInfo.addSubpass(SubpassDescription( in InvertedDepthRangesTestInstance()
|
D | vktDrawNegativeViewportHeightTests.cpp | 153 renderPassCreateInfo.addSubpass(SubpassDescription( in NegativeViewportHeightTestInstance()
|
D | vktDrawInstancedTests.cpp | 357 renderPassCreateInfo.addSubpass(SubpassDescription(vk::VK_PIPELINE_BIND_POINT_GRAPHICS, in InstancedDrawInstance()
|
D | vktBasicDrawTests.cpp | 364 renderPassCreateInfo.addSubpass(SubpassDescription(vk::VK_PIPELINE_BIND_POINT_GRAPHICS, in initialize()
|
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
D | vktDynamicStateBaseClass.cpp | 140 renderPassCreateInfo.addSubpass(SubpassDescription( in initRenderPass()
|
D | vktDynamicStateDSTests.cpp | 195 renderPassCreateInfo.addSubpass(SubpassDescription( in initialize() 592 renderPassCreateInfo.addSubpass(SubpassDescription( in initRenderPass()
|
D | vktDynamicStateRSTests.cpp | 181 renderPassCreateInfo.addSubpass(SubpassDescription(vk::VK_PIPELINE_BIND_POINT_GRAPHICS, in initialize()
|
/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/ |
D | vktConditionalDrawAndClearTests.cpp | 365 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/ |
D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 868 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/ |
D | vktQueryPoolOcclusionTests.cpp | 151 …renderPassCreateInfo.addSubpass(SubpassDescription(vk::VK_PIPELINE_BIND_POINT_GRAPHICS, // pip… in StateObjects()
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan.hpp | 42651 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 …]
|