Searched refs:local_offset (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xfs/dist/difs/ |
| H A D | fontinfo.c | 88 fsPropOffset local_offset; local in function:convert_props 124 local_offset.name.position = cur_off; 126 local_offset.name.length = strlen(str); 127 memmove( (char *)string_base+cur_off, str, local_offset.name.length); 128 cur_off += local_offset.name.length; 131 local_offset.value.position = cur_off; 133 local_offset.value.length = strlen(str); 134 memmove( (char *)string_base+cur_off, str, local_offset.value.length); 135 cur_off += local_offset.value.length; 136 local_offset [all...] |
| /xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/ |
| H A D | dxil_nir.c | 351 nir_ssa_def *local_offset = nir_iadd(b, offset, nir_imm_int(b, i / 8)); local in function:lower_store_ssbo 376 store->src[3] = nir_src_for_ssa(local_offset); 382 store->src[2] = nir_src_for_ssa(local_offset); 548 nir_ssa_def *local_offset = nir_iadd(b, offset, nir_imm_int(b, i / 8)); local in function:lower_32b_offset_store 551 nir_ssa_def *index = nir_ushr(b, local_offset, nir_imm_int(b, 2)); 557 lower_masked_store_vec32(b, local_offset, index, vec32, num_bits, op);
|
Completed in 4 milliseconds