/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
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()
|
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", in APICreateComputePipeline() 961 TRACE_EVENT1(GetPlatform(), General, "DeviceBase::APICreateComputePipelineAsync", "label", in APICreateComputePipelineAsync() 1003 TRACE_EVENT1(GetPlatform(), General, "DeviceBase::APICreateRenderPipelineAsync", "label", in APICreateRenderPipelineAsync() 1028 TRACE_EVENT1(GetPlatform(), General, "DeviceBase::APICreateRenderPipeline", "label", in APICreateRenderPipeline() 1039 TRACE_EVENT1(GetPlatform(), General, "DeviceBase::APICreateShaderModule", "label", in APICreateShaderModule()
|
D | PersistentCache.cpp | 58 dawn_platform::Platform* platform = mDevice->GetPlatform(); in GetPlatformCache()
|
D | Instance.h | 75 dawn_platform::Platform* GetPlatform();
|
D | RenderBundleEncoder.cpp | 161 TRACE_EVENT0(GetDevice()->GetPlatform(), Validation, "RenderBundleEncoder::ValidateFinish"); in ValidateFinish()
|
D | Queue.cpp | 392 TRACE_EVENT0(GetDevice()->GetPlatform(), Validation, "Queue::ValidateSubmit"); in ValidateSubmit() 500 TRACE_EVENT0(device->GetPlatform(), General, "Queue::Submit"); in SubmitInternal()
|
D | Instance.cpp | 282 dawn_platform::Platform* InstanceBase::GetPlatform() { in GetPlatform() function in dawn_native::InstanceBase
|
D | Device.h | 129 dawn_platform::Platform* GetPlatform() const;
|
D | CommandEncoder.cpp | 1113 TRACE_EVENT0(GetDevice()->GetPlatform(), Validation, "CommandEncoder::ValidateFinish"); in ValidateFinish()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
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/vulkan/ |
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/tests/perf_tests/ |
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()
|
D | DawnPerfTest.h | 43 DawnPerfTestPlatform* GetPlatform() const;
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
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/dawn_native/metal/ |
D | QueueMTL.mm | 39 TRACE_EVENT_BEGIN0(GetDevice()->GetPlatform(), Recording, "CommandBufferMTL::FillCommands"); 43 TRACE_EVENT_END0(GetDevice()->GetPlatform(), Recording, "CommandBufferMTL::FillCommands");
|
D | DeviceMTL.mm | 372 TRACE_EVENT_ASYNC_END0(GetPlatform(), GPUWork, "DeviceMTL::SubmitPendingCommandBuffer", 378 TRACE_EVENT_ASYNC_BEGIN0(GetPlatform(), GPUWork, "DeviceMTL::SubmitPendingCommandBuffer",
|
/third_party/gn/examples/ios/build/config/ios/scripts/ |
D | sdk_info.py | 33 def GetPlatform(target_cpu): function 86 platform = GetPlatform(target_cpu)
|
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/CL/internal/ |
D | cl_agent_amd.h | 261 cl_int (CL_API_CALL * GetPlatform)(
|