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() function
59919 PipelineLayoutCreateInfo( VkPipelineLayoutCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in PipelineLayoutCreateInfo() argument
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.hpp92423 struct PipelineLayoutCreateInfo struct
92425 using NativeType = VkPipelineLayoutCreateInfo;
92427 static const bool allowDuplicate = false;
92428 …KAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePipelineLayoutCreateInfo;
92431 …VULKAN_HPP_CONSTEXPR PipelineLayoutCreateInfo( VULKAN_HPP_NAMESPACE::PipelineLayoutCreateFlags f… in PipelineLayoutCreateInfo() function
92448 PipelineLayoutCreateInfo( VkPipelineLayoutCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in PipelineLayoutCreateInfo() function
92454PipelineLayoutCreateInfo( VULKAN_HPP_NAMESPACE::PipelineLayoutCreateFlags … in PipelineLayoutCreateInfo() function
92473 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PipelineLayoutCreateInfo const *>( &rhs ); in operator =()
92478 …KAN_HPP_CONSTEXPR_14 PipelineLayoutCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
92484 …CreateInfo & setFlags( VULKAN_HPP_NAMESPACE::PipelineLayoutCreateFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
[all …]