Home
last modified time | relevance | path

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

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp71416 struct PhysicalDeviceShaderCoreProperties2AMD struct
71418 using NativeType = VkPhysicalDeviceShaderCoreProperties2AMD;
71420 static const bool allowDuplicate = false;
71421 …OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceShaderCoreProperties2AMD;
71424 …VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderCoreProperties2AMD( VULKAN_HPP_NAMESPACE::ShaderCorePrope… in PhysicalDeviceShaderCoreProperties2AMD() function
71435PhysicalDeviceShaderCoreProperties2AMD( VkPhysicalDeviceShaderCoreProperties2AMD const & rhs ) VUL… in PhysicalDeviceShaderCoreProperties2AMD() function
71445 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderCoreProperties2AMD const *>( &… in operator =()
71449 explicit operator VkPhysicalDeviceShaderCoreProperties2AMD const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderCoreProperties2AMD const&()
71454 explicit operator VkPhysicalDeviceShaderCoreProperties2AMD &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderCoreProperties2AMD&()
71465 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp66697 struct PhysicalDeviceShaderCoreProperties2AMD struct
66706 VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderCoreProperties2AMD(VULKAN_HPP_NAMESPACE::ShaderCorePropert… in PhysicalDeviceShaderCoreProperties2AMD() function
66712PhysicalDeviceShaderCoreProperties2AMD( VkPhysicalDeviceShaderCoreProperties2AMD const & rhs ) VUL… in PhysicalDeviceShaderCoreProperties2AMD() function
66722 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderCoreProperties2AMD const *>( &… in operator =()
66727 operator VkPhysicalDeviceShaderCoreProperties2AMD const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderCoreProperties2AMD const&()
66732 operator VkPhysicalDeviceShaderCoreProperties2AMD &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderCoreProperties2AMD&()
66743 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
66753 bool operator==( PhysicalDeviceShaderCoreProperties2AMD const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
66765 bool operator!=( PhysicalDeviceShaderCoreProperties2AMD const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
66772 …VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::ePhysicalDeviceShaderCoreProperties2AMD;
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp75087 struct PhysicalDeviceShaderCoreProperties2AMD struct
75089 using NativeType = VkPhysicalDeviceShaderCoreProperties2AMD;
75091 static const bool allowDuplicate = false;
75092 …OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceShaderCoreProperties2AMD;
75095 …VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderCoreProperties2AMD( VULKAN_HPP_NAMESPACE::ShaderCorePrope… in PhysicalDeviceShaderCoreProperties2AMD() function
75106PhysicalDeviceShaderCoreProperties2AMD( VkPhysicalDeviceShaderCoreProperties2AMD const & rhs ) VUL… in PhysicalDeviceShaderCoreProperties2AMD() function
75116 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderCoreProperties2AMD const *>( &… in operator =()
75120 operator VkPhysicalDeviceShaderCoreProperties2AMD const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderCoreProperties2AMD const&()
75125 operator VkPhysicalDeviceShaderCoreProperties2AMD &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderCoreProperties2AMD&()
75136 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs25914 pub struct PhysicalDeviceShaderCoreProperties2AMD { struct
25920 impl ::std::default::Default for PhysicalDeviceShaderCoreProperties2AMD { argument
25930 impl PhysicalDeviceShaderCoreProperties2AMD { implementation
25944 unsafe impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceShaderCoreProperties2AMD {} implementation
25971 pub fn build(self) -> PhysicalDeviceShaderCoreProperties2AMD { in build()