Home
last modified time | relevance | path

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

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp61397 struct PhysicalDeviceIndexTypeUint8FeaturesEXT struct
61399 using NativeType = VkPhysicalDeviceIndexTypeUint8FeaturesEXT;
61405 …VULKAN_HPP_CONSTEXPR PhysicalDeviceIndexTypeUint8FeaturesEXT( VULKAN_HPP_NAMESPACE::Bool32 indexTy… in PhysicalDeviceIndexTypeUint8FeaturesEXT() function
61414PhysicalDeviceIndexTypeUint8FeaturesEXT( VkPhysicalDeviceIndexTypeUint8FeaturesEXT const & rhs ) V… in PhysicalDeviceIndexTypeUint8FeaturesEXT() function
61424 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceIndexTypeUint8FeaturesEXT const *>( … in operator =()
61429 …ONSTEXPR_14 PhysicalDeviceIndexTypeUint8FeaturesEXT & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
61435 …FeaturesEXT & setIndexTypeUint8( VULKAN_HPP_NAMESPACE::Bool32 indexTypeUint8_ ) VULKAN_HPP_NOEXCEPT in setIndexTypeUint8()
61442 explicit operator VkPhysicalDeviceIndexTypeUint8FeaturesEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceIndexTypeUint8FeaturesEXT const&()
61447 explicit operator VkPhysicalDeviceIndexTypeUint8FeaturesEXT &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceIndexTypeUint8FeaturesEXT&()
61458 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp57522 struct PhysicalDeviceIndexTypeUint8FeaturesEXT struct
57531 VULKAN_HPP_CONSTEXPR PhysicalDeviceIndexTypeUint8FeaturesEXT(VULKAN_HPP_NAMESPACE::Bool32 indexType… in PhysicalDeviceIndexTypeUint8FeaturesEXT() function
57537PhysicalDeviceIndexTypeUint8FeaturesEXT( VkPhysicalDeviceIndexTypeUint8FeaturesEXT const & rhs ) V… in PhysicalDeviceIndexTypeUint8FeaturesEXT() function
57547 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceIndexTypeUint8FeaturesEXT const *>( … in operator =()
57552 …ONSTEXPR_14 PhysicalDeviceIndexTypeUint8FeaturesEXT & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
57558 …FeaturesEXT & setIndexTypeUint8( VULKAN_HPP_NAMESPACE::Bool32 indexTypeUint8_ ) VULKAN_HPP_NOEXCEPT in setIndexTypeUint8()
57566 operator VkPhysicalDeviceIndexTypeUint8FeaturesEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceIndexTypeUint8FeaturesEXT const&()
57571 operator VkPhysicalDeviceIndexTypeUint8FeaturesEXT &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceIndexTypeUint8FeaturesEXT&()
57582 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
57592 bool operator==( PhysicalDeviceIndexTypeUint8FeaturesEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp64770 struct PhysicalDeviceIndexTypeUint8FeaturesEXT struct
64772 using NativeType = VkPhysicalDeviceIndexTypeUint8FeaturesEXT;
64778 …VULKAN_HPP_CONSTEXPR PhysicalDeviceIndexTypeUint8FeaturesEXT( VULKAN_HPP_NAMESPACE::Bool32 indexTy… in PhysicalDeviceIndexTypeUint8FeaturesEXT() function
64787PhysicalDeviceIndexTypeUint8FeaturesEXT( VkPhysicalDeviceIndexTypeUint8FeaturesEXT const & rhs ) V… in PhysicalDeviceIndexTypeUint8FeaturesEXT() function
64797 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceIndexTypeUint8FeaturesEXT const *>( … in operator =()
64802 …ONSTEXPR_14 PhysicalDeviceIndexTypeUint8FeaturesEXT & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
64808 …FeaturesEXT & setIndexTypeUint8( VULKAN_HPP_NAMESPACE::Bool32 indexTypeUint8_ ) VULKAN_HPP_NOEXCEPT in setIndexTypeUint8()
64815 operator VkPhysicalDeviceIndexTypeUint8FeaturesEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceIndexTypeUint8FeaturesEXT const&()
64820 operator VkPhysicalDeviceIndexTypeUint8FeaturesEXT &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceIndexTypeUint8FeaturesEXT&()
64831 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs37144 pub struct PhysicalDeviceIndexTypeUint8FeaturesEXT { struct
37149 impl ::std::default::Default for PhysicalDeviceIndexTypeUint8FeaturesEXT { implementation
37158 impl PhysicalDeviceIndexTypeUint8FeaturesEXT { impl
37172 unsafe impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceIndexTypeUint8FeaturesEXT {} implementation
37174 unsafe impl ExtendsDeviceCreateInfo for PhysicalDeviceIndexTypeUint8FeaturesEXT {} implementation
37194 pub fn build(self) -> PhysicalDeviceIndexTypeUint8FeaturesEXT { in build()