/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | CreatePipelineAsyncTask.cpp | 117 TRACE_EVENT_FLOW_END1(mComputePipeline->GetDevice()->GetPlatform(), General, in Run() 120 TRACE_EVENT1(mComputePipeline->GetDevice()->GetPlatform(), General, in Run() 149 TRACE_EVENT_FLOW_BEGIN1(device->GetPlatform(), General, in RunAsync() 167 TRACE_EVENT_FLOW_END1(mRenderPipeline->GetDevice()->GetPlatform(), General, in Run() 169 TRACE_EVENT1(mRenderPipeline->GetDevice()->GetPlatform(), General, in Run() 197 TRACE_EVENT_FLOW_BEGIN1(device->GetPlatform(), General, in RunAsync()
|
H A D | PersistentCache.cpp | 58 dawn_platform::Platform* platform = mDevice->GetPlatform(); in GetPlatformCache()
|
H A D | Instance.h | 75 dawn_platform::Platform* GetPlatform();
|
H A D | Device.cpp | 235 ASSERT(GetPlatform() != nullptr); in Initialize() 236 mWorkerTaskPool = GetPlatform()->CreateWorkerTaskPool(); in Initialize() 593 dawn_platform::Platform* DeviceBase::GetPlatform() const { in GetPlatform() function in dawn_native::DeviceBase 594 return GetAdapter()->GetInstance()->GetPlatform(); in GetPlatform() 948 TRACE_EVENT1(GetPlatform(), General, "DeviceBase::APICreateComputePipeline", "label", 961 TRACE_EVENT1(GetPlatform(), General, "DeviceBase::APICreateComputePipelineAsync", "label", 1003 TRACE_EVENT1(GetPlatform(), General, "DeviceBase::APICreateRenderPipelineAsync", "label", 1028 TRACE_EVENT1(GetPlatform(), General, "DeviceBase::APICreateRenderPipeline", "label", 1039 TRACE_EVENT1(GetPlatform(), General, "DeviceBase::APICreateShaderModule", "label",
|
H A D | RenderBundleEncoder.cpp | 161 TRACE_EVENT0(GetDevice()->GetPlatform(), Validation, "RenderBundleEncoder::ValidateFinish"); in ValidateFinish()
|
H A D | Queue.cpp | 392 TRACE_EVENT0(GetDevice()->GetPlatform(), Validation, "Queue::ValidateSubmit"); in ValidateSubmit() 500 TRACE_EVENT0(device->GetPlatform(), General, "Queue::Submit"); in SubmitInternal()
|
H A D | Instance.cpp | 282 dawn_platform::Platform* InstanceBase::GetPlatform() { in GetPlatform() function in dawn_native::InstanceBase
|
H A D | Device.h | 129 dawn_platform::Platform* GetPlatform() const;
|
H A D | CommandEncoder.cpp | 1113 TRACE_EVENT0(GetDevice()->GetPlatform(), Validation, "CommandEncoder::ValidateFinish"); in ValidateFinish()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | QueueVk.cpp | 46 TRACE_EVENT_BEGIN0(GetDevice()->GetPlatform(), Recording, in SubmitImpl() 52 TRACE_EVENT_END0(GetDevice()->GetPlatform(), Recording, "CommandBufferVk::RecordCommands"); in SubmitImpl()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
H A D | QueueD3D12.cpp | 40 TRACE_EVENT_BEGIN0(GetDevice()->GetPlatform(), Recording, in SubmitImpl() 45 TRACE_EVENT_END0(GetDevice()->GetPlatform(), Recording, in SubmitImpl()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | QueueGL.cpp | 32 TRACE_EVENT_BEGIN0(GetDevice()->GetPlatform(), Recording, "CommandBufferGL::Execute"); in SubmitImpl() 36 TRACE_EVENT_END0(GetDevice()->GetPlatform(), Recording, "CommandBufferGL::Execute"); in SubmitImpl()
|
/third_party/skia/third_party/externals/dawn/src/tests/perf_tests/ |
H A D | DawnPerfTest.cpp | 171 DawnPerfTestPlatform* DawnPerfTestEnvironment::GetPlatform() const { in GetPlatform() function in DawnPerfTestEnvironment 216 reinterpret_cast<DawnPerfTestPlatform*>(gTestEnv->GetPlatform()); in RunTest() 234 dawn_platform::Platform* platform = gTestEnv->GetPlatform(); in DoRunLoop() 292 reinterpret_cast<DawnPerfTestPlatform*>(gTestEnv->GetPlatform()); in OutputResults()
|
H A D | DawnPerfTest.h | 43 DawnPerfTestPlatform* GetPlatform() const;
|
/third_party/gn/examples/ios/build/config/ios/scripts/ |
H A D | sdk_info.py | 33 def GetPlatform(target_environment): function 85 platform = GetPlatform(environment)
|
/third_party/node/deps/v8/tools/ |
H A D | run_perf.py | 620 def GetPlatform(args): member in Platform 1041 platform = Platform.GetPlatform(args)
|