Home
last modified time | relevance | path

Searched refs:VkPhysicalDeviceMeshShaderFeaturesNV (Results 1 – 7 of 7) sorted by relevance

/external/vulkan-validation-layers/layers/
Dcore_validation_types.h1113 VkPhysicalDeviceMeshShaderFeaturesNV mesh_shader;
Dcore_validation.cpp2433 …const auto *mesh_shader_features = lvl_find_in_chain<VkPhysicalDeviceMeshShaderFeaturesNV>(pCreate… in PostCallRecordCreateDevice()
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h8843 typedef struct VkPhysicalDeviceMeshShaderFeaturesNV { struct
8848 } VkPhysicalDeviceMeshShaderFeaturesNV; typedef
Dvulkan.hpp37958 PhysicalDeviceMeshShaderFeaturesNV( VkPhysicalDeviceMeshShaderFeaturesNV const & rhs ) in PhysicalDeviceMeshShaderFeaturesNV()
37963 … PhysicalDeviceMeshShaderFeaturesNV& operator=( VkPhysicalDeviceMeshShaderFeaturesNV const & rhs ) in operator =()
37987 operator VkPhysicalDeviceMeshShaderFeaturesNV const&() const in operator VkPhysicalDeviceMeshShaderFeaturesNV const&()
37989 return *reinterpret_cast<const VkPhysicalDeviceMeshShaderFeaturesNV*>( this ); in operator VkPhysicalDeviceMeshShaderFeaturesNV const&()
37992 operator VkPhysicalDeviceMeshShaderFeaturesNV &() in operator VkPhysicalDeviceMeshShaderFeaturesNV&()
37994 return *reinterpret_cast<VkPhysicalDeviceMeshShaderFeaturesNV*>( this ); in operator VkPhysicalDeviceMeshShaderFeaturesNV&()
38018 …( sizeof( PhysicalDeviceMeshShaderFeaturesNV ) == sizeof( VkPhysicalDeviceMeshShaderFeaturesNV ), …
/external/swiftshader/include/vulkan/
Dvulkan_core.h8653 typedef struct VkPhysicalDeviceMeshShaderFeaturesNV { struct
8658 } VkPhysicalDeviceMeshShaderFeaturesNV; argument
Dvulkan.hpp19995 PhysicalDeviceMeshShaderFeaturesNV( VkPhysicalDeviceMeshShaderFeaturesNV const & rhs ) in PhysicalDeviceMeshShaderFeaturesNV()
20000 … PhysicalDeviceMeshShaderFeaturesNV& operator=( VkPhysicalDeviceMeshShaderFeaturesNV const & rhs ) in operator =()
20023 operator VkPhysicalDeviceMeshShaderFeaturesNV const&() const in operator VkPhysicalDeviceMeshShaderFeaturesNV const&()
20025 return *reinterpret_cast<const VkPhysicalDeviceMeshShaderFeaturesNV*>(this); in operator VkPhysicalDeviceMeshShaderFeaturesNV const&()
20028 operator VkPhysicalDeviceMeshShaderFeaturesNV &() in operator VkPhysicalDeviceMeshShaderFeaturesNV&()
20030 return *reinterpret_cast<VkPhysicalDeviceMeshShaderFeaturesNV*>(this); in operator VkPhysicalDeviceMeshShaderFeaturesNV&()
20054 …( sizeof( PhysicalDeviceMeshShaderFeaturesNV ) == sizeof( VkPhysicalDeviceMeshShaderFeaturesNV ), …
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp35466 auto mesh_shader_features = lvl_init_struct<VkPhysicalDeviceMeshShaderFeaturesNV>(); in TEST_F()