Home
last modified time | relevance | path

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

/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.hpp61241 struct PipelineLayoutCreateInfo struct
61243 using NativeType = VkPipelineLayoutCreateInfo;
61245 static const bool allowDuplicate = false;
61246 …KAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePipelineLayoutCreateInfo;
61249 VULKAN_HPP_CONSTEXPR PipelineLayoutCreateInfo( in PipelineLayoutCreateInfo() function
61264 PipelineLayoutCreateInfo( VkPipelineLayoutCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in PipelineLayoutCreateInfo() function
61269 PipelineLayoutCreateInfo( in PipelineLayoutCreateInfo() function
61288 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PipelineLayoutCreateInfo const *>( &rhs ); in operator =()
61293 …KAN_HPP_CONSTEXPR_14 PipelineLayoutCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
61300 … setFlags( VULKAN_HPP_NAMESPACE::PipelineLayoutCreateFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
[all …]