Home
last modified time | relevance | path

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

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp75979 struct PhysicalDeviceVertexInputDynamicStateFeaturesEXT struct
75981 using NativeType = VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT;
75983 static const bool allowDuplicate = false;
75987 …VULKAN_HPP_CONSTEXPR PhysicalDeviceVertexInputDynamicStateFeaturesEXT( VULKAN_HPP_NAMESPACE::Bool3… in PhysicalDeviceVertexInputDynamicStateFeaturesEXT() function
75997PhysicalDeviceVertexInputDynamicStateFeaturesEXT( VkPhysicalDeviceVertexInputDynamicStateFeaturesE… in PhysicalDeviceVertexInputDynamicStateFeaturesEXT() function
76007 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceVertexInputDynamicStateFeaturesEXT c… in operator =()
76012 …14 PhysicalDeviceVertexInputDynamicStateFeaturesEXT & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
76019 …ertexInputDynamicState( VULKAN_HPP_NAMESPACE::Bool32 vertexInputDynamicState_ ) VULKAN_HPP_NOEXCEPT in setVertexInputDynamicState()
76026 …cit operator VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT const&()
76031 explicit operator VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT&()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp71046 struct PhysicalDeviceVertexInputDynamicStateFeaturesEXT struct
71055 VULKAN_HPP_CONSTEXPR PhysicalDeviceVertexInputDynamicStateFeaturesEXT(VULKAN_HPP_NAMESPACE::Bool32 … in PhysicalDeviceVertexInputDynamicStateFeaturesEXT() function
71061PhysicalDeviceVertexInputDynamicStateFeaturesEXT( VkPhysicalDeviceVertexInputDynamicStateFeaturesE… in PhysicalDeviceVertexInputDynamicStateFeaturesEXT() function
71071 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceVertexInputDynamicStateFeaturesEXT c… in operator =()
71076 …14 PhysicalDeviceVertexInputDynamicStateFeaturesEXT & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
71082 …ertexInputDynamicState( VULKAN_HPP_NAMESPACE::Bool32 vertexInputDynamicState_ ) VULKAN_HPP_NOEXCEPT in setVertexInputDynamicState()
71090 operator VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT const&()
71095 operator VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT&()
71106 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
71116 …perator==( PhysicalDeviceVertexInputDynamicStateFeaturesEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp80143 struct PhysicalDeviceVertexInputDynamicStateFeaturesEXT struct
80145 using NativeType = VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT;
80147 static const bool allowDuplicate = false;
80151 …VULKAN_HPP_CONSTEXPR PhysicalDeviceVertexInputDynamicStateFeaturesEXT( VULKAN_HPP_NAMESPACE::Bool3… in PhysicalDeviceVertexInputDynamicStateFeaturesEXT() function
80161PhysicalDeviceVertexInputDynamicStateFeaturesEXT( VkPhysicalDeviceVertexInputDynamicStateFeaturesE… in PhysicalDeviceVertexInputDynamicStateFeaturesEXT() function
80171 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceVertexInputDynamicStateFeaturesEXT c… in operator =()
80176 …14 PhysicalDeviceVertexInputDynamicStateFeaturesEXT & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
80183 …ertexInputDynamicState( VULKAN_HPP_NAMESPACE::Bool32 vertexInputDynamicState_ ) VULKAN_HPP_NOEXCEPT in setVertexInputDynamicState()
80190 operator VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT const&()
80195 operator VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT&()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs45312 pub struct PhysicalDeviceVertexInputDynamicStateFeaturesEXT { struct
45317 impl ::std::default::Default for PhysicalDeviceVertexInputDynamicStateFeaturesEXT { argument
45326 impl PhysicalDeviceVertexInputDynamicStateFeaturesEXT { impl
45343 unsafe impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceVertexInputDynamicStateFeaturesEXT {} implementation
45348 unsafe impl ExtendsDeviceCreateInfo for PhysicalDeviceVertexInputDynamicStateFeaturesEXT {} implementation
45368 pub fn build(self) -> PhysicalDeviceVertexInputDynamicStateFeaturesEXT { in build()