Home
last modified time | relevance | path

Searched defs:PipelineLayoutCreateInfo (Results 1 – 6 of 6) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
DvktDrawCreateInfoUtil.hpp284 class PipelineLayoutCreateInfo : public vk::VkPipelineLayoutCreateInfo class
DvktDrawCreateInfoUtil.cpp633 PipelineLayoutCreateInfo::PipelineLayoutCreateInfo (deUint32 _descriptorSetCount, in PipelineLayoutCreateInfo() function in vkt::Draw::PipelineLayoutCreateInfo
660 PipelineLayoutCreateInfo::PipelineLayoutCreateInfo (const std::vector<vk::VkDescriptorSetLayout>& s… in PipelineLayoutCreateInfo() function in vkt::Draw::PipelineLayoutCreateInfo
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.hpp284 class PipelineLayoutCreateInfo : public vk::VkPipelineLayoutCreateInfo class
DvktDrawCreateInfoUtil.cpp633 PipelineLayoutCreateInfo::PipelineLayoutCreateInfo (deUint32 _descriptorSetCount, in PipelineLayoutCreateInfo() function in vkt::Draw::PipelineLayoutCreateInfo
660 PipelineLayoutCreateInfo::PipelineLayoutCreateInfo (const std::vector<vk::VkDescriptorSetLayout>& s… in PipelineLayoutCreateInfo() function in vkt::Draw::PipelineLayoutCreateInfo
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_structs.hpp59896 struct PipelineLayoutCreateInfo struct
59898 using NativeType = VkPipelineLayoutCreateInfo;
59900 static const bool allowDuplicate = false;
59901 …KAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePipelineLayoutCreateInfo;
59904 VULKAN_HPP_CONSTEXPR PipelineLayoutCreateInfo( in PipelineLayoutCreateInfo() argument
59919 PipelineLayoutCreateInfo( VkPipelineLayoutCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in PipelineLayoutCreateInfo() function
59924 PipelineLayoutCreateInfo( in PipelineLayoutCreateInfo() function
59943 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PipelineLayoutCreateInfo const *>( &rhs ); in operator =()
59948 PipelineLayoutCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
59954 …CreateInfo & setFlags( VULKAN_HPP_NAMESPACE::PipelineLayoutCreateFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
[all …]
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp107973 struct PipelineLayoutCreateInfo struct
107975 using NativeType = VkPipelineLayoutCreateInfo;
107977 static const bool allowDuplicate = false;
107978 …KAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePipelineLayoutCreateInfo;
107981 …VULKAN_HPP_CONSTEXPR PipelineLayoutCreateInfo( VULKAN_HPP_NAMESPACE::PipelineLayoutCreateFlags f… in PipelineLayoutCreateInfo() argument
107998 PipelineLayoutCreateInfo( VkPipelineLayoutCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in PipelineLayoutCreateInfo() function
108004PipelineLayoutCreateInfo( VULKAN_HPP_NAMESPACE::PipelineLayoutCreateFlags … in PipelineLayoutCreateInfo() function
108023 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PipelineLayoutCreateInfo const *>( &rhs ); in operator =()
108028 …KAN_HPP_CONSTEXPR_14 PipelineLayoutCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
108034 …CreateInfo & setFlags( VULKAN_HPP_NAMESPACE::PipelineLayoutCreateFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
[all …]