Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DCommandBufferD3D12.cpp990 if (ToBackend(GetDevice())->GetFunctions()->IsPIXEventRuntimeLoaded()) { in RecordCommands()
1003 if (ToBackend(GetDevice())->GetFunctions()->IsPIXEventRuntimeLoaded()) { in RecordCommands()
1015 if (ToBackend(GetDevice())->GetFunctions()->IsPIXEventRuntimeLoaded()) { in RecordCommands()
1144 if (ToBackend(GetDevice())->GetFunctions()->IsPIXEventRuntimeLoaded()) { in RecordComputePass()
1157 if (ToBackend(GetDevice())->GetFunctions()->IsPIXEventRuntimeLoaded()) { in RecordComputePass()
1169 if (ToBackend(GetDevice())->GetFunctions()->IsPIXEventRuntimeLoaded()) { in RecordComputePass()
1460 if (ToBackend(GetDevice())->GetFunctions()->IsPIXEventRuntimeLoaded()) { in RecordRenderPass()
1473 if (ToBackend(GetDevice())->GetFunctions()->IsPIXEventRuntimeLoaded()) { in RecordRenderPass()
1485 if (ToBackend(GetDevice())->GetFunctions()->IsPIXEventRuntimeLoaded()) { in RecordRenderPass()
DPlatformFunctions.h36 bool IsPIXEventRuntimeLoaded() const;
DPlatformFunctions.cpp248 bool PlatformFunctions::IsPIXEventRuntimeLoaded() const { in IsPIXEventRuntimeLoaded() function in dawn_native::d3d12::PlatformFunctions