Lines Matching defs:PhysicalDeviceShaderCorePropertiesARM
81471 struct PhysicalDeviceShaderCorePropertiesARM struct
81473 using NativeType = VkPhysicalDeviceShaderCorePropertiesARM;
81475 static const bool allowDuplicate = false;
81476 …_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceShaderCorePropertiesARM;
81479 VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderCorePropertiesARM( uint32_t pixelRate_ = {}, in PhysicalDeviceShaderCorePropertiesARM() function
81492 …PhysicalDeviceShaderCorePropertiesARM( VkPhysicalDeviceShaderCorePropertiesARM const & rhs ) VULKA… in PhysicalDeviceShaderCorePropertiesARM() function
81502 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderCorePropertiesARM const *>( &r… in operator =()
81506 operator VkPhysicalDeviceShaderCorePropertiesARM const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderCorePropertiesARM const&()
81511 operator VkPhysicalDeviceShaderCorePropertiesARM &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderCorePropertiesARM&()
81522 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
81531 bool operator==( PhysicalDeviceShaderCorePropertiesARM const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
81540 bool operator!=( PhysicalDeviceShaderCorePropertiesARM const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
81547 …KAN_HPP_NAMESPACE::StructureType sType = StructureType::ePhysicalDeviceShaderCorePropertiesARM;
81548 void * pNext = {};
81549 uint32_t pixelRate = {};
81550 uint32_t texelRate = {};
81551 uint32_t fmaRate = {};