Searched defs:VkPipelineColorBlendAttachmentState (Results 1 - 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateCBTests.cpp67 const vk::VkPipelineColorBlendAttachmentState VkPipelineColorBlendAttachmentState = local
77 pipelineCreateInfo.addState(PipelineCreateInfo::ColorBlendState(1, &VkPipelineColorBlendAttachmentState));
/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.h1845 typedef struct VkPipelineColorBlendAttachmentState { struct
1854 } VkPipelineColorBlendAttachmentState; typedef in typeref:struct:VkPipelineColorBlendAttachmentState
1863 const VkPipelineColorBlendAttachmentState* pAttachments;
H A Dvulkan.hpp10475 PipelineColorBlendAttachmentState( VkPipelineColorBlendAttachmentState const & rhs )
10480 PipelineColorBlendAttachmentState& operator=( VkPipelineColorBlendAttachmentState const & rhs )
10534 operator const VkPipelineColorBlendAttachmentState&() const
10536 return *reinterpret_cast<const VkPipelineColorBlendAttachmentState*>(this);
10565 static_assert( sizeof( PipelineColorBlendAttachmentState ) == sizeof( VkPipelineColorBlendAttachmentState ), "struct and wrapper have different size!" );

Completed in 274 milliseconds