Lines Matching defs:HostImageCopyDevicePerformanceQuery

42738   struct HostImageCopyDevicePerformanceQuery  struct
42740 using NativeType = VkHostImageCopyDevicePerformanceQuery;
42742 static const bool allowDuplicate = false;
42743 …ST_OR_CONSTEXPR StructureType structureType = StructureType::eHostImageCopyDevicePerformanceQuery;
42746 …VULKAN_HPP_CONSTEXPR HostImageCopyDevicePerformanceQuery( VULKAN_HPP_NAMESPACE::Bool32 optimalDevi… in HostImageCopyDevicePerformanceQuery() function
42757HostImageCopyDevicePerformanceQuery( VkHostImageCopyDevicePerformanceQuery const & rhs ) VULKAN_HP… in HostImageCopyDevicePerformanceQuery() function
42767 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::HostImageCopyDevicePerformanceQuery const *>( &rhs… in operator =()
42771 operator VkHostImageCopyDevicePerformanceQuery const &() const VULKAN_HPP_NOEXCEPT in operator VkHostImageCopyDevicePerformanceQuery const&()
42776 operator VkHostImageCopyDevicePerformanceQuery &() VULKAN_HPP_NOEXCEPT in operator VkHostImageCopyDevicePerformanceQuery&()
42787 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
42796 bool operator==( HostImageCopyDevicePerformanceQuery const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
42806 bool operator!=( HostImageCopyDevicePerformanceQuery const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
42813 …MESPACE::StructureType sType = StructureType::eHostImageCopyDevicePerformanceQuery;
42814 void * pNext = {};
42815 VULKAN_HPP_NAMESPACE::Bool32 optimalDeviceAccess = {};
42816 VULKAN_HPP_NAMESPACE::Bool32 identicalMemoryLayout = {};