Searched refs:hostQueryReset (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_device.c | 676 CORE_FEATURE(hostQueryReset); in vk_get_physical_device_core_1_2_feature_ext()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | queries.adoc | 493 The <<features-hostQueryReset, pname:hostQueryReset>> feature must: be
|
D | features.adoc | 3227 * [[{anchor-prefix}features-hostQueryReset]] pname:hostQueryReset 7360 * <<features-hostQueryReset, pname:hostQueryReset>>, if Vulkan 1.2 or the
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 4258 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceHostQueryResetFeatures.hostQueryReset ); in operator ()() 5414 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Features.hostQueryReset ); in operator ()()
|
D | vulkan_hash.hpp | 8103 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/ |
D | goldfish_vk_marshaling_guest.cpp | 6555 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()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 4566 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/ |
D | goldfish_vk_marshaling.cpp | 7945 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()
|
D | goldfish_vk_reserved_marshaling.cpp | 6123 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/ |
D | vulkan_core.h | 5940 VkBool32 hostQueryReset; member 6342 VkBool32 hostQueryReset; member
|