Searched refs:gpuReady (Results 1 – 1 of 1) sorted by relevance
2281 vk::DeviceScoped<vk::Event> cpuReady(device), gpuReady(device), gpuDone(device); in synchronizeCpuGpuTime() local2283 ANGLE_VK_TRY(this, gpuReady.get().init(device, eventCreateInfo)); in synchronizeCpuGpuTime()2296 ANGLE_VK_TRY(this, gpuReady.get().reset(device)); in synchronizeCpuGpuTime()2307 commandBuffer.setEvent(gpuReady.get().getHandle(), VK_PIPELINE_STAGE_ALL_GRAPHICS_BIT); in synchronizeCpuGpuTime()2330 result = gpuReady.get().getStatus(device); in synchronizeCpuGpuTime()