Searched refs:pixBeginEventOnCommandList (Results 1 – 6 of 6) sorted by relevance
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | PlatformFunctions.cpp | 80 !mPIXEventRuntimeLib.GetProc(&pixBeginEventOnCommandList, in LoadPIXRuntime()
|
D | PlatformFunctions.h | 73 PFN_PIX_BEGIN_EVENT_ON_COMMAND_LIST pixBeginEventOnCommandList = nullptr; variable
|
D | CommandBufferD3D12.cpp | 946 ->pixBeginEventOnCommandList(commandList.Get(), kPIXBlackColor, label); in RecordRenderPass()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | PlatformFunctions.h | 79 PFN_PIX_BEGIN_EVENT_ON_COMMAND_LIST pixBeginEventOnCommandList = nullptr; variable
|
D | PlatformFunctions.cpp | 263 !mPIXEventRuntimeLib.GetProc(&pixBeginEventOnCommandList, in LoadPIXRuntime()
|
D | CommandBufferD3D12.cpp | 1020 ->pixBeginEventOnCommandList(commandList, kPIXBlackColor, label); in RecordCommands() 1174 ->pixBeginEventOnCommandList(commandList, kPIXBlackColor, label); in RecordComputePass() 1490 ->pixBeginEventOnCommandList(commandList, kPIXBlackColor, label); in RecordRenderPass()
|