Home
last modified time | relevance | path

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

/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp61805 struct PhysicalDeviceShaderCoreProperties2AMD struct
61807 using NativeType = VkPhysicalDeviceShaderCoreProperties2AMD;
61809 static const bool allowDuplicate = false;
61810 …_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceShaderCoreProperties2AMD;
61813 …VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderCoreProperties2AMD(VULKAN_HPP_NAMESPACE::ShaderCoreProper… in PhysicalDeviceShaderCoreProperties2AMD() function
61824PhysicalDeviceShaderCoreProperties2AMD(VkPhysicalDeviceShaderCoreProperties2AMD const &rhs) VULKAN… in PhysicalDeviceShaderCoreProperties2AMD() function
61834 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderCoreProperties2AMD const *>(&r… in operator =()
61838 explicit operator VkPhysicalDeviceShaderCoreProperties2AMD const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderCoreProperties2AMD const&()
61843 explicit operator VkPhysicalDeviceShaderCoreProperties2AMD &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderCoreProperties2AMD&()
61854 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp61711 struct PhysicalDeviceShaderCoreProperties2AMD struct
61713 using NativeType = VkPhysicalDeviceShaderCoreProperties2AMD;
61715 static const bool allowDuplicate = false;
61716 …OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceShaderCoreProperties2AMD;
61719 …VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderCoreProperties2AMD( VULKAN_HPP_NAMESPACE::ShaderCorePrope… in PhysicalDeviceShaderCoreProperties2AMD() function
61730PhysicalDeviceShaderCoreProperties2AMD( VkPhysicalDeviceShaderCoreProperties2AMD const & rhs ) VUL… in PhysicalDeviceShaderCoreProperties2AMD() function
61740 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderCoreProperties2AMD const *>( &… in operator =()
61744 explicit operator VkPhysicalDeviceShaderCoreProperties2AMD const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderCoreProperties2AMD const&()
61749 explicit operator VkPhysicalDeviceShaderCoreProperties2AMD &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderCoreProperties2AMD&()
61760 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp63662 struct PhysicalDeviceShaderCoreProperties2AMD struct
63664 using NativeType = VkPhysicalDeviceShaderCoreProperties2AMD;
63666 static const bool allowDuplicate = false;
63667 static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType =
63671 VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderCoreProperties2AMD( in PhysicalDeviceShaderCoreProperties2AMD() function
63681PhysicalDeviceShaderCoreProperties2AMD( VkPhysicalDeviceShaderCoreProperties2AMD const & rhs ) VUL… in PhysicalDeviceShaderCoreProperties2AMD() function
63693 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderCoreProperties2AMD const *>( &… in operator =()
63697 explicit operator VkPhysicalDeviceShaderCoreProperties2AMD const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderCoreProperties2AMD const&()
63702 explicit operator VkPhysicalDeviceShaderCoreProperties2AMD &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderCoreProperties2AMD&()
63716 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()