Home
last modified time | relevance | path

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

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp71962 struct PhysicalDeviceShaderFloat16Int8Features struct
71964 using NativeType = VkPhysicalDeviceShaderFloat16Int8Features;
71966 static const bool allowDuplicate = false;
71967 …R_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceShaderFloat16Int8Features;
71970 …VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderFloat16Int8Features( VULKAN_HPP_NAMESPACE::Bool32 shaderF… in PhysicalDeviceShaderFloat16Int8Features() function
71981PhysicalDeviceShaderFloat16Int8Features( VkPhysicalDeviceShaderFloat16Int8Features const & rhs ) V… in PhysicalDeviceShaderFloat16Int8Features() function
71991 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderFloat16Int8Features const *>( … in operator =()
71996 …ONSTEXPR_14 PhysicalDeviceShaderFloat16Int8Features & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
72002 …6Int8Features & setShaderFloat16( VULKAN_HPP_NAMESPACE::Bool32 shaderFloat16_ ) VULKAN_HPP_NOEXCEPT in setShaderFloat16()
72008 …Float16Int8Features & setShaderInt8( VULKAN_HPP_NAMESPACE::Bool32 shaderInt8_ ) VULKAN_HPP_NOEXCEPT in setShaderInt8()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp67199 struct PhysicalDeviceShaderFloat16Int8Features struct
67208 VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderFloat16Int8Features(VULKAN_HPP_NAMESPACE::Bool32 shaderFlo… in PhysicalDeviceShaderFloat16Int8Features() function
67214PhysicalDeviceShaderFloat16Int8Features( VkPhysicalDeviceShaderFloat16Int8Features const & rhs ) V… in PhysicalDeviceShaderFloat16Int8Features() function
67224 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderFloat16Int8Features const *>( … in operator =()
67229 …ONSTEXPR_14 PhysicalDeviceShaderFloat16Int8Features & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
67235 …6Int8Features & setShaderFloat16( VULKAN_HPP_NAMESPACE::Bool32 shaderFloat16_ ) VULKAN_HPP_NOEXCEPT in setShaderFloat16()
67241 …Float16Int8Features & setShaderInt8( VULKAN_HPP_NAMESPACE::Bool32 shaderInt8_ ) VULKAN_HPP_NOEXCEPT in setShaderInt8()
67249 operator VkPhysicalDeviceShaderFloat16Int8Features const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderFloat16Int8Features const&()
67254 operator VkPhysicalDeviceShaderFloat16Int8Features &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderFloat16Int8Features&()
67265 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp75722 struct PhysicalDeviceShaderFloat16Int8Features struct
75724 using NativeType = VkPhysicalDeviceShaderFloat16Int8Features;
75726 static const bool allowDuplicate = false;
75727 …R_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceShaderFloat16Int8Features;
75730 …VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderFloat16Int8Features( VULKAN_HPP_NAMESPACE::Bool32 shaderF… in PhysicalDeviceShaderFloat16Int8Features() function
75741PhysicalDeviceShaderFloat16Int8Features( VkPhysicalDeviceShaderFloat16Int8Features const & rhs ) V… in PhysicalDeviceShaderFloat16Int8Features() function
75751 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderFloat16Int8Features const *>( … in operator =()
75756 …ONSTEXPR_14 PhysicalDeviceShaderFloat16Int8Features & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
75762 …6Int8Features & setShaderFloat16( VULKAN_HPP_NAMESPACE::Bool32 shaderFloat16_ ) VULKAN_HPP_NOEXCEPT in setShaderFloat16()
75768 …Float16Int8Features & setShaderInt8( VULKAN_HPP_NAMESPACE::Bool32 shaderInt8_ ) VULKAN_HPP_NOEXCEPT in setShaderInt8()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs23922 pub struct PhysicalDeviceShaderFloat16Int8Features { struct
23928 impl ::std::default::Default for PhysicalDeviceShaderFloat16Int8Features { argument
23938 impl PhysicalDeviceShaderFloat16Int8Features { impl
23952 unsafe impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceShaderFloat16Int8Features {} implementation
23954 unsafe impl ExtendsDeviceCreateInfo for PhysicalDeviceShaderFloat16Int8Features {} implementation
23978 pub fn build(self) -> PhysicalDeviceShaderFloat16Int8Features { in build()