Searched defs:local_id (Results 1 – 5 of 5) sorted by relevance
| /third_party/libbpf/src/ |
| D | relo_core.c | 146 int __bpf_core_types_are_compat(const struct btf *local_btf, __u32 local_id, in __bpf_core_types_are_compat() 413 __u32 local_id, in bpf_core_fields_are_compat() 491 __u32 local_id; in bpf_core_match_member() local 1294 __u32 local_id; in bpf_core_calc_relo_insn() local 1544 int __bpf_core_types_match(const struct btf *local_btf, __u32 local_id, const struct btf *targ_btf, in __bpf_core_types_match()
|
| D | libbpf.c | 6086 int bpf_core_types_are_compat(const struct btf *local_btf, __u32 local_id, 6092 int bpf_core_types_match(const struct btf *local_btf, __u32 local_id, 6154 __u32 local_id = relo->type_id; local
|
| /third_party/mesa3d/src/compiler/nir/ |
| D | nir_lower_system_values.c | 465 nir_ssa_def *local_id = nir_load_local_invocation_id(b); in lower_compute_system_value_instr() local 508 nir_ssa_def *local_id = nir_load_local_invocation_id(b); in lower_compute_system_value_instr() local
|
| /third_party/mesa3d/src/intel/compiler/ |
| D | brw_nir_lower_cs_intrinsics.c | 44 nir_ssa_def *local_id = NULL; in lower_cs_intrinsics_convert_block() local
|
| /third_party/rust/crates/bindgen/bindgen/ir/ |
| D | item.rs | 389 local_id: LazyCell<usize>, field 540 pub fn local_id(&self, ctx: &BindgenContext) -> usize { in local_id() method 554 let local_id = self.next_child_local_id.get(); in next_child_local_id() localVariable
|