Searched refs:pipelineStatisticsQuery (Results 1 – 12 of 12) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_primitives_generated_query.adoc | 35 are not universally available, and so the `pipelineStatisticsQuery` feature is
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | queries.adoc | 120 If the <<features-pipelineStatisticsQuery, 121 pname:pipelineStatisticsQuery>> feature is not enabled, pname:queryType 1618 pname:pipelineStatisticsQuery member of the sname:VkPhysicalDeviceFeatures
|
D | cmdbuffers.adoc | 1139 If the <<features-pipelineStatisticsQuery, 1140 pname:pipelineStatisticsQuery>> feature is enabled, 1144 If the <<features-pipelineStatisticsQuery, 1145 pname:pipelineStatisticsQuery>> feature is not enabled,
|
D | features.adoc | 654 * [[features-pipelineStatisticsQuery]] pname:pipelineStatisticsQuery
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/ |
D | overlay.cpp | 2558 device_features_ptr->pipelineStatisticsQuery = true; in overlay_CreateDevice()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 1633 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.pipelineStatisticsQuery ); in operator ()()
|
D | vulkan_hash.hpp | 3178 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.pipelineStatisticsQuery ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 634 vkStream->write((VkBool32*)&forMarshaling->pipelineStatisticsQuery, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures() 701 vkStream->read((VkBool32*)&forUnmarshaling->pipelineStatisticsQuery, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 568 memcpy(*ptr, (VkBool32*)&forMarshaling->pipelineStatisticsQuery, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceFeatures()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 697 vkStream->write((VkBool32*)&forMarshaling->pipelineStatisticsQuery, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures() 764 vkStream->read((VkBool32*)&forUnmarshaling->pipelineStatisticsQuery, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
|
D | goldfish_vk_reserved_marshaling.cpp | 559 memcpy((VkBool32*)&forUnmarshaling->pipelineStatisticsQuery, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceFeatures()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3040 VkBool32 pipelineStatisticsQuery; member
|