Home
last modified time | relevance | path

Searched refs:shared_ref (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Druntime.cc513 ObjectRef shared_ref = assigned_id_to_shared_ref[assigned_id]; in ApplyBuffersAssignment() local
515 if (shared_ref == kInvalidObjectRef) { in ApplyBuffersAssignment()
517 shared_ref = shared_objects->size(); in ApplyBuffersAssignment()
520 shared_object.object = shared_ref; in ApplyBuffersAssignment()
523 assigned_id_to_shared_ref[assigned_id] = shared_ref; in ApplyBuffersAssignment()
525 (*global_ref_to_shared_ref)[global_ref] = shared_ref; in ApplyBuffersAssignment()
555 ObjectRef shared_ref = assigned_id_to_shared_ref[assigned_id]; in ApplyTexturesAssignment() local
557 if (shared_ref == kInvalidObjectRef) { in ApplyTexturesAssignment()
559 shared_ref = shared_objects->size(); in ApplyTexturesAssignment()
562 shared_object.object = shared_ref; in ApplyTexturesAssignment()
[all …]
/external/rust/android-crates-io/crates/arc-swap/src/
Dlib.rs1099 let shared_ref = &shared; localVariable
1107 let _ = shared_ref;