Searched refs:parent_inhe_info (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/vulkan/overlay-layer/
H A Doverlay.cpp1896 VkCommandBufferInheritanceInfo *parent_inhe_info = (VkCommandBufferInheritanceInfo *) local in function:overlay_BeginCommandBuffer
1909 if (parent_inhe_info)
1910 parent_inhe_info->pipelineStatistics = overlay_query_flags;
1918 if (!parent_inhe_info)
/xsrc/external/mit/MesaLib/dist/src/vulkan/overlay-layer/
H A Doverlay.cpp2208 VkCommandBufferInheritanceInfo *parent_inhe_info = (VkCommandBufferInheritanceInfo *) local in function:overlay_BeginCommandBuffer
2221 if (parent_inhe_info)
2222 parent_inhe_info->pipelineStatistics = overlay_query_flags;
2230 if (!parent_inhe_info)

Completed in 9 milliseconds