Home
last modified time | relevance | path

Searched refs:pipelineStatisticsQuery (Results 1 – 12 of 12) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_primitives_generated_query.adoc35 are not universally available, and so the `pipelineStatisticsQuery` feature is
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dqueries.adoc120 If the <<features-pipelineStatisticsQuery,
121 pname:pipelineStatisticsQuery>> feature is not enabled, pname:queryType
1618 pname:pipelineStatisticsQuery member of the sname:VkPhysicalDeviceFeatures
Dcmdbuffers.adoc1139 If the <<features-pipelineStatisticsQuery,
1140 pname:pipelineStatisticsQuery>> feature is enabled,
1144 If the <<features-pipelineStatisticsQuery,
1145 pname:pipelineStatisticsQuery>> feature is not enabled,
Dfeatures.adoc654 * [[features-pipelineStatisticsQuery]] pname:pipelineStatisticsQuery
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
Doverlay.cpp2558 device_features_ptr->pipelineStatisticsQuery = true; in overlay_CreateDevice()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp1633 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.pipelineStatisticsQuery ); in operator ()()
Dvulkan_hash.hpp3178 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.pipelineStatisticsQuery ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp634 vkStream->write((VkBool32*)&forMarshaling->pipelineStatisticsQuery, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures()
701 vkStream->read((VkBool32*)&forUnmarshaling->pipelineStatisticsQuery, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
Dgoldfish_vk_reserved_marshaling_guest.cpp568 memcpy(*ptr, (VkBool32*)&forMarshaling->pipelineStatisticsQuery, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceFeatures()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp697 vkStream->write((VkBool32*)&forMarshaling->pipelineStatisticsQuery, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures()
764 vkStream->read((VkBool32*)&forUnmarshaling->pipelineStatisticsQuery, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
Dgoldfish_vk_reserved_marshaling.cpp559 memcpy((VkBool32*)&forUnmarshaling->pipelineStatisticsQuery, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceFeatures()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3040 VkBool32 pipelineStatisticsQuery; member