• Home
  • Raw
  • Download

Lines Matching refs:pipeline_query_pool

100    VkQueryPool pipeline_query_pool;  member
465 VkQueryPool pipeline_query_pool, in new_command_buffer_data() argument
474 data->pipeline_query_pool = pipeline_query_pool; in new_command_buffer_data()
1905 if (cmd_buffer_data->pipeline_query_pool) { in overlay_QueuePresentKHR()
1908 cmd_buffer_data->pipeline_query_pool, in overlay_QueuePresentKHR()
2233 if (cmd_buffer_data->pipeline_query_pool) { in overlay_BeginCommandBuffer()
2235 cmd_buffer_data->pipeline_query_pool, in overlay_BeginCommandBuffer()
2243 if (cmd_buffer_data->pipeline_query_pool) { in overlay_BeginCommandBuffer()
2245 cmd_buffer_data->pipeline_query_pool, in overlay_BeginCommandBuffer()
2272 if (cmd_buffer_data->pipeline_query_pool) { in overlay_EndCommandBuffer()
2274 cmd_buffer_data->pipeline_query_pool, in overlay_EndCommandBuffer()
2326 VkQueryPool pipeline_query_pool = VK_NULL_HANDLE; in overlay_AllocateCommandBuffers() local
2339 NULL, &pipeline_query_pool)); in overlay_AllocateCommandBuffers()
2356 pipeline_query_pool, timestamp_query_pool, in overlay_AllocateCommandBuffers()
2360 if (pipeline_query_pool) in overlay_AllocateCommandBuffers()
2361 map_object(HKEY(pipeline_query_pool), (void *)(uintptr_t) pAllocateInfo->commandBufferCount); in overlay_AllocateCommandBuffers()
2383 uint64_t count = (uintptr_t)find_object_data(HKEY(cmd_buffer_data->pipeline_query_pool)); in overlay_FreeCommandBuffers()
2385 unmap_object(HKEY(cmd_buffer_data->pipeline_query_pool)); in overlay_FreeCommandBuffers()
2387 cmd_buffer_data->pipeline_query_pool, NULL); in overlay_FreeCommandBuffers()
2389 map_object(HKEY(cmd_buffer_data->pipeline_query_pool), (void *)(uintptr_t)(count - 1)); in overlay_FreeCommandBuffers()
2429 if (!cmd_buffer_data->pipeline_query_pool && in overlay_QueueSubmit()