Home
last modified time | relevance | path

Searched refs:context_id (Results 1 – 25 of 96) sorted by relevance

1234

/external/tensorflow/tensorflow/core/profiler/lib/
Dconnected_traceme.h88 absl::optional<uint64> context_id = absl::nullopt,
93 context_id.has_value() ? *context_id : TraceMe::NewActivityId(); in trace_me_()
108 TraceMeConsumer(NameT name, ContextType context_type, uint64 context_id,
112 return TraceMeEncode({{"_ct", context_type}, {"_c", context_id}}); in trace_me_()
117 TraceMeConsumer(NameT name, uint64 context_id, int level = 2)
118 : TraceMeConsumer(name, ContextType::kGeneric, context_id, level) {} in TraceMeConsumer() argument
/external/mesa3d/src/gallium/targets/haiku-softpipe/
DGalliumContext.h32 context_id CreateContext(Bitmap* bitmap);
33 void DestroyContext(context_id contextID);
34 context_id GetCurrentContext() { return fCurrentContext; }; in GetCurrentContext()
36 context_id contextID);
38 status_t SwapBuffers(context_id contextID);
52 context_id fCurrentContext;
DGalliumContext.cpp54 for (context_id i = 0; i < CONTEXT_MAX; i++) in GalliumContext()
69 for (context_id i = 0; i < CONTEXT_MAX; i++) in ~GalliumContext()
109 context_id
209 context_id contextNext = -1; in CreateContext()
211 for (context_id i = 0; i < CONTEXT_MAX; i++) { in CreateContext()
237 GalliumContext::DestroyContext(context_id contextID) in DestroyContext()
270 GalliumContext::SetCurrentContext(Bitmap *bitmap, context_id contextID) in SetCurrentContext()
280 context_id oldContextID = fCurrentContext; in SetCurrentContext()
324 GalliumContext::SwapBuffers(context_id contextID) in SwapBuffers()
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Deager_service_impl.cc209 auto context_it = contexts_.find(request->context_id()); in CreateContext()
214 "Context id: <", request->context_id(), in CreateContext()
231 auto* r = env_->rendezvous_mgr->Find(request->context_id()); in CreateContext()
233 tensorflow::strings::StrCat("eager_", request->context_id()); in CreateContext()
244 int64 context_id = request->context_id(); in CreateContext() local
245 std::function<void()> session_destroyer = [this, context_id, session_name]() { in CreateContext()
246 env_->rendezvous_mgr->Cleanup(context_id); in CreateContext()
292 eager::CreateClusterFLR(request->context_id(), ctx, worker_session.get()); in CreateContext()
298 remote_workers, request->context_id(), request->context_view_id(), in CreateContext()
315 auto context_it = contexts_.find(request->context_id()); in CreateContext()
[all …]
Deager_service_impl_test.cc50 Status GetEagerContext(const uint64 context_id, EagerContext** ctx) { in GetEagerContext() argument
52 TF_RETURN_IF_ERROR(GetServerContext(context_id, &context)); in GetEagerContext()
57 Status GetTensorHandle(const uint64 context_id, in GetTensorHandle() argument
61 TF_RETURN_IF_ERROR(GetServerContext(context_id, &context)); in GetTensorHandle()
392 uint64 context_id = random::New64(); in TEST_F() local
397 request.set_context_id(context_id); in TEST_F()
403 remote_enqueue_request.set_context_id(context_id); in TEST_F()
441 context_id, RemoteTensorHandleInternal(2, 0), &tensor_handle)); in TEST_F()
458 close_context_request.set_context_id(context_id); in TEST_F()
476 uint64 context_id = random::New64(); in TestFunction() local
[all …]
Dcluster_function_library_runtime.h38 EagerClusterFunctionLibraryRuntime(const uint64 context_id, EagerContext* ctx, in EagerClusterFunctionLibraryRuntime() argument
40 : context_id_(context_id), in EagerClusterFunctionLibraryRuntime()
108 const uint64 context_id, EagerContext* ctx, WorkerSession* worker_session);
/external/kernel-headers/original/uapi/scsi/
Dcxlflash_ioctl.h77 __u64 context_id; /* Returned context */ member
88 __u64 context_id; /* Context to detach */ member
94 __u64 context_id; /* Context to own physical resources */ member
104 __u64 context_id; /* Context to own virtual resources */ member
113 __u64 context_id; /* Context owning resources */ member
120 __u64 context_id; /* Context owning resources */ member
140 __u64 context_id; /* Context owning resources to verify */ member
154 __u64 context_id; /* Context to recover / updated ID */ member
/external/mesa3d/src/gallium/frontends/xvmc/
Dblock.c49 blocks->context_id = context->context_id; in XvMCCreateBlocks()
79 blocks->context_id = context->context_id; in XvMCCreateMacroBlocks()
Dsurface.c204 surface->context_id = context->context_id; in XvMCCreateSurface()
252 assert(context->context_id == target_surface->context_id); in XvMCRenderSurface()
253 assert(!past_surface || context->context_id == past_surface->context_id); in XvMCRenderSurface()
254 assert(!future_surface || context->context_id == future_surface->context_id); in XvMCRenderSurface()
259 assert(macroblocks->context_id == context->context_id); in XvMCRenderSurface()
260 assert(blocks->context_id == context->context_id); in XvMCRenderSurface()
/external/mesa3d/src/gallium/frontends/xvmc/tests/
Dtest_blocks.c88 assert(blocks.context_id == context.context_id); in main()
100 assert(macroblocks.context_id == context.context_id); in main()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext_distributed_manager.cc176 const std::vector<string>* existing_workers, tensorflow::uint64 context_id, in GetReplacedFromExistingWorkers() argument
183 request.set_context_id(context_id); in GetReplacedFromExistingWorkers()
217 tensorflow::uint64 context_id, tensorflow::uint64 context_view_id, in CreateRemoteContexts() argument
249 request.set_context_id(context_id); in CreateRemoteContexts()
296 const std::vector<string>& removed_workers, tensorflow::uint64 context_id, in UpdateRemoteContexts() argument
365 request.set_context_id(context_id); in UpdateRemoteContexts()
446 tensorflow::uint64 context_id = context->GetContextId(); in UpdateContextWithServerDef() local
449 context_id = tensorflow::EagerContext::NewContextId(); in UpdateContextWithServerDef()
454 grpc_server->AddMasterEagerContextToEagerService(context_id, context)); in UpdateContextWithServerDef()
509 &existing_workers, context_id, context->GetContextViewId(), server_def, in UpdateContextWithServerDef()
[all …]
Dcontext.cc423 uint64 context_id; in CloseAndClearAllRemoteContexts() local
429 context_id = context_id_; in CloseAndClearAllRemoteContexts()
440 CloseRemoteContexts(remote_contexts_copy, context_id, context_view_id); in CloseAndClearAllRemoteContexts()
444 const std::vector<string>& remote_contexts, uint64 context_id, in CloseRemoteContexts() argument
448 request.set_context_id(context_id); in CloseRemoteContexts()
462 [&worker, &counter, context_id](const Status& s) { in CloseRemoteContexts()
465 << context_id << " for worker: " << worker << " due to " in CloseRemoteContexts()
662 uint64 context_id = GetContextId(); in RegisterExistingFunctionsOnRemoteWorkers() local
668 requests[i]->set_context_id(context_id); in RegisterExistingFunctionsOnRemoteWorkers()
1205 const std::vector<string>& remote_contexts, uint64 context_id, in InitializeRemoteMaster() argument
[all …]
Dcontext.h91 uint64 context_id = random::New64(); in NewContextId() local
92 while (context_id == kInvalidContextId) { in NewContextId()
93 context_id = random::New64(); in NewContextId()
95 return context_id; in NewContextId()
370 const std::vector<string>& remote_contexts, uint64 context_id,
383 uint64 context_id,
393 const std::vector<string>& remote_contexts, uint64 context_id,
405 const std::vector<string>& remote_contexts, uint64 context_id);
665 uint64 context_id, uint64 context_view_id);
672 uint64 context_id, uint64 context_view_id, Rendezvous* r,
/external/selinux/secilc/docs/
Dcil_xen_statements.md15 (iomemcon mem_addr|(mem_low mem_high) context_id)
36 <td align="left"><p><code>context_id</code></p></td>
55 (ioportcon port|(port_low port_high) context_id)
76 <td align="left"><p><code>context_id</code></p></td>
95 (pcidevicecon device context_id)
114 <td align="left"><p><code>context_id</code></p></td>
133 (pirqcon irq_level context_id)
152 <td align="left"><p><code>context_id</code></p></td>
171 (devicetreecon path context_id)
190 <td align="left"><p><code>context_id</code></p></td>
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/kgsl/kgsl_readtimestamp/
Dformat10 field:unsigned int context_id; offset:12; size:4; signed:0;
14 print fmt: "d_name=%s context_id=%u type=%u ts=%u", __get_str(device_name), REC->context_id, REC->t…
/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/kgsl/kgsl_readtimestamp/
Dformat10 field:unsigned int context_id; offset:12; size:4; signed:0;
14 print fmt: "d_name=%s context_id=%u type=%u ts=%u", __get_str(device_name), REC->context_id, REC->t…
/external/perfetto/src/traced/probes/ftrace/test/data/android_hammerhead_MRA59G_3.4.0/events/kgsl/kgsl_readtimestamp/
Dformat11 field:unsigned int context_id; offset:16; size:4; signed:0;
15 print fmt: "d_name=%s context_id=%u type=%u ts=%u", __get_str(device_name), REC->context_id, REC->t…
/external/mesa3d/src/freedreno/vulkan/
Dmsm_kgsl.h509 unsigned int context_id; member
615 unsigned int context_id; member
624 unsigned int context_id; member
776 unsigned int context_id; /* Context for the timestamp */ member
1064 unsigned int context_id; member
1113 unsigned int context_id; member
1136 unsigned int context_id; member
1303 unsigned int context_id; member
1459 unsigned int context_id; member
1632 unsigned int context_id; member
/external/OpenCSD/decoder/include/common/
Docsd_pe_context.h59 void setCtxtID(const uint32_t id) { m_context.context_id = id; m_context.ctxt_id_valid = 1; }; in setCtxtID()
66 …const uint32_t getCtxtID() const { return (m_context.ctxt_id_valid == 1) ? m_context.context_id : … in getCtxtID()
92 m_context.context_id = 0; in resetCtxt()
/external/arm-trusted-firmware/lib/psci/
Dpsci_main.c26 u_register_t context_id) in psci_cpu_on() argument
38 rc = psci_validate_entry_point(&ep, entrypoint, context_id); in psci_cpu_on()
56 u_register_t context_id) in psci_cpu_suspend() argument
134 rc = psci_validate_entry_point(&ep, entrypoint, context_id); in psci_cpu_suspend()
154 int psci_system_suspend(uintptr_t entrypoint, u_register_t context_id) in psci_system_suspend() argument
165 rc = psci_validate_entry_point(&ep, entrypoint, context_id); in psci_system_suspend()
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/kgsl/syncpoint_timestamp_expire/
Dformat10 field:unsigned int context_id; offset:12; size:4; signed:0;
13 print fmt: "ctx=%d sync ctx=%d ts=%d", REC->syncobj_context_id, REC->context_id, REC->timestamp
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/kgsl/syncpoint_timestamp/
Dformat10 field:unsigned int context_id; offset:12; size:4; signed:0;
13 print fmt: "ctx=%d sync ctx=%d ts=%d", REC->syncobj_context_id, REC->context_id, REC->timestamp
/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/kgsl/syncpoint_timestamp_expire/
Dformat10 field:unsigned int context_id; offset:12; size:4; signed:0;
13 print fmt: "ctx=%d sync ctx=%d ts=%d", REC->cmdbatch_context_id, REC->context_id, REC->timestamp
/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/kgsl/syncpoint_timestamp/
Dformat10 field:unsigned int context_id; offset:12; size:4; signed:0;
13 print fmt: "ctx=%d sync ctx=%d ts=%d", REC->cmdbatch_context_id, REC->context_id, REC->timestamp
/external/libdrm/freedreno/kgsl/
Dmsm_kgsl.h240 unsigned int context_id; member
341 unsigned int context_id; member
350 unsigned int context_id; member
487 unsigned int context_id; /* Context for the timestamp */ member

1234