Home
last modified time | relevance | path

Searched defs:IndirectCommandsLayoutCreateInfoNV (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp47751 struct IndirectCommandsLayoutCreateInfoNV struct
47753 using NativeType = VkIndirectCommandsLayoutCreateInfoNV;
47755 static const bool allowDuplicate = false;
47756 …NST_OR_CONSTEXPR StructureType structureType = StructureType::eIndirectCommandsLayoutCreateInfoNV;
47760IndirectCommandsLayoutCreateInfoNV( VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutUsageFlagsNV flags… in IndirectCommandsLayoutCreateInfoNV() argument
47779IndirectCommandsLayoutCreateInfoNV( VkIndirectCommandsLayoutCreateInfoNV const & rhs ) VULKAN_HPP_… in IndirectCommandsLayoutCreateInfoNV() function
47785 IndirectCommandsLayoutCreateInfoNV( in IndirectCommandsLayoutCreateInfoNV() function
47807 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutCreateInfoNV const *>( &rhs … in operator =()
47812 …NSTEXPR_14 IndirectCommandsLayoutCreateInfoNV & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
47818 …V & setFlags( VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutUsageFlagsNV flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp48872 struct IndirectCommandsLayoutCreateInfoNV struct
48874 using NativeType = VkIndirectCommandsLayoutCreateInfoNV;
48876 static const bool allowDuplicate = false;
48877 …NST_OR_CONSTEXPR StructureType structureType = StructureType::eIndirectCommandsLayoutCreateInfoNV;
48881IndirectCommandsLayoutCreateInfoNV( VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutUsageFlagsNV flags… in IndirectCommandsLayoutCreateInfoNV() function
48900IndirectCommandsLayoutCreateInfoNV( VkIndirectCommandsLayoutCreateInfoNV const & rhs ) VULKAN_HPP_… in IndirectCommandsLayoutCreateInfoNV() argument
48906 IndirectCommandsLayoutCreateInfoNV( in IndirectCommandsLayoutCreateInfoNV() function
48928 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutCreateInfoNV const *>( &rhs … in operator =()
48933 …NSTEXPR_14 IndirectCommandsLayoutCreateInfoNV & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
48939 …V & setFlags( VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutUsageFlagsNV flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
[all …]
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp48717 struct IndirectCommandsLayoutCreateInfoNV struct
48719 using NativeType = VkIndirectCommandsLayoutCreateInfoNV;
48721 static const bool allowDuplicate = false;
48722 …NST_OR_CONSTEXPR StructureType structureType = StructureType::eIndirectCommandsLayoutCreateInfoNV;
48726IndirectCommandsLayoutCreateInfoNV( VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutUsageFlagsNV flags… in IndirectCommandsLayoutCreateInfoNV() argument
48745IndirectCommandsLayoutCreateInfoNV( VkIndirectCommandsLayoutCreateInfoNV const & rhs ) VULKAN_HPP_… in IndirectCommandsLayoutCreateInfoNV() function
48751 IndirectCommandsLayoutCreateInfoNV( in IndirectCommandsLayoutCreateInfoNV() function
48773 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutCreateInfoNV const *>( &rhs … in operator =()
48778 …NSTEXPR_14 IndirectCommandsLayoutCreateInfoNV & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
48784 …V & setFlags( VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutUsageFlagsNV flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs14608 pub struct IndirectCommandsLayoutCreateInfoNV { struct
14618 impl ::std::default::Default for IndirectCommandsLayoutCreateInfoNV { argument
14633 unsafe impl TaggedStructure for IndirectCommandsLayoutCreateInfoNV { implementation
14636 impl IndirectCommandsLayoutCreateInfoNV { implementation
14686 pub fn build(self) -> IndirectCommandsLayoutCreateInfoNV { in build()
Dextensions.rs15887 p_create_info: *const IndirectCommandsLayoutCreateInfoNV, constant
16002 _p_create_info: *const IndirectCommandsLayoutCreateInfoNV, in load()