Searched refs:inheritedQueries (Results 1 – 11 of 11) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | cmdbuffers.adoc | 1129 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
|
D | queries.adoc | 527 primary command buffer, and the <<features-inheritedQueries, 528 pname:inheritedQueries>> feature is enabled, it can: execute secondary
|
D | features.adoc | 972 * [[features-inheritedQueries]] pname:inheritedQueries specifies whether a
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/ |
D | overlay.cpp | 2557 device_features_ptr->inheritedQueries = true; in overlay_CreateDevice()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 1663 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.inheritedQueries ); in operator ()()
|
D | vulkan_hash.hpp | 3208 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.inheritedQueries ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 671 vkStream->write((VkBool32*)&forMarshaling->inheritedQueries, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures() 739 vkStream->read((VkBool32*)&forUnmarshaling->inheritedQueries, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 633 memcpy(*ptr, (VkBool32*)&forMarshaling->inheritedQueries, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceFeatures()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 734 vkStream->write((VkBool32*)&forMarshaling->inheritedQueries, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures() 802 vkStream->read((VkBool32*)&forUnmarshaling->inheritedQueries, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
|
D | goldfish_vk_reserved_marshaling.cpp | 626 memcpy((VkBool32*)&forUnmarshaling->inheritedQueries, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceFeatures()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3070 VkBool32 inheritedQueries; member
|