Home
last modified time | relevance | path

Searched refs:struct_offset (Results 1 – 5 of 5) sorted by relevance

/third_party/libffi/src/powerpc/
Dffi_darwin.c348 unsigned struct_offset=0, i; in darwin64_struct_size_exceeds_gprs_p() local
356 struct_offset = FFI_ALIGN(struct_offset, p->alignment); in darwin64_struct_size_exceeds_gprs_p()
358 item_base = src + struct_offset; in darwin64_struct_size_exceeds_gprs_p()
390 struct_offset += p->size; in darwin64_struct_size_exceeds_gprs_p()
431 unsigned struct_offset = 0; in darwin64_pass_struct_floats() local
440 struct_offset = FFI_ALIGN(struct_offset, p->alignment); in darwin64_pass_struct_floats()
441 item_base = src + struct_offset; in darwin64_pass_struct_floats()
469 struct_offset += p->size; in darwin64_pass_struct_floats()
522 unsigned struct_offset = 0; in darwin64_struct_floats_to_mem() local
531 struct_offset = FFI_ALIGN(struct_offset, p->alignment); in darwin64_struct_floats_to_mem()
[all …]
/third_party/mesa3d/src/broadcom/cle/
Dv3d_decoder.c979 uint64_t struct_offset = offset + iter.offset; in v3d_print_group() local
981 struct_offset, in v3d_print_group()
/third_party/mesa3d/src/intel/common/
Dintel_decoder.c1235 uint64_t struct_offset = offset + 4 * struct_dword; in intel_print_group() local
1236 intel_print_group(outfile, iter.struct_desc, struct_offset, in intel_print_group()
/third_party/mesa3d/src/compiler/glsl/
Dgl_nir_link_varyings.c413 unsigned struct_offset = xfb_decl->matched_candidate->xfb_offset_floats * 4; in xfb_decl_assign_location() local
416 array_offset + struct_offset; in xfb_decl_assign_location()
/third_party/node/deps/v8/src/torque/
Dimplementation-visitor.cc2330 VisitResult struct_offset{ in GenerateFieldAccess() local
2334 GenerateCall("+", Arguments{{ref_offset, struct_offset}, {}}); in GenerateFieldAccess()