• Home
  • Raw
  • Download

Lines Matching refs:pipeline_query_pool

103    VkQueryPool pipeline_query_pool;  member
468 VkQueryPool pipeline_query_pool, in new_command_buffer_data() argument
477 data->pipeline_query_pool = pipeline_query_pool; in new_command_buffer_data()
1914 if (cmd_buffer_data->pipeline_query_pool) { in overlay_QueuePresentKHR()
1917 cmd_buffer_data->pipeline_query_pool, in overlay_QueuePresentKHR()
2242 if (cmd_buffer_data->pipeline_query_pool) { in overlay_BeginCommandBuffer()
2244 cmd_buffer_data->pipeline_query_pool, in overlay_BeginCommandBuffer()
2252 if (cmd_buffer_data->pipeline_query_pool) { in overlay_BeginCommandBuffer()
2254 cmd_buffer_data->pipeline_query_pool, in overlay_BeginCommandBuffer()
2281 if (cmd_buffer_data->pipeline_query_pool) { in overlay_EndCommandBuffer()
2283 cmd_buffer_data->pipeline_query_pool, in overlay_EndCommandBuffer()
2335 VkQueryPool pipeline_query_pool = VK_NULL_HANDLE; in overlay_AllocateCommandBuffers() local
2348 NULL, &pipeline_query_pool)); in overlay_AllocateCommandBuffers()
2365 pipeline_query_pool, timestamp_query_pool, in overlay_AllocateCommandBuffers()
2369 if (pipeline_query_pool) in overlay_AllocateCommandBuffers()
2370 map_object(HKEY(pipeline_query_pool), (void *)(uintptr_t) pAllocateInfo->commandBufferCount); in overlay_AllocateCommandBuffers()
2392 uint64_t count = (uintptr_t)find_object_data(HKEY(cmd_buffer_data->pipeline_query_pool)); in overlay_FreeCommandBuffers()
2394 unmap_object(HKEY(cmd_buffer_data->pipeline_query_pool)); in overlay_FreeCommandBuffers()
2396 cmd_buffer_data->pipeline_query_pool, NULL); in overlay_FreeCommandBuffers()
2398 map_object(HKEY(cmd_buffer_data->pipeline_query_pool), (void *)(uintptr_t)(count - 1)); in overlay_FreeCommandBuffers()
2438 if (!cmd_buffer_data->pipeline_query_pool && in overlay_QueueSubmit()