Home
last modified time | relevance | path

Searched refs:traceGpuEvent (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
DCommandGraph.cpp1027 ANGLE_TRY(context->traceGpuEvent(primaryCommandBuffer, TRACE_EVENT_PHASE_BEGIN, in submitCommands()
1063 ANGLE_TRY(context->traceGpuEvent(primaryCommandBuffer, TRACE_EVENT_PHASE_END, in submitCommands()
DContextVk.cpp770 ANGLE_TRY(traceGpuEvent(&mOutsideRenderPassCommands->getCommandBuffer(), in initialize()
5274 ANGLE_TRY(traceGpuEvent(&mOutsideRenderPassCommands->getCommandBuffer(), in flushImpl()
5305 ANGLE_TRY(traceGpuEvent(&mOutsideRenderPassCommands->getCommandBuffer(), in flushImpl()
5660 ANGLE_TRY(traceGpuEvent(&mOutsideRenderPassCommands->getCommandBuffer(), in flushCommandsAndEndRenderPassImpl()
5686 ANGLE_TRY(traceGpuEvent(&mOutsideRenderPassCommands->getCommandBuffer(), in flushCommandsAndEndRenderPassImpl()
DContextVk.h443 ANGLE_INLINE angle::Result traceGpuEvent(vk::CommandBuffer *commandBuffer, in traceGpuEvent() function