Home
last modified time | relevance | path

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

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp35302 struct GeneratedCommandsInfoNV struct
35304 using NativeType = VkGeneratedCommandsInfoNV;
35306 static const bool allowDuplicate = false;
35307 …LKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eGeneratedCommandsInfoNV;
35311GeneratedCommandsInfoNV( VULKAN_HPP_NAMESPACE::PipelineBindPoint pipelineBindPoint_… in GeneratedCommandsInfoNV() argument
35344 GeneratedCommandsInfoNV( VkGeneratedCommandsInfoNV const & rhs ) VULKAN_HPP_NOEXCEPT in GeneratedCommandsInfoNV() function
35350 GeneratedCommandsInfoNV( VULKAN_HPP_NAMESPACE::PipelineBindPoint pipelineBindPoint_, in GeneratedCommandsInfoNV() argument
35386 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::GeneratedCommandsInfoNV const *>( &rhs ); in operator =()
35391 …LKAN_HPP_CONSTEXPR_14 GeneratedCommandsInfoNV & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
35397 …PipelineBindPoint( VULKAN_HPP_NAMESPACE::PipelineBindPoint pipelineBindPoint_ ) VULKAN_HPP_NOEXCEPT in setPipelineBindPoint()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp32947 struct GeneratedCommandsInfoNV struct
32949 using NativeType = VkGeneratedCommandsInfoNV;
32951 static const bool allowDuplicate = false;
32952 …ULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eGeneratedCommandsInfoNV;
32956GeneratedCommandsInfoNV(VULKAN_HPP_NAMESPACE::PipelineBindPoint pipelineBindPoint_ = VULKAN_HPP_NA… in GeneratedCommandsInfoNV() argument
32962 GeneratedCommandsInfoNV( VkGeneratedCommandsInfoNV const & rhs ) VULKAN_HPP_NOEXCEPT in GeneratedCommandsInfoNV() function
32967GeneratedCommandsInfoNV( VULKAN_HPP_NAMESPACE::PipelineBindPoint pipelineBindPoint_, VULKAN_HPP_NA… in GeneratedCommandsInfoNV() function
32978 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::GeneratedCommandsInfoNV const *>( &rhs ); in operator =()
32983 …LKAN_HPP_CONSTEXPR_14 GeneratedCommandsInfoNV & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
32989 …PipelineBindPoint( VULKAN_HPP_NAMESPACE::PipelineBindPoint pipelineBindPoint_ ) VULKAN_HPP_NOEXCEPT in setPipelineBindPoint()
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp36364 struct GeneratedCommandsInfoNV struct
36366 using NativeType = VkGeneratedCommandsInfoNV;
36368 static const bool allowDuplicate = false;
36369 …LKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eGeneratedCommandsInfoNV;
36373GeneratedCommandsInfoNV( VULKAN_HPP_NAMESPACE::PipelineBindPoint pipelineBindPoint_… in GeneratedCommandsInfoNV() function
36406 GeneratedCommandsInfoNV( VkGeneratedCommandsInfoNV const & rhs ) VULKAN_HPP_NOEXCEPT in GeneratedCommandsInfoNV() argument
36412 GeneratedCommandsInfoNV( VULKAN_HPP_NAMESPACE::PipelineBindPoint pipelineBindPoint_, in GeneratedCommandsInfoNV() function
36448 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::GeneratedCommandsInfoNV const *>( &rhs ); in operator =()
36453 …LKAN_HPP_CONSTEXPR_14 GeneratedCommandsInfoNV & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
36459 …PipelineBindPoint( VULKAN_HPP_NAMESPACE::PipelineBindPoint pipelineBindPoint_ ) VULKAN_HPP_NOEXCEPT in setPipelineBindPoint()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs13176 pub struct GeneratedCommandsInfoNV { struct
13193 impl ::std::default::Default for GeneratedCommandsInfoNV { argument
13214 impl GeneratedCommandsInfoNV { implementation
13294 pub fn build(self) -> GeneratedCommandsInfoNV { in build()
Dextensions.rs20075 p_generated_commands_info: *const GeneratedCommandsInfoNV, constant
20081 p_generated_commands_info: *const GeneratedCommandsInfoNV, constant
20145 _p_generated_commands_info: *const GeneratedCommandsInfoNV, in load()
20166 _p_generated_commands_info: *const GeneratedCommandsInfoNV, in load()
20263 p_generated_commands_info: *const GeneratedCommandsInfoNV, in cmd_preprocess_generated_commands_nv()
20272 p_generated_commands_info: *const GeneratedCommandsInfoNV, in cmd_execute_generated_commands_nv()