Home
last modified time | relevance | path

Searched defs:is_global (Results 1 – 19 of 19) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_opt_access.c224 …date_access(struct access_state *state, nir_intrinsic_instr *instr, bool is_buffer, bool is_global) in update_access()
/third_party/python/Lib/
Dipaddress.py1092 def is_global(self): member in _BaseNetwork
1347 def is_global(self): member in IPv4Address
1529 def is_global(self): member in IPv4Network
2024 def is_global(self): member in IPv6Address
Dsymtable.py247 def is_global(self): member in Symbol
/third_party/rust/crates/rustix/src/net/
Dip.rs298 pub const fn is_global(&self) -> bool { in is_global() method
749 pub const fn is_global(&self) -> bool { in is_global() method
1406 pub const fn is_global(&self) -> bool { in is_global() method
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_shader.h112 bool is_global() { return flags & RCF_GLOBAL; } in is_global() function
Dsb_valtable.cpp254 bool value::is_global() { in is_global() function in r600_sb::value
/third_party/node/test/fixtures/wpt/wasm/jsapi/
Dwasm-module-builder.js827 addDataSegment(addr, data, is_global = false) { argument
829 {addr: addr, data: data, is_global: is_global, is_active: true}); property
842 addElementSegment(table, base, is_global, array) { argument
843 this.element_segments.push({table: table, base: base, is_global: is_global, property
/third_party/musl/porting/linux/user/src/internal/
Ddynlink.h143 bool is_global; member
/third_party/musl/src/internal/
Ddynlink.h155 bool is_global; member
/third_party/mesa3d/src/compiler/glsl/
Dglsl_to_nir.cpp114 bool is_global; member in __anon390cec7f0111::nir_visitor
/third_party/node/test/fixtures/wpt/resources/
Didlharness.js1268 IdlInterface.prototype.is_global = function() method in IdlInterface
/third_party/node/deps/v8/src/asmjs/
Dasm-parser.cc201 const bool is_global = AsmJsScanner::IsGlobal(token); in GetVarInfo() local
/third_party/mesa3d/src/compiler/spirv/
Dvtn_variables.c2391 const bool is_global = storage_class != SpvStorageClassFunction; in vtn_handle_variables() local
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
Dvid_dec_av1.c1281 bool is_global; in global_motion_params() local
/third_party/node/deps/v8/src/builtins/
Dbuiltins-string-gen.cc1178 TNode<BoolT> is_global = regexp_asm.FlagGetter(context, heap_maybe_regexp, in TF_BUILTIN() local
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_compile.c1811 bool is_global = instr->intrinsic == nir_intrinsic_load_global || in emit_intrinsic() local
/third_party/ffmpeg/libavcodec/
Dcbs_av1.h280 uint8_t is_global[AV1_TOTAL_REFS_PER_FRAME]; member
/third_party/ffmpeg/fftools/
Dffmpeg_opt.c271 …c int parse_and_set_vsync(const char *arg, int *vsync_var, int file_idx, int st_idx, int is_global) in parse_and_set_vsync()
/third_party/mesa3d/src/broadcom/compiler/
Dnir_to_vir.c504 bool is_shared_or_scratch, bool is_global) in ntq_emit_tmu_general()