Home
last modified time | relevance | path

Searched refs:DescriptorSetLayoutCreateInfo (Results 1 – 4 of 4) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.hpp278 class DescriptorSetLayoutCreateInfo : public vk::VkDescriptorSetLayoutCreateInfo class
281DescriptorSetLayoutCreateInfo (deUint32 bindingCount, const vk::VkDescriptorSetLayoutBinding* pBin…
DvktDrawCreateInfoUtil.cpp624 DescriptorSetLayoutCreateInfo::DescriptorSetLayoutCreateInfo (deUint32 _bindingCount, const vk::VkD… in DescriptorSetLayoutCreateInfo() function in vkt::Draw::DescriptorSetLayoutCreateInfo
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp9954 struct DescriptorSetLayoutCreateInfo struct
9956DescriptorSetLayoutCreateInfo( DescriptorSetLayoutCreateFlags flags_ = DescriptorSetLayoutCreateFl… in DescriptorSetLayoutCreateInfo() argument
9965 DescriptorSetLayoutCreateInfo( VkDescriptorSetLayoutCreateInfo const & rhs ) in DescriptorSetLayoutCreateInfo() argument
9967 memcpy( this, &rhs, sizeof(DescriptorSetLayoutCreateInfo) ); in DescriptorSetLayoutCreateInfo()
9970 DescriptorSetLayoutCreateInfo& operator=( VkDescriptorSetLayoutCreateInfo const & rhs ) in operator =() argument
9972 memcpy( this, &rhs, sizeof(DescriptorSetLayoutCreateInfo) ); in operator =()
9976 DescriptorSetLayoutCreateInfo& setSType( StructureType sType_ ) in setSType() argument
9982 DescriptorSetLayoutCreateInfo& setPNext( const void* pNext_ ) in setPNext() argument
9988 DescriptorSetLayoutCreateInfo& setFlags( DescriptorSetLayoutCreateFlags flags_ ) in setFlags() argument
9994 DescriptorSetLayoutCreateInfo& setBindingCount( uint32_t bindingCount_ ) in setBindingCount() argument
[all …]
/external/vulkan-validation-layers/demos/
Dcube.cpp1572 vk::DescriptorSetLayoutCreateInfo().setBindingCount(2).setPBindings( in prepare_descriptor_layout()