Home
last modified time | relevance | path

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

/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp61898 struct PhysicalDeviceShaderCorePropertiesAMD struct
61900 using NativeType = VkPhysicalDeviceShaderCorePropertiesAMD;
61902 static const bool allowDuplicate = false;
61903 …T_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceShaderCorePropertiesAMD;
61906 VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderCorePropertiesAMD(uint32_t shaderEngineCount_ = {}, in PhysicalDeviceShaderCorePropertiesAMD() argument
61941PhysicalDeviceShaderCorePropertiesAMD(VkPhysicalDeviceShaderCorePropertiesAMD const &rhs) VULKAN_H… in PhysicalDeviceShaderCorePropertiesAMD() function
61951 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderCorePropertiesAMD const *>(&rh… in operator =()
61955 explicit operator VkPhysicalDeviceShaderCorePropertiesAMD const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderCorePropertiesAMD const&()
61960 explicit operator VkPhysicalDeviceShaderCorePropertiesAMD &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderCorePropertiesAMD&()
61986 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp61804 struct PhysicalDeviceShaderCorePropertiesAMD struct
61806 using NativeType = VkPhysicalDeviceShaderCorePropertiesAMD;
61808 static const bool allowDuplicate = false;
61809 …_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceShaderCorePropertiesAMD;
61812 …VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderCorePropertiesAMD( uint32_t shaderEngineCount_ =… in PhysicalDeviceShaderCorePropertiesAMD() function
61847PhysicalDeviceShaderCorePropertiesAMD( VkPhysicalDeviceShaderCorePropertiesAMD const & rhs ) VULKA… in PhysicalDeviceShaderCorePropertiesAMD() function
61857 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderCorePropertiesAMD const *>( &r… in operator =()
61861 explicit operator VkPhysicalDeviceShaderCorePropertiesAMD const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderCorePropertiesAMD const&()
61866 explicit operator VkPhysicalDeviceShaderCorePropertiesAMD &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderCorePropertiesAMD&()
61892 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp63763 struct PhysicalDeviceShaderCorePropertiesAMD struct
63765 using NativeType = VkPhysicalDeviceShaderCorePropertiesAMD;
63767 static const bool allowDuplicate = false;
63768 static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType =
63773 PhysicalDeviceShaderCorePropertiesAMD( uint32_t shaderEngineCount_ = {}, in PhysicalDeviceShaderCorePropertiesAMD() function
63806PhysicalDeviceShaderCorePropertiesAMD( VkPhysicalDeviceShaderCorePropertiesAMD const & rhs ) VULKA… in PhysicalDeviceShaderCorePropertiesAMD() function
63818 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderCorePropertiesAMD const *>( &r… in operator =()
63822 explicit operator VkPhysicalDeviceShaderCorePropertiesAMD const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderCorePropertiesAMD const&()
63827 explicit operator VkPhysicalDeviceShaderCorePropertiesAMD &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderCorePropertiesAMD&()
63853 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()