Home
last modified time | relevance | path

Searched refs:inheritedQueries (Results 1 – 11 of 11) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dcmdbuffers.adoc1129 If the <<features-inheritedQueries, pname:inheritedQueries>> feature is
1132 If the <<features-inheritedQueries, pname:inheritedQueries>> feature is
1136 If the <<features-inheritedQueries, pname:inheritedQueries>> feature is
2857 If the <<features-inheritedQueries, pname:inheritedQueries>> feature is
Dqueries.adoc527 primary command buffer, and the <<features-inheritedQueries,
528 pname:inheritedQueries>> feature is enabled, it can: execute secondary
Dfeatures.adoc972 * [[features-inheritedQueries]] pname:inheritedQueries specifies whether a
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
Doverlay.cpp2557 device_features_ptr->inheritedQueries = true; in overlay_CreateDevice()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp1663 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.inheritedQueries ); in operator ()()
Dvulkan_hash.hpp3208 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.inheritedQueries ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp671 vkStream->write((VkBool32*)&forMarshaling->inheritedQueries, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures()
739 vkStream->read((VkBool32*)&forUnmarshaling->inheritedQueries, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
Dgoldfish_vk_reserved_marshaling_guest.cpp633 memcpy(*ptr, (VkBool32*)&forMarshaling->inheritedQueries, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceFeatures()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp734 vkStream->write((VkBool32*)&forMarshaling->inheritedQueries, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures()
802 vkStream->read((VkBool32*)&forUnmarshaling->inheritedQueries, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
Dgoldfish_vk_reserved_marshaling.cpp626 memcpy((VkBool32*)&forUnmarshaling->inheritedQueries, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceFeatures()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3070 VkBool32 inheritedQueries; member