Home
last modified time | relevance | path

Searched refs:hostQueryReset (Results 1 – 10 of 10) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_device.c676 CORE_FEATURE(hostQueryReset); in vk_get_physical_device_core_1_2_feature_ext()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dqueries.adoc493 The <<features-hostQueryReset, pname:hostQueryReset>> feature must: be
Dfeatures.adoc3227 * [[{anchor-prefix}features-hostQueryReset]] pname:hostQueryReset
7360 * <<features-hostQueryReset, pname:hostQueryReset>>, if Vulkan 1.2 or the
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4258 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceHostQueryResetFeatures.hostQueryReset ); in operator ()()
5414 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Features.hostQueryReset ); in operator ()()
Dvulkan_hash.hpp8103 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceHostQueryResetFeatures.hostQueryReset ); in operator ()()
10656 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Features.hostQueryReset ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp6555 vkStream->write((VkBool32*)&forMarshaling->hostQueryReset, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan12Features()
6633 vkStream->read((VkBool32*)&forUnmarshaling->hostQueryReset, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan12Features()
8203 vkStream->write((VkBool32*)&forMarshaling->hostQueryReset, sizeof(VkBool32)); in marshal_VkPhysicalDeviceHostQueryResetFeatures()
8215 vkStream->read((VkBool32*)&forUnmarshaling->hostQueryReset, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceHostQueryResetFeatures()
Dgoldfish_vk_reserved_marshaling_guest.cpp4566 memcpy(*ptr, (VkBool32*)&forMarshaling->hostQueryReset, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceVulkan12Features()
5624 memcpy(*ptr, (VkBool32*)&forMarshaling->hostQueryReset, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceHostQueryResetFeatures()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp7945 vkStream->write((VkBool32*)&forMarshaling->hostQueryReset, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan12Features()
8034 vkStream->read((VkBool32*)&forUnmarshaling->hostQueryReset, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan12Features()
10034 vkStream->write((VkBool32*)&forMarshaling->hostQueryReset, sizeof(VkBool32)); in marshal_VkPhysicalDeviceHostQueryResetFeatures()
10058 vkStream->read((VkBool32*)&forUnmarshaling->hostQueryReset, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceHostQueryResetFeatures()
Dgoldfish_vk_reserved_marshaling.cpp6123 memcpy((VkBool32*)&forUnmarshaling->hostQueryReset, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceVulkan12Features()
7718 memcpy((VkBool32*)&forUnmarshaling->hostQueryReset, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceHostQueryResetFeatures()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h5940 VkBool32 hostQueryReset; member
6342 VkBool32 hostQueryReset; member