Home
last modified time | relevance | path

Searched refs:counterPassIndex (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_queue.c643 submit->perf_pass_index = perf_info ? perf_info->counterPassIndex : 0; in vk_queue_submit()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dcmdbuffers.adoc2676 * pname:counterPassIndex specifies which counter pass index is active.
2683 * [[VUID-VkPerformanceQuerySubmitInfoKHR-counterPassIndex-03221]]
2684 pname:counterPassIndex must: be less than the number of counter passes
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp3678 VULKAN_HPP_HASH_COMBINE( seed, performanceQuerySubmitInfoKHR.counterPassIndex ); in operator ()()
Dvulkan_hash.hpp6626 VULKAN_HPP_HASH_COMBINE( seed, performanceQuerySubmitInfoKHR.counterPassIndex ); in operator ()()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h9169 uint32_t counterPassIndex; member