Home
last modified time | relevance | path

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

/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp79865 struct PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL struct
79867 using NativeType = VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL;
79869 static const bool allowDuplicate = false;
79870 … StructureType structureType = StructureType::ePhysicalDeviceShaderIntegerFunctions2FeaturesINTEL;
79873 …VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL( VULKAN_HPP_NAMESPACE::Boo… in PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL() function
79883PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL( VkPhysicalDeviceShaderIntegerFunctions2Feature… in PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL() function
79894 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL in operator =()
79899 … PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
79906 …haderIntegerFunctions2( VULKAN_HPP_NAMESPACE::Bool32 shaderIntegerFunctions2_ ) VULKAN_HPP_NOEXCEPT in setShaderIntegerFunctions2()
79913 … operator VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL const&()
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp82807 struct PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL struct
82809 using NativeType = VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL;
82811 static const bool allowDuplicate = false;
82812 … StructureType structureType = StructureType::ePhysicalDeviceShaderIntegerFunctions2FeaturesINTEL;
82815 …VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL( VULKAN_HPP_NAMESPACE::Boo… in PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL() function
82825PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL( VkPhysicalDeviceShaderIntegerFunctions2Feature… in PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL() function
82836 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL in operator =()
82841 … PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
82848 …haderIntegerFunctions2( VULKAN_HPP_NAMESPACE::Bool32 shaderIntegerFunctions2_ ) VULKAN_HPP_NOEXCEPT in setShaderIntegerFunctions2()
82855 … operator VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL const&()
[all …]
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp84144 struct PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL struct
84146 using NativeType = VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL;
84148 static const bool allowDuplicate = false;
84149 … StructureType structureType = StructureType::ePhysicalDeviceShaderIntegerFunctions2FeaturesINTEL;
84152 …VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL( VULKAN_HPP_NAMESPACE::Boo… in PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL() function
84162PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL( VkPhysicalDeviceShaderIntegerFunctions2Feature… in PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL() function
84173 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL in operator =()
84178 … PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
84185 …haderIntegerFunctions2( VULKAN_HPP_NAMESPACE::Bool32 shaderIntegerFunctions2_ ) VULKAN_HPP_NOEXCEPT in setShaderIntegerFunctions2()
84192 … operator VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL const&()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs42401 pub struct PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL { struct
42406 impl ::std::default::Default for PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL { implementation
42416 unsafe impl TaggedStructure for PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL { implementation
42420 impl PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL { implementation
42437 unsafe impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL {} implementation
42442 unsafe impl ExtendsDeviceCreateInfo for PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL {} implementation
42463 pub fn build(self) -> PhysicalDeviceShaderIntegerFunctions2FeaturesINTEL { in build()