Home
last modified time | relevance | path

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

/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp48095 struct HostImageCopyDevicePerformanceQuery struct
48097 using NativeType = VkHostImageCopyDevicePerformanceQuery;
48099 static const bool allowDuplicate = false;
48100 …ST_OR_CONSTEXPR StructureType structureType = StructureType::eHostImageCopyDevicePerformanceQuery;
48103 …VULKAN_HPP_CONSTEXPR HostImageCopyDevicePerformanceQuery( VULKAN_HPP_NAMESPACE::Bool32 optimalDevi… in HostImageCopyDevicePerformanceQuery() function
48114HostImageCopyDevicePerformanceQuery( VkHostImageCopyDevicePerformanceQuery const & rhs ) VULKAN_HP… in HostImageCopyDevicePerformanceQuery() function
48124 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::HostImageCopyDevicePerformanceQuery const *>( &rhs… in operator =()
48128 operator VkHostImageCopyDevicePerformanceQuery const &() const VULKAN_HPP_NOEXCEPT in operator VkHostImageCopyDevicePerformanceQuery const&()
48133 operator VkHostImageCopyDevicePerformanceQuery &() VULKAN_HPP_NOEXCEPT in operator VkHostImageCopyDevicePerformanceQuery&()
48144 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]