Home
last modified time | relevance | path

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

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp89408 struct PhysicalDeviceVariablePointersFeatures struct
89410 using NativeType = VkPhysicalDeviceVariablePointersFeatures;
89412 static const bool allowDuplicate = false;
89413 …OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceVariablePointersFeatures;
89416 …VULKAN_HPP_CONSTEXPR PhysicalDeviceVariablePointersFeatures( VULKAN_HPP_NAMESPACE::Bool32 variable… in PhysicalDeviceVariablePointersFeatures() function
89427PhysicalDeviceVariablePointersFeatures( VkPhysicalDeviceVariablePointersFeatures const & rhs ) VUL… in PhysicalDeviceVariablePointersFeatures() function
89437 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceVariablePointersFeatures const *>( &… in operator =()
89442 …CONSTEXPR_14 PhysicalDeviceVariablePointersFeatures & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
89449 …ersStorageBuffer( VULKAN_HPP_NAMESPACE::Bool32 variablePointersStorageBuffer_ ) VULKAN_HPP_NOEXCEPT in setVariablePointersStorageBuffer()
89455 …eatures & setVariablePointers( VULKAN_HPP_NAMESPACE::Bool32 variablePointers_ ) VULKAN_HPP_NOEXCEPT in setVariablePointers()
[all …]
/external/swiftshader/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/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp107955 struct PhysicalDeviceVariablePointersFeatures struct
107957 using NativeType = VkPhysicalDeviceVariablePointersFeatures;
107959 static const bool allowDuplicate = false;
107960 …OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceVariablePointersFeatures;
107963 …VULKAN_HPP_CONSTEXPR PhysicalDeviceVariablePointersFeatures( VULKAN_HPP_NAMESPACE::Bool32 variable… in PhysicalDeviceVariablePointersFeatures() function
107974PhysicalDeviceVariablePointersFeatures( VkPhysicalDeviceVariablePointersFeatures const & rhs ) VUL… in PhysicalDeviceVariablePointersFeatures() function
107984 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceVariablePointersFeatures const *>( &… in operator =()
107989 …CONSTEXPR_14 PhysicalDeviceVariablePointersFeatures & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
107996 …ersStorageBuffer( VULKAN_HPP_NAMESPACE::Bool32 variablePointersStorageBuffer_ ) VULKAN_HPP_NOEXCEPT in setVariablePointersStorageBuffer()
108002 …eatures & setVariablePointers( VULKAN_HPP_NAMESPACE::Bool32 variablePointers_ ) VULKAN_HPP_NOEXCEPT in setVariablePointers()
[all …]
/external/rust/android-crates-io/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()