Home
last modified time | relevance | path

Searched defs:is_shared (Results 1 – 16 of 16) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Dresources.py38 def register_resource(handle, create_op, is_initialized_op, is_shared=True): argument
/external/bcc/src/cc/includes/
Dtable_desc.h102 bool is_shared; variable
/external/bcc/src/cc/
Dtable_desc.h102 bool is_shared; variable
/external/v8/src/objects/
Dbacking-store.h82 bool is_shared() const { return is_shared_; } in is_shared() function
Dvalue-serializer.cc1318 const bool is_shared = false; in ReadObjectInternal() local
1325 const bool is_shared = true; in ReadObjectInternal() local
1744 bool is_shared) { in ReadJSArrayBuffer()
1949 const bool is_shared = true; in ReadWasmMemory() local
/external/mesa3d/src/panfrost/midgard/
Dmidgard_address.c194 mir_set_offset(compiler_context *ctx, midgard_instruction *ins, nir_src *offset, bool is_shared) in mir_set_offset()
Dmidgard_compile.c419 #define ATOMIC_CASE_IMPL(ctx, instr, nir, op, is_shared) \ argument
1108 bool is_shared) in emit_global()
1140 bool is_shared, in emit_atomic()
1498 bool is_shared = instr->intrinsic == nir_intrinsic_load_shared; in emit_intrinsic() local
/external/mesa3d/src/amd/vulkan/winsys/amdgpu/
Dradv_amdgpu_bo.h56 bool is_shared; member
/external/v8/src/builtins/
Dbuiltins-arraybuffer.cc109 const char* kMethodName, bool is_shared) { in SliceHelper()
/external/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_bo.h111 volatile int is_shared; /* bool (int for atomicity) */ member
/external/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.h277 bool is_shared; member
/external/elfutils/src/
Delfclassify.c490 is_shared (void) in is_shared() function
/external/v8/src/wasm/
Dwasm-js.cc513 bool is_shared = false; in WebAssemblyCompile() local
537 bool is_shared = false; in WasmStreamingCallbackForTesting() local
624 bool is_shared = false; in WebAssemblyValidate() local
672 bool is_shared = false; in WebAssemblyModule() local
951 bool is_shared = false; in WebAssemblyInstantiate() local
Dwasm-engine.cc589 const ModuleWireBytes& bytes, bool is_shared, in AsyncCompile()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c3458 bool is_shared = bufreg->Register.File == TGSI_FILE_MEMORY; in load_emit() local
3607 bool is_shared = bufreg->Register.File == TGSI_FILE_MEMORY; in store_emit() local
3763 bool is_shared = bufreg->Register.File == TGSI_FILE_MEMORY; in atomic_emit() local
/external/v8/src/compiler/backend/
Dmid-tier-register-allocator.cc840 bool is_shared() const { return is_shared_; } in is_shared() function in v8::internal::compiler::RegisterState::Register