Searched refs:counterPassIndex (Results 1 – 5 of 5) sorted by relevance
643 submit->perf_pass_index = perf_info ? perf_info->counterPassIndex : 0; in vk_queue_submit()
2676 * 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
3678 VULKAN_HPP_HASH_COMBINE( seed, performanceQuerySubmitInfoKHR.counterPassIndex ); in operator ()()
6626 VULKAN_HPP_HASH_COMBINE( seed, performanceQuerySubmitInfoKHR.counterPassIndex ); in operator ()()
9169 uint32_t counterPassIndex; member