Home
last modified time | relevance | path

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

123

/external/deqp-deps/SPIRV-Tools/source/opt/
Dir_builder.h64 GetContext(), opcode, type_id, in AddNullaryOp()
65 opcode == SpvOpReturn ? 0 : GetContext()->TakeNextId(), {})); in AddNullaryOp()
72 GetContext(), opcode, type_id, GetContext()->TakeNextId(), in AddUnaryOp()
81 GetContext(), opcode, type_id, in AddBinaryOp()
82 opcode == SpvOpStore ? 0 : GetContext()->TakeNextId(), in AddBinaryOp()
92 GetContext(), opcode, type_id, GetContext()->TakeNextId(), in AddTernaryOp()
104 GetContext(), opcode, type_id, GetContext()->TakeNextId(), in AddQuadOp()
116 GetContext(), opcode, type_id, GetContext()->TakeNextId(), in AddIdLiteralOp()
135 GetContext(), opcode, type_id,
136 result != 0 ? result : GetContext()->TakeNextId(), ops));
[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()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dir_builder.h64 GetContext(), opcode, type_id, in AddNullaryOp()
65 opcode == SpvOpReturn ? 0 : GetContext()->TakeNextId(), {})); in AddNullaryOp()
72 GetContext(), opcode, type_id, GetContext()->TakeNextId(), in AddUnaryOp()
81 GetContext(), opcode, type_id, in AddBinaryOp()
82 opcode == SpvOpStore ? 0 : GetContext()->TakeNextId(), in AddBinaryOp()
92 GetContext(), opcode, type_id, GetContext()->TakeNextId(), in AddTernaryOp()
104 GetContext(), opcode, type_id, GetContext()->TakeNextId(), in AddQuadOp()
116 GetContext(), opcode, type_id, GetContext()->TakeNextId(), in AddIdLiteralOp()
135 GetContext(), opcode, type_id,
136 result != 0 ? result : GetContext()->TakeNextId(), ops));
[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()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dapi.cpp52 static INLINE SWR_CONTEXT* GetContext(HANDLE hContext) in GetContext() function
384 SWR_CONTEXT *pContext = GetContext(hContext); in SwrDestroyContext()
428 AlignedFree(GetContext(hContext)); in SwrDestroyContext()
433 SWR_CONTEXT *pContext = GetContext(hContext); in SwrBindApiThread()
442 SWR_CONTEXT *pContext = GetContext(hContext); in SwrSaveState()
454 SWR_CONTEXT *pContext = GetContext(hContext); in SwrRestoreState()
477 SWR_CONTEXT *pContext = GetContext(hContext); in SwrSync()
501 SWR_CONTEXT* pContext = GetContext(hContext); in SwrStallBE()
509 SWR_CONTEXT *pContext = GetContext(hContext); in SwrWaitForIdle()
523 SWR_CONTEXT *pContext = GetContext(hContext); in SwrWaitForIdleFE()
[all …]
/external/v8/src/interpreter/
Dinterpreter-generator.cc167 LazyNode<Context> lazy_context = [=] { return CAST(GetContext()); }; in LdaGlobal()
207 Node* context = GetContext(); in IGNITION_HANDLER()
253 Node* slot_context = GetContext(); in IGNITION_HANDLER()
264 Node* slot_context = GetContext(); in IGNITION_HANDLER()
291 Node* slot_context = GetContext(); in IGNITION_HANDLER()
302 Node* context = GetContext(); in IGNITION_HANDLER()
314 Node* context = GetContext(); in IGNITION_HANDLER()
329 Node* context = GetContext(); in LookupContextSlot()
381 Node* context = GetContext(); in LookupGlobalSlot()
438 Node* context = GetContext(); in IGNITION_HANDLER()
[all …]
/external/tensorflow/tensorflow/core/common_runtime/
Dshape_refiner_test.cc93 shape_inference::InferenceContext* ctx = m.GetContext(result); in TestStridedSlice()
102 shape_inference::InferenceContext* ctx = M.GetContext(OP.node()); \
108 shape_inference::InferenceContext* ctx = M.GetContext(OP.node()); \
117 shape_inference::InferenceContext* ctx = M.GetContext(OP.node()); \
192 auto ic = m.GetContext(a.node()); in TEST_F()
328 shape_inference::InferenceContext* ctx = m.GetContext(shape_v2); in TEST_F()
376 shape_inference::InferenceContext* ctx = m.GetContext(node); in TEST_F()
494 shape_inference::InferenceContext* ctx = m.GetContext(shape_data); in TEST_F()
528 shape_inference::InferenceContext* ctx = m.GetContext(shape_data); in TEST_F()
586 shape_inference::InferenceContext* ctx = m.GetContext(shape_data); in TEST_F()
[all …]
/external/clang/test/CodeGenCXX/
Dlinetable-eh.cpp34 virtual shared_ptr<Context> GetContext () = 0;
40 uint64_t current_address = GetContext()->GetIt(); in bar()
/external/tensorflow/tensorflow/c/
Dpython_api.cc63 graph->refiner.GetContext(&new_src.oper->node); in UpdateEdge()
75 graph->refiner.GetContext(&dst.oper->node); in UpdateEdge()
129 graph->refiner.GetContext(node); in GetHandleShapeAndType()
159 graph->refiner.GetContext(&output.oper->node); in SetHandleShapeAndType()
/external/google-breakpad/src/processor/
Dminidump_unittest.cc274 MinidumpContext *md_context = md_thread->GetContext(); in TEST()
339 MinidumpContext* md_context = md_thread->GetContext(); in TEST()
384 MinidumpContext* md_context = md_thread->GetContext(); in TEST()
585 thread_list->GetThreadAtIndex(0)->GetContext()->GetContextX86() in TEST()
593 thread_list->GetThreadAtIndex(1)->GetContext()->GetContextX86() in TEST()
601 thread_list->GetThreadAtIndex(2)->GetContext()->GetContextX86() in TEST()
609 thread_list->GetThreadAtIndex(3)->GetContext()->GetContextX86() in TEST()
617 thread_list->GetThreadAtIndex(4)->GetContext()->GetContextX86() in TEST()
738 MinidumpContext *md_context = md_exception->GetContext(); in TEST()
812 MinidumpContext *md_context = md_exception->GetContext(); in TEST()
[all …]
Dmicrodump_processor.cc73 microdump.GetContext(), in Process()
/external/tensorflow/tensorflow/compiler/jit/
Dshape_inference.cc59 shape_inference::InferenceContext* context = shape_refiner->GetContext(n); in PropagateShapes()
74 shape_refiner->GetContext(n); in PropagateShapes()
101 shape_inference::InferenceContext* context = shape_refiner.GetContext(node); in StoreOutputShapes()
/external/v8/src/debug/
Ddebug-frames.cc77 Handle<Object> FrameInspector::GetContext() { in GetContext() function in v8::internal::FrameInspector
78 return deoptimized_frame_ ? deoptimized_frame_->GetContext() in GetContext()
Ddebug-frames.h31 Handle<Object> GetContext();
/external/google-breakpad/src/client/mac/tests/
Dminidump_generator_test.cc126 MinidumpContext* context = main_thread->GetContext(); in TEST_F()
217 MinidumpContext* context = main_thread->GetContext(); in TEST_F()
307 MinidumpContext* context = main_thread->GetContext(); in TEST_F()
Dexception_handler_test.cc152 const MinidumpContext* context = exception->GetContext(); in InProcessCrash()
380 MinidumpContext* context = exception->GetContext(); in TEST_F()
479 MinidumpContext* context = exception->GetContext(); in TEST_F()
578 MinidumpContext* context = exception->GetContext(); in TEST_F()
/external/pdfium/core/fpdfapi/render/
Dcpdf_imagerenderer.cpp63 m_pRenderStatus->GetContext()->GetPageCache(), m_bStdCS, in StartLoadDIBSource()
143 if (auto* pPageCache = m_pRenderStatus->GetContext()->GetPageCache()) { in StartRenderDIBSource()
235 bitmap_render.Initialize(m_pRenderStatus->GetContext(), pBitmapDevice2, in CalculateDrawImage()
286 bitmap_render.Initialize(m_pRenderStatus->GetContext(), &bitmap_device1, in DrawPatternImage()
339 bitmap_render.Initialize(m_pRenderStatus->GetContext(), &bitmap_device1, in DrawMaskedImage()
/external/pdfium/fpdfsdk/
Dcpdfsdk_pageview.cpp91 if (pPage->GetContext()->GetFormType() == FormType::kXFAFull) {
179 if (!pPage || !pPage->GetContext()->ContainsXFAForm())
206 return m_page->GetContext()->GetPDFDoc();
486 switch (m_page->GetContext()->GetFormType()) {
/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties.cc581 InferenceContext* GetContext(const NodeDef* node) { in GetContext() function in tensorflow::grappler::SymbolicShapeRefiner
635 InferenceContext* input_ic = GetContext(input_node); in UpdateFunction()
891 InferenceContext* ctx = GetContext(node); in SetUnknownShape()
935 InferenceContext* ctx = GetContext(node); in OutputAsUnion()
1110 InferenceContext* c = GetContext(node); in GetUnknownOutputShape()
1124 InferenceContext* c = GetContext(node); in GetUnknownOutputDim()
1786 InferenceContext* ic = shape_refiner->GetContext(node); in UpdateMerge()
1790 ic = CHECK_NOTNULL(shape_refiner->GetContext(node)); in UpdateMerge()
1804 InferenceContext* src_ic = shape_refiner->GetContext(fanin.src.node); in UpdateMerge()
1838 InferenceContext* ic = shape_refiner->GetContext(node); in UpdateEnter()
[all …]
/external/pdfium/fxjs/
Dcfxjse_class.h31 CFXJSE_Context* GetContext() const { return m_pContext.Get(); } in GetContext() function
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/
Dnode_info_delegate.h56 const TfLiteContext* GetContext() const { return context_; } in GetContext() function
/external/google-breakpad/src/client/windows/unittests/
Dexception_handler_death_test.cc372 MinidumpContext* context = exception->GetContext(); in TEST_F()
467 MinidumpContext* context = exception->GetContext(); in TEST_F()
555 MinidumpContext* context = exception->GetContext(); in TEST_F()
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_page.h29 CPDFXFA_Context* GetContext() const { return m_pContext.Get(); } in GetContext() function

123