Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/vulkan/overlay-layer/
H A Doverlay.cpp108 VkQueryPool timestamp_query_pool; member
479 VkQueryPool timestamp_query_pool, in new_command_buffer_data() argument
488 data->timestamp_query_pool = timestamp_query_pool; in new_command_buffer_data()
1948 if (cmd_buffer_data->timestamp_query_pool) { in overlay_QueuePresentKHR()
1951 cmd_buffer_data->timestamp_query_pool, in overlay_QueuePresentKHR()
2278 if (cmd_buffer_data->timestamp_query_pool) { in overlay_BeginCommandBuffer()
2280 cmd_buffer_data->timestamp_query_pool, in overlay_BeginCommandBuffer()
2288 if (cmd_buffer_data->timestamp_query_pool) { in overlay_BeginCommandBuffer()
2291 cmd_buffer_data->timestamp_query_pool, in overlay_BeginCommandBuffer()
2306 if (cmd_buffer_data->timestamp_query_pool) { in overlay_EndCommandBuffer()
[all …]