Home
last modified time | relevance | path

Searched refs:pipelineStatistics (Results 1 – 18 of 18) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/
Ddraw_mesh_common.adoc26 * [[VUID-{refpage}-pipelineStatistics-07076]]
27 The pname:pipelineStatistics member used to create any active
Dquery_begin_common.adoc49 pname:pipelineStatistics indicate graphics operations, the
55 pname:pipelineStatistics indicate compute operations, the
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_query_pool.c44 pCreateInfo->pipelineStatistics : 0; in vk_query_pool_init()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_HUAWEI_cluster_culling_shader/
Ddrawing.adoc43 The pname:pipelineStatistics member used to create any active
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_performance_query.adoc184 .pipelineStatistics = 0
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dqueries.adoc109 * pname:pipelineStatistics is a bitmask of
114 pname:pipelineStatistics is ignored if pname:queryType is not
131 ename:VK_QUERY_TYPE_PIPELINE_STATISTICS, pname:pipelineStatistics must:
138 pname:pipelineStatistics must: be a valid combination of
532 pname:pipelineStatistics members of slink:VkCommandBufferInheritanceInfo to
1017 enabled in the pname:pipelineStatistics when the pool is created, and
1638 slink:VkQueryPoolCreateInfo::pname:pipelineStatistics for query pools and in
1639 slink:VkCommandBufferInheritanceInfo::pname:pipelineStatistics for secondary
Dcmdbuffers.adoc1109 * pname:pipelineStatistics is a bitmask of
1138 * [[VUID-VkCommandBufferInheritanceInfo-pipelineStatistics-02789]]
1141 pname:pipelineStatistics must: be a valid combination of
1143 * [[VUID-VkCommandBufferInheritanceInfo-pipelineStatistics-00058]]
1146 pname:pipelineStatistics must: be code:0
2876 sname:VkCommandBufferInheritanceInfo::pname:pipelineStatistics having
Dfeatures.adoc659 pname:pipelineStatistics member of the slink:VkQueryPoolCreateInfo
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
Doverlay.cpp2242 parent_inhe_info->pipelineStatistics = overlay_query_flags; in overlay_BeginCommandBuffer()
/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py590pipelineStatistics = printer.write_int("pipelineStatistics", 4, indent, signed=False, big_endian=F…
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp987 VULKAN_HPP_HASH_COMBINE( seed, commandBufferInheritanceInfo.pipelineStatistics ); in operator ()()
6067 VULKAN_HPP_HASH_COMBINE( seed, queryPoolCreateInfo.pipelineStatistics ); in operator ()()
Dvulkan_hash.hpp1973 VULKAN_HPP_HASH_COMBINE( seed, commandBufferInheritanceInfo.pipelineStatistics ); in operator ()()
11701 VULKAN_HPP_HASH_COMBINE( seed, queryPoolCreateInfo.pipelineStatistics ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp1802 vkStream->write((VkQueryPipelineStatisticFlags*)&forMarshaling->pipelineStatistics, in marshal_VkQueryPoolCreateInfo()
1818 vkStream->read((VkQueryPipelineStatisticFlags*)&forUnmarshaling->pipelineStatistics, in unmarshal_VkQueryPoolCreateInfo()
4098 vkStream->write((VkQueryPipelineStatisticFlags*)&forMarshaling->pipelineStatistics, in marshal_VkCommandBufferInheritanceInfo()
4121 vkStream->read((VkQueryPipelineStatisticFlags*)&forUnmarshaling->pipelineStatistics, in unmarshal_VkCommandBufferInheritanceInfo()
Dgoldfish_vk_reserved_marshaling_guest.cpp1437 memcpy(*ptr, (VkQueryPipelineStatisticFlags*)&forMarshaling->pipelineStatistics, in reservedmarshal_VkQueryPoolCreateInfo()
2908 memcpy(*ptr, (VkQueryPipelineStatisticFlags*)&forMarshaling->pipelineStatistics, in reservedmarshal_VkCommandBufferInheritanceInfo()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp1996 vkStream->write((VkQueryPipelineStatisticFlags*)&forMarshaling->pipelineStatistics, in marshal_VkQueryPoolCreateInfo()
2024 vkStream->read((VkQueryPipelineStatisticFlags*)&forUnmarshaling->pipelineStatistics, in unmarshal_VkQueryPoolCreateInfo()
4639 vkStream->write((VkQueryPipelineStatisticFlags*)&forMarshaling->pipelineStatistics, in marshal_VkCommandBufferInheritanceInfo()
4674 vkStream->read((VkQueryPipelineStatisticFlags*)&forUnmarshaling->pipelineStatistics, in unmarshal_VkCommandBufferInheritanceInfo()
Dgoldfish_vk_reserved_marshaling.cpp1544 memcpy((VkQueryPipelineStatisticFlags*)&forUnmarshaling->pipelineStatistics, *ptr, in reservedunmarshal_VkQueryPoolCreateInfo()
3474 memcpy((VkQueryPipelineStatisticFlags*)&forUnmarshaling->pipelineStatistics, *ptr, in reservedunmarshal_VkCommandBufferInheritanceInfo()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3377 VkQueryPipelineStatisticFlags pipelineStatistics; member
3855 VkQueryPipelineStatisticFlags pipelineStatistics; member
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc12700 slink:VkCommandBufferInheritanceInfo::pname:pipelineStatistics (public