Home
last modified time | relevance | path

Searched refs:GetContext (Results 1 – 25 of 54) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dir_builder.h64 result_id = GetContext()->TakeNextId(); in AddNullaryOp()
70 new Instruction(GetContext(), opcode, type_id, result_id, {})); in AddNullaryOp()
77 result_id = GetContext()->TakeNextId(); in AddUnaryOp()
83 GetContext(), opcode, type_id, result_id, in AddUnaryOp()
92 result_id = GetContext()->TakeNextId(); in AddBinaryOp()
98 GetContext(), opcode, type_id, opcode == SpvOpStore ? 0 : result_id, in AddBinaryOp()
108 result_id = GetContext()->TakeNextId(); in AddTernaryOp()
114 GetContext(), opcode, type_id, result_id, in AddTernaryOp()
126 result_id = GetContext()->TakeNextId(); in AddQuadOp()
132 GetContext(), opcode, type_id, result_id, in AddQuadOp()
[all …]
Dloop_peeling.h81 : context_(loop->GetContext()),
82 loop_utils_(loop->GetContext(), loop),
282 : context_(loop->GetContext()), in LoopPeelingInfo()
Dregister_pressure.cpp66 context_(reg_pressure->GetContext()), in ComputeRegisterLiveness()
68 cfg_(*reg_pressure->GetContext()->cfg()), in ComputeRegisterLiveness()
69 def_use_manager_(*reg_pressure->GetContext()->get_def_use_mgr()), in ComputeRegisterLiveness()
71 reg_pressure->GetContext()->GetDominatorAnalysis(f)->GetDomTree()), in ComputeRegisterLiveness()
72 loop_desc_(*reg_pressure->GetContext()->GetLoopDescriptor(f)) {} in ComputeRegisterLiveness()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dir_builder.h64 result_id = GetContext()->TakeNextId(); in AddNullaryOp()
70 new Instruction(GetContext(), opcode, type_id, result_id, {})); in AddNullaryOp()
77 result_id = GetContext()->TakeNextId(); in AddUnaryOp()
83 GetContext(), opcode, type_id, result_id, in AddUnaryOp()
92 result_id = GetContext()->TakeNextId(); in AddBinaryOp()
98 GetContext(), opcode, type_id, opcode == SpvOpStore ? 0 : result_id, in AddBinaryOp()
108 result_id = GetContext()->TakeNextId(); in AddTernaryOp()
114 GetContext(), opcode, type_id, result_id, in AddTernaryOp()
126 result_id = GetContext()->TakeNextId(); in AddQuadOp()
132 GetContext(), opcode, type_id, result_id, in AddQuadOp()
[all …]
Dloop_peeling.h81 : context_(loop->GetContext()),
82 loop_utils_(loop->GetContext(), loop),
282 : context_(loop->GetContext()), in LoopPeelingInfo()
Dregister_pressure.cpp66 context_(reg_pressure->GetContext()), in ComputeRegisterLiveness()
68 cfg_(*reg_pressure->GetContext()->cfg()), in ComputeRegisterLiveness()
69 def_use_manager_(*reg_pressure->GetContext()->get_def_use_mgr()), in ComputeRegisterLiveness()
71 reg_pressure->GetContext()->GetDominatorAnalysis(f)->GetDomTree()), in ComputeRegisterLiveness()
72 loop_desc_(*reg_pressure->GetContext()->GetLoopDescriptor(f)) {} in ComputeRegisterLiveness()
/third_party/spirv-tools/source/opt/
Dir_builder.h64 result_id = GetContext()->TakeNextId(); in AddNullaryOp()
70 new Instruction(GetContext(), opcode, type_id, result_id, {})); in AddNullaryOp()
77 result_id = GetContext()->TakeNextId(); in AddUnaryOp()
83 GetContext(), opcode, type_id, result_id, in AddUnaryOp()
92 result_id = GetContext()->TakeNextId(); in AddBinaryOp()
98 GetContext(), opcode, type_id, opcode == SpvOpStore ? 0 : result_id, in AddBinaryOp()
108 result_id = GetContext()->TakeNextId(); in AddTernaryOp()
114 GetContext(), opcode, type_id, result_id, in AddTernaryOp()
126 result_id = GetContext()->TakeNextId(); in AddQuadOp()
132 GetContext(), opcode, type_id, result_id, in AddQuadOp()
[all …]
Dloop_peeling.h81 : context_(loop->GetContext()),
82 loop_utils_(loop->GetContext(), loop),
282 : context_(loop->GetContext()), in LoopPeelingInfo()
Dregister_pressure.cpp66 context_(reg_pressure->GetContext()), in ComputeRegisterLiveness()
68 cfg_(*reg_pressure->GetContext()->cfg()), in ComputeRegisterLiveness()
69 def_use_manager_(*reg_pressure->GetContext()->get_def_use_mgr()), in ComputeRegisterLiveness()
71 reg_pressure->GetContext()->GetDominatorAnalysis(f)->GetDomTree()), in ComputeRegisterLiveness()
72 loop_desc_(*reg_pressure->GetContext()->GetLoopDescriptor(f)) {} in ComputeRegisterLiveness()
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dapi.cpp53 static INLINE SWR_CONTEXT* GetContext(HANDLE hContext) in GetContext() function
419 SWR_CONTEXT* pContext = GetContext(hContext); in SwrDestroyContext()
468 AlignedFree(GetContext(hContext)); in SwrDestroyContext()
473 SWR_CONTEXT* pContext = GetContext(hContext); in SwrBindApiThread()
479 SWR_CONTEXT* pContext = GetContext(hContext); in SwrSaveState()
488 SWR_CONTEXT* pContext = GetContext(hContext); in SwrRestoreState()
515 SWR_CONTEXT* pContext = GetContext(hContext); in SwrSync()
539 SWR_CONTEXT* pContext = GetContext(hContext); in SwrStallBE()
547 SWR_CONTEXT* pContext = GetContext(hContext); in SwrWaitForIdle()
561 SWR_CONTEXT* pContext = GetContext(hContext); in SwrWaitForIdleFE()
[all …]
/third_party/flutter/engine/flutter/shell/common/
Drasterizer.cc86 auto context = surface_->GetContext(); in NotifyLowMemoryWarning()
234 surface_->GetContext()); in DrawToSurface()
249 surface_->GetContext(), // skia GrContext in DrawToSurface()
264 external_view_embedder->SubmitFrame(surface_->GetContext()); in DrawToSurface()
269 if (surface_->GetContext()) { in DrawToSurface()
270 surface_->GetContext()->performDeferredCleanup(kSkiaCleanupExpiration); in DrawToSurface()
396 GrContext* surface_context = surface_ ? surface_->GetContext() : nullptr; in ScreenshotLastLayerTree()
455 GrContext* context = surface_->GetContext(); in SetResourceCacheMaxBytes()
469 GrContext* context = surface_->GetContext(); in GetResourceCacheMaxBytes()
Dsurface.h57 virtual GrContext* GetContext() = 0;
/third_party/cef/tests/ceftests/
Dv8_unittest.cc365 CefRefPtr<CefV8Context> context = GetContext(); in RunDateCreateTest()
444 CefRefPtr<CefV8Context> context = GetContext(); in RunArrayCreateTest()
474 CefRefPtr<CefV8Context> context = GetContext(); in RunArrayValueTest()
546 CefRefPtr<CefV8Context> context = GetContext(); in RunArrayBufferTest()
593 CefRefPtr<CefV8Context> context = GetContext(); in RunArrayBufferValueTest()
627 CefRefPtr<CefV8Context> context = GetContext(); in RunObjectCreateTest()
656 CefRefPtr<CefV8Context> context = GetContext(); in RunObjectUserDataTest()
685 CefRefPtr<CefV8Context> context = GetContext(); in RunObjectAccessorTest()
776 CefRefPtr<CefV8Context> context = GetContext(); in RunObjectAccessorExceptionTest()
854 CefRefPtr<CefV8Context> context = GetContext(); in RunObjectAccessorFailTest()
[all …]
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/core/
Dascend_resource.cc37 aclrtContext context = ascend_resource_->GetContext(cur_device_id); in InitResource()
102 void *AscendResource::GetContext() { return processor_->GetContext(); } in GetContext() function in mindspore::dataset::AscendResource
Ddevice_resource.h48 virtual void *GetContext();
Dascend_resource.h51 void *GetContext() override;
Ddevice_resource.cc57 void *DeviceResource::GetContext() { in GetContext() function in mindspore::dataset::DeviceResource
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dsurface.h35 GrContext* GetContext() override;
Dsurface.cc34 GrContext* Surface::GetContext() { in GetContext() function in flutter_runner::Surface
/third_party/flutter/engine/flutter/shell/gpu/
Dgpu_surface_software.h31 GrContext* GetContext() override;
Dgpu_surface_vulkan.h35 GrContext* GetContext() override;
Dgpu_surface_metal.h40 GrContext* GetContext() override;
Dgpu_surface_vulkan.cc57 GrContext* GPUSurfaceVulkan::GetContext() { in GetContext() function in flutter::GPUSurfaceVulkan
Dgpu_surface_gl.h41 GrContext* GetContext() override;
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/dvpp/utils/
DResourceManager.h76 aclrtContext GetContext(int deviceId);

123