Searched refs:traceGpuEvent (Results 1 – 3 of 3) sorted by relevance
/external/angle/src/libANGLE/renderer/vulkan/ |
D | CommandGraph.cpp | 1027 ANGLE_TRY(context->traceGpuEvent(primaryCommandBuffer, TRACE_EVENT_PHASE_BEGIN, in submitCommands() 1063 ANGLE_TRY(context->traceGpuEvent(primaryCommandBuffer, TRACE_EVENT_PHASE_END, in submitCommands()
|
D | ContextVk.cpp | 1405 ANGLE_TRY(traceGpuEvent(&mOutsideRenderPassCommands->getCommandBuffer(), in initialize() 7169 ANGLE_TRY(traceGpuEvent(&mOutsideRenderPassCommands->getCommandBuffer(), in flushImpl() 7216 ANGLE_TRY(traceGpuEvent(&mOutsideRenderPassCommands->getCommandBuffer(), in flushImpl() 7504 ANGLE_TRY(traceGpuEvent(&mOutsideRenderPassCommands->getCommandBuffer(), in flushCommandsAndEndRenderPassWithoutSubmit() 7546 ANGLE_TRY(traceGpuEvent(&mOutsideRenderPassCommands->getCommandBuffer(), in flushCommandsAndEndRenderPassWithoutSubmit()
|
D | ContextVk.h | 490 ANGLE_INLINE angle::Result traceGpuEvent(vk::OutsideRenderPassCommandBuffer *commandBuffer, in traceGpuEvent() function
|