• Home
  • Raw
  • Download

Lines Matching refs:timestamp_query_pool

101    VkQueryPool timestamp_query_pool;  member
466 VkQueryPool timestamp_query_pool, in new_command_buffer_data() argument
475 data->timestamp_query_pool = timestamp_query_pool; in new_command_buffer_data()
1918 if (cmd_buffer_data->timestamp_query_pool) { in overlay_QueuePresentKHR()
1921 cmd_buffer_data->timestamp_query_pool, in overlay_QueuePresentKHR()
2238 if (cmd_buffer_data->timestamp_query_pool) { in overlay_BeginCommandBuffer()
2240 cmd_buffer_data->timestamp_query_pool, in overlay_BeginCommandBuffer()
2248 if (cmd_buffer_data->timestamp_query_pool) { in overlay_BeginCommandBuffer()
2251 cmd_buffer_data->timestamp_query_pool, in overlay_BeginCommandBuffer()
2266 if (cmd_buffer_data->timestamp_query_pool) { in overlay_EndCommandBuffer()
2269 cmd_buffer_data->timestamp_query_pool, in overlay_EndCommandBuffer()
2327 VkQueryPool timestamp_query_pool = VK_NULL_HANDLE; in overlay_AllocateCommandBuffers() local
2351 NULL, &timestamp_query_pool)); in overlay_AllocateCommandBuffers()
2356 pipeline_query_pool, timestamp_query_pool, in overlay_AllocateCommandBuffers()
2362 if (timestamp_query_pool) in overlay_AllocateCommandBuffers()
2363 map_object(HKEY(timestamp_query_pool), (void *)(uintptr_t) pAllocateInfo->commandBufferCount); in overlay_AllocateCommandBuffers()
2391 count = (uintptr_t)find_object_data(HKEY(cmd_buffer_data->timestamp_query_pool)); in overlay_FreeCommandBuffers()
2393 unmap_object(HKEY(cmd_buffer_data->timestamp_query_pool)); in overlay_FreeCommandBuffers()
2395 cmd_buffer_data->timestamp_query_pool, NULL); in overlay_FreeCommandBuffers()
2397 map_object(HKEY(cmd_buffer_data->timestamp_query_pool), (void *)(uintptr_t)(count - 1)); in overlay_FreeCommandBuffers()
2430 !cmd_buffer_data->timestamp_query_pool) in overlay_QueueSubmit()