Home
last modified time | relevance | path

Searched refs:GraphicsEventCmdBuf (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
DContextVk.h56 enum class GraphicsEventCmdBuf enum
639 angle::Result handleGraphicsEventLog(GraphicsEventCmdBuf queryEventType);
1102 GraphicsEventCmdBuf mQueryEventType;
DContextVk.cpp443 mQueryEventType(GraphicsEventCmdBuf::NotInQueryCmd),
3103 case GraphicsEventCmdBuf::InOutsideCmdBufQueryCmd: in endEventLogForClearOrQuery()
3107 case GraphicsEventCmdBuf::InRenderPassCmdBufQueryCmd: in endEventLogForClearOrQuery()
3111 case GraphicsEventCmdBuf::NotInQueryCmd: in endEventLogForClearOrQuery()
3122 mQueryEventType = GraphicsEventCmdBuf::NotInQueryCmd; in endEventLogForClearOrQuery()
3131 angle::Result ContextVk::handleGraphicsEventLog(GraphicsEventCmdBuf queryEventType) in handleGraphicsEventLog()
3133 ASSERT(mQueryEventType == GraphicsEventCmdBuf::NotInQueryCmd); in handleGraphicsEventLog()
3144 case GraphicsEventCmdBuf::InOutsideCmdBufQueryCmd: in handleGraphicsEventLog()
3148 case GraphicsEventCmdBuf::InRenderPassCmdBufQueryCmd: in handleGraphicsEventLog()
5843 ANGLE_TRY(handleGraphicsEventLog(rx::GraphicsEventCmdBuf::InRenderPassCmdBufQueryCmd)); in beginRenderPassQuery()
[all …]
DFramebufferVk.cpp507 contextVk->handleGraphicsEventLog(rx::GraphicsEventCmdBuf::InRenderPassCmdBufQueryCmd)); in clearImpl()
513 contextVk->handleGraphicsEventLog(rx::GraphicsEventCmdBuf::InOutsideCmdBufQueryCmd)); in clearImpl()
Dvk_helpers.cpp2840 ANGLE_TRY(contextVk->handleGraphicsEventLog(rx::GraphicsEventCmdBuf::InOutsideCmdBufQueryCmd)); in beginQuery()
2857 ANGLE_TRY(contextVk->handleGraphicsEventLog(rx::GraphicsEventCmdBuf::InOutsideCmdBufQueryCmd)); in endQuery()