Home
last modified time | relevance | path

Searched defs:PhysicalDeviceVariablePointersFeatures (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp83294 struct PhysicalDeviceVariablePointersFeatures struct
83296 using NativeType = VkPhysicalDeviceVariablePointersFeatures;
83298 static const bool allowDuplicate = false;
83299 …OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceVariablePointersFeatures;
83302 …VULKAN_HPP_CONSTEXPR PhysicalDeviceVariablePointersFeatures( VULKAN_HPP_NAMESPACE::Bool32 variable… in PhysicalDeviceVariablePointersFeatures() function
83313PhysicalDeviceVariablePointersFeatures( VkPhysicalDeviceVariablePointersFeatures const & rhs ) VUL… in PhysicalDeviceVariablePointersFeatures() function
83323 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceVariablePointersFeatures const *>( &… in operator =()
83328 …CONSTEXPR_14 PhysicalDeviceVariablePointersFeatures & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
83335 …ersStorageBuffer( VULKAN_HPP_NAMESPACE::Bool32 variablePointersStorageBuffer_ ) VULKAN_HPP_NOEXCEPT in setVariablePointersStorageBuffer()
83341 …eatures & setVariablePointers( VULKAN_HPP_NAMESPACE::Bool32 variablePointers_ ) VULKAN_HPP_NOEXCEPT in setVariablePointers()
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp86248 struct PhysicalDeviceVariablePointersFeatures struct
86250 using NativeType = VkPhysicalDeviceVariablePointersFeatures;
86252 static const bool allowDuplicate = false;
86253 …OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceVariablePointersFeatures;
86256 …VULKAN_HPP_CONSTEXPR PhysicalDeviceVariablePointersFeatures( VULKAN_HPP_NAMESPACE::Bool32 variable… in PhysicalDeviceVariablePointersFeatures() function
86267PhysicalDeviceVariablePointersFeatures( VkPhysicalDeviceVariablePointersFeatures const & rhs ) VUL… in PhysicalDeviceVariablePointersFeatures() function
86277 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceVariablePointersFeatures const *>( &… in operator =()
86282 …CONSTEXPR_14 PhysicalDeviceVariablePointersFeatures & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
86289 …ersStorageBuffer( VULKAN_HPP_NAMESPACE::Bool32 variablePointersStorageBuffer_ ) VULKAN_HPP_NOEXCEPT in setVariablePointersStorageBuffer()
86295 …eatures & setVariablePointers( VULKAN_HPP_NAMESPACE::Bool32 variablePointers_ ) VULKAN_HPP_NOEXCEPT in setVariablePointers()
[all …]
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp88046 struct PhysicalDeviceVariablePointersFeatures struct
88048 using NativeType = VkPhysicalDeviceVariablePointersFeatures;
88050 static const bool allowDuplicate = false;
88051 …OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceVariablePointersFeatures;
88054 …VULKAN_HPP_CONSTEXPR PhysicalDeviceVariablePointersFeatures( VULKAN_HPP_NAMESPACE::Bool32 variable… in PhysicalDeviceVariablePointersFeatures() function
88065PhysicalDeviceVariablePointersFeatures( VkPhysicalDeviceVariablePointersFeatures const & rhs ) VUL… in PhysicalDeviceVariablePointersFeatures() function
88075 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceVariablePointersFeatures const *>( &… in operator =()
88080 …CONSTEXPR_14 PhysicalDeviceVariablePointersFeatures & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
88087 …ersStorageBuffer( VULKAN_HPP_NAMESPACE::Bool32 variablePointersStorageBuffer_ ) VULKAN_HPP_NOEXCEPT in setVariablePointersStorageBuffer()
88093 …eatures & setVariablePointers( VULKAN_HPP_NAMESPACE::Bool32 variablePointers_ ) VULKAN_HPP_NOEXCEPT in setVariablePointers()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs16020 pub struct PhysicalDeviceVariablePointersFeatures { struct
16026 impl ::std::default::Default for PhysicalDeviceVariablePointersFeatures { argument
16037 unsafe impl TaggedStructure for PhysicalDeviceVariablePointersFeatures { implementation
16040 impl PhysicalDeviceVariablePointersFeatures { impl
16054 unsafe impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceVariablePointersFeatures {} implementation
16056 unsafe impl ExtendsDeviceCreateInfo for PhysicalDeviceVariablePointersFeatures {} implementation
16085 pub fn build(self) -> PhysicalDeviceVariablePointersFeatures { in build()