Home
last modified time | relevance | path

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

/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp65705 struct PhysicalDeviceVariablePointersFeatures struct
65707 using NativeType = VkPhysicalDeviceVariablePointersFeatures;
65709 static const bool allowDuplicate = false;
65710 …_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceVariablePointersFeatures;
65713 …VULKAN_HPP_CONSTEXPR PhysicalDeviceVariablePointersFeatures(VULKAN_HPP_NAMESPACE::Bool32 variableP… in PhysicalDeviceVariablePointersFeatures() function
65724PhysicalDeviceVariablePointersFeatures(VkPhysicalDeviceVariablePointersFeatures const &rhs) VULKAN… in PhysicalDeviceVariablePointersFeatures() function
65734 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceVariablePointersFeatures const *>(&r… in operator =()
65739 …HPP_CONSTEXPR_14 PhysicalDeviceVariablePointersFeatures &setPNext(void *pNext_) VULKAN_HPP_NOEXCEPT in setPNext()
65746 …ntersStorageBuffer(VULKAN_HPP_NAMESPACE::Bool32 variablePointersStorageBuffer_) VULKAN_HPP_NOEXCEPT in setVariablePointersStorageBuffer()
65752 …rsFeatures &setVariablePointers(VULKAN_HPP_NAMESPACE::Bool32 variablePointers_) VULKAN_HPP_NOEXCEPT in setVariablePointers()
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp65611 struct PhysicalDeviceVariablePointersFeatures struct
65613 using NativeType = VkPhysicalDeviceVariablePointersFeatures;
65615 static const bool allowDuplicate = false;
65616 …OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceVariablePointersFeatures;
65619 …VULKAN_HPP_CONSTEXPR PhysicalDeviceVariablePointersFeatures( VULKAN_HPP_NAMESPACE::Bool32 variable… in PhysicalDeviceVariablePointersFeatures() function
65630PhysicalDeviceVariablePointersFeatures( VkPhysicalDeviceVariablePointersFeatures const & rhs ) VUL… in PhysicalDeviceVariablePointersFeatures() function
65640 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceVariablePointersFeatures const *>( &… in operator =()
65645 …CONSTEXPR_14 PhysicalDeviceVariablePointersFeatures & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
65652 …ersStorageBuffer( VULKAN_HPP_NAMESPACE::Bool32 variablePointersStorageBuffer_ ) VULKAN_HPP_NOEXCEPT in setVariablePointersStorageBuffer()
65658 …eatures & setVariablePointers( VULKAN_HPP_NAMESPACE::Bool32 variablePointers_ ) VULKAN_HPP_NOEXCEPT in setVariablePointers()
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp68088 struct PhysicalDeviceVariablePointersFeatures struct
68090 using NativeType = VkPhysicalDeviceVariablePointersFeatures;
68092 static const bool allowDuplicate = false;
68093 static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType =
68098PhysicalDeviceVariablePointersFeatures( VULKAN_HPP_NAMESPACE::Bool32 variablePointersStorageBuffer… in PhysicalDeviceVariablePointersFeatures() function
68107PhysicalDeviceVariablePointersFeatures( VkPhysicalDeviceVariablePointersFeatures const & rhs ) VUL… in PhysicalDeviceVariablePointersFeatures() function
68119 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceVariablePointersFeatures const *>( &… in operator =()
68124 …CONSTEXPR_14 PhysicalDeviceVariablePointersFeatures & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
68130 … VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceVariablePointersFeatures & setVariablePointersStorageBuffer( in setVariablePointersStorageBuffer()
68138 setVariablePointers( VULKAN_HPP_NAMESPACE::Bool32 variablePointers_ ) VULKAN_HPP_NOEXCEPT in setVariablePointers()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs14379 pub struct PhysicalDeviceVariablePointersFeatures { struct
14385 impl ::std::default::Default for PhysicalDeviceVariablePointersFeatures { argument
14395 impl PhysicalDeviceVariablePointersFeatures { implementation
14409 unsafe impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceVariablePointersFeatures {} implementation
14411 unsafe impl ExtendsDeviceCreateInfo for PhysicalDeviceVariablePointersFeatures {} implementation
14438 pub fn build(self) -> PhysicalDeviceVariablePointersFeatures { in build()