Home
last modified time | relevance | path

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

123

/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Deager_service_impl_test.cc43 Status GetTensorHandle(const uint64 context_id, in GetTensorHandle() argument
47 TF_RETURN_IF_ERROR(GetServerContext(context_id, &context)); in GetTensorHandle()
164 uint64 context_id = response.context_id(); in TEST_F() local
167 remote_enqueue_request.set_context_id(context_id); in TEST_F()
205 response.context_id(), RemoteTensorHandleInternal(2, 0), &tensor_handle)); in TEST_F()
222 close_context_request.set_context_id(context_id); in TEST_F()
240 uint64 context_id = response.context_id(); in TEST_F() local
243 register_function_request.set_context_id(context_id); in TEST_F()
251 remote_enqueue_request.set_context_id(context_id); in TEST_F()
276 response.context_id(), RemoteTensorHandleInternal(2, 0), &tensor_handle)); in TEST_F()
[all …]
Deager_service_impl.cc125 uint64 context_id; in CreateContext() local
129 context_id = random::New64(); in CreateContext()
130 } while (contexts_.find(context_id) != contexts_.end()); in CreateContext()
132 context_id, in CreateContext()
135 response->set_context_id(context_id); in CreateContext()
205 TF_RETURN_IF_ERROR(GetServerContext(request->context_id(), &context)); in Enqueue()
224 TF_RETURN_IF_ERROR(GetServerContext(request->context_id(), &context)); in WaitQueueDone()
238 TF_RETURN_IF_ERROR(GetServerContext(request->context_id(), &context)); in KeepAlive()
247 if (!GetServerContext(request->context_id(), &context).ok()) { in CloseContext()
255 contexts_.erase(request->context_id()); in CloseContext()
[all …]
/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.cpp53 for (context_id i = 0; i < CONTEXT_MAX; i++) in GalliumContext()
68 for (context_id i = 0; i < CONTEXT_MAX; i++) in ~GalliumContext()
108 context_id
208 context_id contextNext = -1; in CreateContext()
210 for (context_id i = 0; i < CONTEXT_MAX; i++) { in CreateContext()
236 GalliumContext::DestroyContext(context_id contextID) in DestroyContext()
269 GalliumContext::SetCurrentContext(Bitmap *bitmap, context_id contextID) in SetCurrentContext()
279 context_id oldContextID = fCurrentContext; in SetCurrentContext()
323 GalliumContext::SwapBuffers(context_id contextID) in SwapBuffers()
/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/state_trackers/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()
Dsubpicture.c332 subpicture->context_id = context->context_id; in XvMCCreateSubpicture()
526 if (target_surface->context_id != subpicture->context_id) in XvMCBlendSubpicture()
557 if (source_surface->context_id != subpicture->context_id) in XvMCBlendSubpicture2()
560 if (source_surface->context_id != subpicture->context_id) in XvMCBlendSubpicture2()
/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>
Dcil_infiniband_statements.md13 (ibpkeycon subnet pkey|(pkey_low pkey_high) context_id)
36 <td align="left"><p><code>context_id</code></p></td>
56 (ibendportcon device_id port context_id)
79 <td align="left"><p><code>context_id</code></p></td>
/external/mesa3d/src/gallium/state_trackers/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/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_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_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/u-boot/arch/arm/mach-uniphier/arm32/
Dpsci.c134 u32 context_id) in psci_cpu_on() argument
143 debug_puth(context_id); in psci_cpu_on()
146 psci_save(cpu, entry_point, context_id); in psci_cpu_on()
/external/u-boot/arch/arm/cpu/armv7/
Dpsci-common.c30 void __secure psci_save(int cpu, u32 pc, u32 context_id) in psci_save() argument
33 psci_context_id[cpu] = context_id; in psci_save()
/external/tensorflow/tensorflow/core/protobuf/
Deager_service.proto80 fixed64 context_id = 1; field
87 fixed64 context_id = 1; field
98 fixed64 context_id = 1; field
110 fixed64 context_id = 1; field
117 fixed64 context_id = 1; field
124 fixed64 context_id = 1; field
133 fixed64 context_id = 1; field
/external/mesa3d/src/gallium/state_trackers/va/
Dcontext.c211 int num_render_targets, VAContextID *context_id) in vlVaCreateContext() argument
298 *context_id = handle_table_add(drv->htab, context); in vlVaCreateContext()
305 vlVaDestroyContext(VADriverContextP ctx, VAContextID context_id) in vlVaDestroyContext() argument
315 context = handle_table_get(drv->htab, context_id); in vlVaDestroyContext()
344 handle_table_remove(drv->htab, context_id); in vlVaDestroyContext()
/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
/external/v8/src/builtins/
Dbuiltins-console.cc49 int context_id = in ConsoleCall() local
58 v8::debug::ConsoleContext(context_id, Utils::ToLocal(context_name))); in ConsoleCall()
109 int context_id, Handle<Object> context_name) { in InstallContextFunction() argument
124 handle(Smi::FromInt(context_id), isolate), NONE); in InstallContextFunction()
/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/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_seed_N2F62_3.10.49/events/kgsl/kgsl_waittimestamp_entry/
Dformat10 field:unsigned int context_id; offset:12; size:4; signed:0;
15 print fmt: "d_name=%s ctx=%u curr_ts=%u ts=%u timeout=%u", __get_str(device_name), REC->context_id,…

123