Home
last modified time | relevance | path

Searched defs:GraphicsPipelineCreateInfo (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineLibraryTests.cpp331 class GraphicsPipelineCreateInfo : public ::vkt::Draw::PipelineCreateInfo class
334 GraphicsPipelineCreateInfo (vk::VkPipelineLayout _layout, in GraphicsPipelineCreateInfo() function in vkt::pipeline::__anonbc2a14560111::GraphicsPipelineCreateInfo
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineLibraryTests.cpp337 class GraphicsPipelineCreateInfo : public ::vkt::Draw::PipelineCreateInfo class
340 GraphicsPipelineCreateInfo (vk::VkPipelineLayout _layout, in GraphicsPipelineCreateInfo() function in vkt::pipeline::__anon51cbd4760111::GraphicsPipelineCreateInfo
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_structs.hpp29075 struct GraphicsPipelineCreateInfo struct
29077 using NativeType = VkGraphicsPipelineCreateInfo;
29079 static const bool allowDuplicate = false;
29080 …N_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eGraphicsPipelineCreateInfo;
29083 VULKAN_HPP_CONSTEXPR_14 GraphicsPipelineCreateInfo( in GraphicsPipelineCreateInfo() function
29123 GraphicsPipelineCreateInfo( VkGraphicsPipelineCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in GraphicsPipelineCreateInfo() argument
29128 GraphicsPipelineCreateInfo( in GraphicsPipelineCreateInfo() argument
29171 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::GraphicsPipelineCreateInfo const *>( &rhs ); in operator =()
29176 GraphicsPipelineCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
29182 …pelineCreateInfo & setFlags( VULKAN_HPP_NAMESPACE::PipelineCreateFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
[all …]
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp41572 struct GraphicsPipelineCreateInfo struct
41574 using NativeType = VkGraphicsPipelineCreateInfo;
41576 static const bool allowDuplicate = false;
41577 …N_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eGraphicsPipelineCreateInfo;
41580 …PP_CONSTEXPR_14 GraphicsPipelineCreateInfo( VULKAN_HPP_NAMESPACE::PipelineCreateFlags … in GraphicsPipelineCreateInfo() argument
41621 GraphicsPipelineCreateInfo( VkGraphicsPipelineCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in GraphicsPipelineCreateInfo() function
41627GraphicsPipelineCreateInfo( VULKAN_HPP_NAMESPACE::PipelineCreateFlags … in GraphicsPipelineCreateInfo() argument
41671 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::GraphicsPipelineCreateInfo const *>( &rhs ); in operator =()
41676 …N_HPP_CONSTEXPR_14 GraphicsPipelineCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
41682 …pelineCreateInfo & setFlags( VULKAN_HPP_NAMESPACE::PipelineCreateFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
[all …]