Home
last modified time | relevance | path

Searched refs:hostImageCopyDevicePerformanceQuery (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageHostImageCopyTests.cpp1903 …vk::VkHostImageCopyDevicePerformanceQueryEXT hostImageCopyDevicePerformanceQuery = vk::initVulkanS… in iterate() local
1904 …tProperties2 imageFormatProperties = vk::initVulkanStructure(&hostImageCopyDevicePerformanceQuery); in iterate()
1908 if (hostImageCopyDevicePerformanceQuery.identicalMemoryLayout == VK_FALSE) in iterate()
1910 if (hostImageCopyDevicePerformanceQuery.optimalDeviceAccess != VK_FALSE) in iterate()
1921 if (hostImageCopyDevicePerformanceQuery.optimalDeviceAccess != VK_TRUE) in iterate()
1933 if (hostImageCopyDevicePerformanceQuery.optimalDeviceAccess != VK_TRUE) in iterate()
2423 …VkHostImageCopyDevicePerformanceQueryEXT hostImageCopyDevicePerformanceQuery = initVulkanStructure… in checkSupport() local
2424 …ormatProperties2 imageFormatProperties = initVulkanStructure(&hostImageCopyDevicePerformanceQuery); in checkSupport()
2432 if (!hostImageCopyDevicePerformanceQuery.identicalMemoryLayout) in checkSupport()
/aosp_15_r20/external/vulkan-headers/include/vulkan/
H A Dvulkan_hash.hpp5649 …HPP_NAMESPACE::HostImageCopyDevicePerformanceQuery const & hostImageCopyDevicePerformanceQuery ) c… in operator ()()
5652 VULKAN_HPP_HASH_COMBINE( seed, hostImageCopyDevicePerformanceQuery.sType ); in operator ()()
5653 VULKAN_HPP_HASH_COMBINE( seed, hostImageCopyDevicePerformanceQuery.pNext ); in operator ()()
5654 VULKAN_HPP_HASH_COMBINE( seed, hostImageCopyDevicePerformanceQuery.optimalDeviceAccess ); in operator ()()
5655 VULKAN_HPP_HASH_COMBINE( seed, hostImageCopyDevicePerformanceQuery.identicalMemoryLayout ); in operator ()()
/aosp_15_r20/external/angle/third_party/vulkan-headers/src/include/vulkan/
H A Dvulkan_hash.hpp5864 …HPP_NAMESPACE::HostImageCopyDevicePerformanceQuery const & hostImageCopyDevicePerformanceQuery ) c… in operator ()()
5867 VULKAN_HPP_HASH_COMBINE( seed, hostImageCopyDevicePerformanceQuery.sType ); in operator ()()
5868 VULKAN_HPP_HASH_COMBINE( seed, hostImageCopyDevicePerformanceQuery.pNext ); in operator ()()
5869 VULKAN_HPP_HASH_COMBINE( seed, hostImageCopyDevicePerformanceQuery.optimalDeviceAccess ); in operator ()()
5870 VULKAN_HPP_HASH_COMBINE( seed, hostImageCopyDevicePerformanceQuery.identicalMemoryLayout ); in operator ()()