Lines Matching refs:timestamp_query_pool
104 VkQueryPool timestamp_query_pool; member
469 VkQueryPool timestamp_query_pool, in new_command_buffer_data() argument
478 data->timestamp_query_pool = timestamp_query_pool; in new_command_buffer_data()
1927 if (cmd_buffer_data->timestamp_query_pool) { in overlay_QueuePresentKHR()
1930 cmd_buffer_data->timestamp_query_pool, in overlay_QueuePresentKHR()
2247 if (cmd_buffer_data->timestamp_query_pool) { in overlay_BeginCommandBuffer()
2249 cmd_buffer_data->timestamp_query_pool, in overlay_BeginCommandBuffer()
2257 if (cmd_buffer_data->timestamp_query_pool) { in overlay_BeginCommandBuffer()
2260 cmd_buffer_data->timestamp_query_pool, in overlay_BeginCommandBuffer()
2275 if (cmd_buffer_data->timestamp_query_pool) { in overlay_EndCommandBuffer()
2278 cmd_buffer_data->timestamp_query_pool, in overlay_EndCommandBuffer()
2336 VkQueryPool timestamp_query_pool = VK_NULL_HANDLE; in overlay_AllocateCommandBuffers() local
2360 NULL, ×tamp_query_pool)); in overlay_AllocateCommandBuffers()
2365 pipeline_query_pool, timestamp_query_pool, in overlay_AllocateCommandBuffers()
2371 if (timestamp_query_pool) in overlay_AllocateCommandBuffers()
2372 map_object(HKEY(timestamp_query_pool), (void *)(uintptr_t) pAllocateInfo->commandBufferCount); in overlay_AllocateCommandBuffers()
2400 count = (uintptr_t)find_object_data(HKEY(cmd_buffer_data->timestamp_query_pool)); in overlay_FreeCommandBuffers()
2402 unmap_object(HKEY(cmd_buffer_data->timestamp_query_pool)); in overlay_FreeCommandBuffers()
2404 cmd_buffer_data->timestamp_query_pool, NULL); in overlay_FreeCommandBuffers()
2406 map_object(HKEY(cmd_buffer_data->timestamp_query_pool), (void *)(uintptr_t)(count - 1)); in overlay_FreeCommandBuffers()
2439 !cmd_buffer_data->timestamp_query_pool) in overlay_QueueSubmit()