Home
last modified time | relevance | path

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

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp71503 struct PhysicalDeviceShaderCorePropertiesAMD struct
71505 using NativeType = VkPhysicalDeviceShaderCorePropertiesAMD;
71507 static const bool allowDuplicate = false;
71508 …_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceShaderCorePropertiesAMD;
71511 …VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderCorePropertiesAMD( uint32_t shaderEngineCount_ =… in PhysicalDeviceShaderCorePropertiesAMD() function
71546PhysicalDeviceShaderCorePropertiesAMD( VkPhysicalDeviceShaderCorePropertiesAMD const & rhs ) VULKA… in PhysicalDeviceShaderCorePropertiesAMD() function
71556 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderCorePropertiesAMD const *>( &r… in operator =()
71560 explicit operator VkPhysicalDeviceShaderCorePropertiesAMD const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderCorePropertiesAMD const&()
71565 explicit operator VkPhysicalDeviceShaderCorePropertiesAMD &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderCorePropertiesAMD&()
71591 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp66785 struct PhysicalDeviceShaderCorePropertiesAMD struct
66787 using NativeType = VkPhysicalDeviceShaderCorePropertiesAMD;
66789 static const bool allowDuplicate = false;
66790 …T_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceShaderCorePropertiesAMD;
66794PhysicalDeviceShaderCorePropertiesAMD(uint32_t shaderEngineCount_ = {}, uint32_t shaderArraysPerEn… in PhysicalDeviceShaderCorePropertiesAMD() argument
66800PhysicalDeviceShaderCorePropertiesAMD( VkPhysicalDeviceShaderCorePropertiesAMD const & rhs ) VULKA… in PhysicalDeviceShaderCorePropertiesAMD() function
66810 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderCorePropertiesAMD const *>( &r… in operator =()
66815 operator VkPhysicalDeviceShaderCorePropertiesAMD const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderCorePropertiesAMD const&()
66820 operator VkPhysicalDeviceShaderCorePropertiesAMD &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderCorePropertiesAMD&()
66831 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp75174 struct PhysicalDeviceShaderCorePropertiesAMD struct
75176 using NativeType = VkPhysicalDeviceShaderCorePropertiesAMD;
75178 static const bool allowDuplicate = false;
75179 …_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceShaderCorePropertiesAMD;
75182 …VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderCorePropertiesAMD( uint32_t shaderEngineCount_ =… in PhysicalDeviceShaderCorePropertiesAMD() argument
75217PhysicalDeviceShaderCorePropertiesAMD( VkPhysicalDeviceShaderCorePropertiesAMD const & rhs ) VULKA… in PhysicalDeviceShaderCorePropertiesAMD() function
75227 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderCorePropertiesAMD const *>( &r… in operator =()
75231 operator VkPhysicalDeviceShaderCorePropertiesAMD const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderCorePropertiesAMD const&()
75236 operator VkPhysicalDeviceShaderCorePropertiesAMD &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderCorePropertiesAMD&()
75262 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs25781 pub struct PhysicalDeviceShaderCorePropertiesAMD { struct
25799 impl ::std::default::Default for PhysicalDeviceShaderCorePropertiesAMD { argument
25821 impl PhysicalDeviceShaderCorePropertiesAMD { implementation
25835 unsafe impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceShaderCorePropertiesAMD {} implementation
25907 pub fn build(self) -> PhysicalDeviceShaderCorePropertiesAMD { in build()