Home
last modified time | relevance | path

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

12345

/external/deqp-deps/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()
/external/angle/third_party/vulkan-deps/spirv-tools/src/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, in AddBinaryOp()
109 result_id = GetContext()->TakeNextId(); in AddTernaryOp()
115 GetContext(), opcode, type_id, result_id, in AddTernaryOp()
127 result_id = GetContext()->TakeNextId(); in AddQuadOp()
133 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.cpp65 context_(reg_pressure->GetContext()), in ComputeRegisterLiveness()
67 cfg_(*reg_pressure->GetContext()->cfg()), in ComputeRegisterLiveness()
68 def_use_manager_(*reg_pressure->GetContext()->get_def_use_mgr()), in ComputeRegisterLiveness()
70 reg_pressure->GetContext()->GetDominatorAnalysis(f)->GetDomTree()), in ComputeRegisterLiveness()
71 loop_desc_(*reg_pressure->GetContext()->GetLoopDescriptor(f)) {} in ComputeRegisterLiveness()
/external/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, in AddBinaryOp()
109 result_id = GetContext()->TakeNextId(); in AddTernaryOp()
115 GetContext(), opcode, type_id, result_id, in AddTernaryOp()
127 result_id = GetContext()->TakeNextId(); in AddQuadOp()
133 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.cpp65 context_(reg_pressure->GetContext()), in ComputeRegisterLiveness()
67 cfg_(*reg_pressure->GetContext()->cfg()), in ComputeRegisterLiveness()
68 def_use_manager_(*reg_pressure->GetContext()->get_def_use_mgr()), in ComputeRegisterLiveness()
70 reg_pressure->GetContext()->GetDominatorAnalysis(f)->GetDomTree()), in ComputeRegisterLiveness()
71 loop_desc_(*reg_pressure->GetContext()->GetLoopDescriptor(f)) {} in ComputeRegisterLiveness()
/external/ukey2/src/main/cpp/test/securegcm/
Dd2d_connection_context_v1_test.cc39 D2DConnectionContextV1* GetContext() { return context_.get(); } in GetContext() function in securegcm::D2DConnectionContextV1Peer
80 EXPECT_EQ(*restoredInitiator.GetContext()->GetSessionUnique(), in TEST()
81 *restoredResponder.GetContext()->GetSessionUnique()); in TEST()
87 *restoredInitiator.GetContext()->EncodeMessageToPeer(message); in TEST()
89 *restoredResponder.GetContext()->DecodeMessageFromPeer(encodedMessage); in TEST()
94 *restoredResponder.GetContext()->EncodeMessageToPeer(message); in TEST()
96 *restoredInitiator.GetContext()->DecodeMessageFromPeer(encodedMessage); in TEST()
121 EXPECT_EQ(restoredInitiator.GetContext(), nullptr); in TEST()
/external/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 …]
/external/tensorflow/tensorflow/core/common_runtime/
Dshape_refiner_test.cc95 shape_inference::InferenceContext* ctx = m.GetContext(result); in TestStridedSlice()
104 shape_inference::InferenceContext* ctx = M.GetContext(OP.node()); \
110 shape_inference::InferenceContext* ctx = M.GetContext(OP.node()); \
119 shape_inference::InferenceContext* ctx = M.GetContext(OP.node()); \
179 auto ic = m.GetContext(a.node()); in TEST_F()
315 shape_inference::InferenceContext* ctx = m.GetContext(shape_v2); in TEST_F()
363 shape_inference::InferenceContext* ctx = m.GetContext(node); in TEST_F()
481 shape_inference::InferenceContext* ctx = m.GetContext(shape_data); in TEST_F()
515 shape_inference::InferenceContext* ctx = m.GetContext(shape_data); in TEST_F()
573 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/compiler/jit/
Dshape_inference.cc70 shape_inference::InferenceContext* context = shape_refiner->GetContext(n); in PropagateShapes()
85 shape_refiner->GetContext(n); in PropagateShapes()
110 shape_inference::InferenceContext* context = shape_refiner->GetContext(n); in PropagateShapes()
186 shape_refiner->GetContext(n); in PropagateShapes()
209 shape_inference::InferenceContext* context = shape_refiner.GetContext(node); in StoreOutputShapes()
/external/openthread/src/core/net/
Dnd_agent.cpp71 … error = Get<NetworkData::Leader>().GetContext(AsCoreType(&config.mPrefix.mPrefix), lowpanContext); in UpdateService()
100 … error = Get<NetworkData::Leader>().GetContext(AsCoreType(&config.mPrefix.mPrefix), lowpanContext); in UpdateService()
/external/openthread/src/core/thread/
Dnetwork_data_leader.hpp107 Error GetContext(const Ip6::Address &aAddress, Lowpan::Context &aContext) const;
119 Error GetContext(uint8_t aContextId, Lowpan::Context &aContext) const;
Dlowpan.cpp202 if (Get<NetworkData::Leader>().GetContext(0, multicastContext) == kErrorNone && in CompressMulticast()
275 …(networkData.GetContext(ip6Header.GetSource(), srcContext) == kErrorNone && srcContext.mCompressFl… in Compress()
279 IgnoreError(networkData.GetContext(0, srcContext)); in Compress()
283 …(networkData.GetContext(ip6Header.GetDestination(), dstContext) == kErrorNone && dstContext.mCompr… in Compress()
287 IgnoreError(networkData.GetContext(0, dstContext)); in Compress()
666 if (networkData.GetContext(byte >> 4, srcContext) != kErrorNone) in DecompressBaseHeader()
671 if (networkData.GetContext(byte & 0xf, dstContext) != kErrorNone) in DecompressBaseHeader()
678 IgnoreError(networkData.GetContext(0, srcContext)); in DecompressBaseHeader()
679 IgnoreError(networkData.GetContext(0, dstContext)); in DecompressBaseHeader()
/external/openthread/src/core/api/
Dtcp_api.cpp59 return AsCoreType(aEndpoint).GetContext(); in otTcpEndpointGetContext()
136 return AsCoreType(aListener).GetContext(); in otTcpListenerGetContext()
/external/google-breakpad/src/processor/
Dminidump_unittest.cc286 MinidumpContext *md_context = md_thread->GetContext(); in TEST()
351 MinidumpContext* md_context = md_thread->GetContext(); in TEST()
396 MinidumpContext* md_context = md_thread->GetContext(); in TEST()
924 thread_list->GetThreadAtIndex(0)->GetContext()->GetContextX86() in TEST()
932 thread_list->GetThreadAtIndex(1)->GetContext()->GetContextX86() in TEST()
940 thread_list->GetThreadAtIndex(2)->GetContext()->GetContextX86() in TEST()
948 thread_list->GetThreadAtIndex(3)->GetContext()->GetContextX86() in TEST()
956 thread_list->GetThreadAtIndex(4)->GetContext()->GetContextX86() in TEST()
1100 MinidumpContext *md_context = md_exception->GetContext(); in TEST()
1174 MinidumpContext *md_context = md_exception->GetContext(); in TEST()
[all …]
/external/pigweed/pw_rpc/fuzz/
Dengine.cc453 [context = GetContext(action.target)](ConstByteSpan, Status) { in Perform()
457 [context = GetContext(action.target)](Status status) { in Perform()
469 [context = GetContext(action.target)](ConstByteSpan) { in Perform()
473 [context = GetContext(action.target)](Status) { in Perform()
477 [context = GetContext(action.target)](Status status) { in Perform()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dtfg_optimizer_hook.cc79 MLIRContext* GetContext() { return &ctx_; } in GetContext() function in mlir::tfg::TFGGrapplerOptimizer::Impl
127 ImportGraphDef(impl_->GetContext(), debug_info, item.graph); in Optimize()
/external/google-breakpad/src/client/mac/tests/
Dminidump_generator_test.cc127 MinidumpContext* context = main_thread->GetContext(); in TEST_F()
218 MinidumpContext* context = main_thread->GetContext(); in TEST_F()
308 MinidumpContext* context = main_thread->GetContext(); in TEST_F()
/external/pdfium/core/fpdfapi/render/
Dcpdf_imagerenderer.cpp96 m_pImageObject, m_pRenderStatus->GetContext()->GetPageCache(), in StartLoadDIBBase()
173 if (auto* pPageCache = m_pRenderStatus->GetContext()->GetPageCache()) { in StartRenderDIBBase()
258 CPDF_RenderStatus bitmap_render(m_pRenderStatus->GetContext(), in CalculateDrawImage()
317 CPDF_RenderStatus bitmap_render(m_pRenderStatus->GetContext(), in DrawPatternImage()
368 CPDF_RenderStatus bitmap_render(m_pRenderStatus->GetContext(), in DrawMaskedImage()
/external/tensorflow/tensorflow/c/
Dpython_api.cc99 graph->refiner.GetContext(node); in GetHandleShapeAndType()
130 graph->refiner.GetContext(&output.oper->node); in SetHandleShapeAndType()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcholesky_thunk.cc40 StatusOr<GpuSolverContext*> GetContext(se::Stream* stream) { in GetContext() function
144 TF_ASSIGN_OR_RETURN(GpuSolverContext * context, GetContext(stream)); in RunCholesky()

12345