Home
last modified time | relevance | path

Searched defs:PhysicalDeviceMeshShaderFeaturesNV (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_structs.hpp46812 struct PhysicalDeviceMeshShaderFeaturesNV struct
46814 using NativeType = VkPhysicalDeviceMeshShaderFeaturesNV;
46816 static const bool allowDuplicate = false;
46817 static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType =
46822 PhysicalDeviceMeshShaderFeaturesNV( VULKAN_HPP_NAMESPACE::Bool32 taskShader_ = {}, in PhysicalDeviceMeshShaderFeaturesNV() function
46831PhysicalDeviceMeshShaderFeaturesNV( VkPhysicalDeviceMeshShaderFeaturesNV const & rhs ) VULKAN_HPP_… in PhysicalDeviceMeshShaderFeaturesNV() function
46842 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceMeshShaderFeaturesNV const *>( &rhs … in operator =()
46847 PhysicalDeviceMeshShaderFeaturesNV & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
46853 …eshShaderFeaturesNV & setTaskShader( VULKAN_HPP_NAMESPACE::Bool32 taskShader_ ) VULKAN_HPP_NOEXCEPT in setTaskShader()
46859 …eshShaderFeaturesNV & setMeshShader( VULKAN_HPP_NAMESPACE::Bool32 meshShader_ ) VULKAN_HPP_NOEXCEPT in setMeshShader()
[all …]
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp72636 struct PhysicalDeviceMeshShaderFeaturesNV struct
72638 using NativeType = VkPhysicalDeviceMeshShaderFeaturesNV;
72640 static const bool allowDuplicate = false;
72641 …NST_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceMeshShaderFeaturesNV;
72644 …VULKAN_HPP_CONSTEXPR PhysicalDeviceMeshShaderFeaturesNV( VULKAN_HPP_NAMESPACE::Bool32 taskShader_ … in PhysicalDeviceMeshShaderFeaturesNV() function
72655PhysicalDeviceMeshShaderFeaturesNV( VkPhysicalDeviceMeshShaderFeaturesNV const & rhs ) VULKAN_HPP_… in PhysicalDeviceMeshShaderFeaturesNV() function
72665 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceMeshShaderFeaturesNV const *>( &rhs … in operator =()
72670 …HPP_CONSTEXPR_14 PhysicalDeviceMeshShaderFeaturesNV & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
72676 …eshShaderFeaturesNV & setTaskShader( VULKAN_HPP_NAMESPACE::Bool32 taskShader_ ) VULKAN_HPP_NOEXCEPT in setTaskShader()
72682 …eshShaderFeaturesNV & setMeshShader( VULKAN_HPP_NAMESPACE::Bool32 meshShader_ ) VULKAN_HPP_NOEXCEPT in setMeshShader()
[all …]