Home
last modified time | relevance | path

Searched refs:GetPlatform (Results 1 - 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DCreatePipelineAsyncTask.cpp117 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 DPersistentCache.cpp58 dawn_platform::Platform* platform = mDevice->GetPlatform(); in GetPlatformCache()
H A DInstance.h75 dawn_platform::Platform* GetPlatform();
H A DDevice.cpp235 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 DRenderBundleEncoder.cpp161 TRACE_EVENT0(GetDevice()->GetPlatform(), Validation, "RenderBundleEncoder::ValidateFinish"); in ValidateFinish()
H A DQueue.cpp392 TRACE_EVENT0(GetDevice()->GetPlatform(), Validation, "Queue::ValidateSubmit"); in ValidateSubmit()
500 TRACE_EVENT0(device->GetPlatform(), General, "Queue::Submit"); in SubmitInternal()
H A DInstance.cpp282 dawn_platform::Platform* InstanceBase::GetPlatform() { in GetPlatform() function in dawn_native::InstanceBase
H A DDevice.h129 dawn_platform::Platform* GetPlatform() const;
H A DCommandEncoder.cpp1113 TRACE_EVENT0(GetDevice()->GetPlatform(), Validation, "CommandEncoder::ValidateFinish"); in ValidateFinish()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DQueueVk.cpp46 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 DQueueD3D12.cpp40 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 DQueueGL.cpp32 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 DDawnPerfTest.cpp171 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 DDawnPerfTest.h43 DawnPerfTestPlatform* GetPlatform() const;
/third_party/gn/examples/ios/build/config/ios/scripts/
H A Dsdk_info.py33 def GetPlatform(target_environment): function
85 platform = GetPlatform(environment)
/third_party/node/deps/v8/tools/
H A Drun_perf.py620 def GetPlatform(args): member in Platform
1041 platform = Platform.GetPlatform(args)

Completed in 12 milliseconds