Searched refs:relative_offset (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/intel/tools/
H A Di965_asm.c142 int relative_offset = (tlabel->offset - ilabel->offset) / sizeof(brw_inst); local in function:i965_postprocess_labels
143 relative_offset *= to_bytes_scale;
154 brw_inst_set_jip(p->devinfo, inst, relative_offset);
156 brw_inst_set_gfx6_jump_count(p->devinfo, inst, relative_offset);
162 brw_inst_set_jip(p->devinfo, inst, relative_offset);
173 brw_inst_set_uip(p->devinfo, inst, relative_offset);
175 brw_inst_set_uip(p->devinfo, inst, relative_offset);
187 brw_inst_set_uip(p->devinfo, inst, relative_offset);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_memory_helper.c159 int relative_offset; /* Offset relative to the parent */ member in struct:nine_memfd_suballocation
271 allocation->memory.submemfd.relative_offset);
895 return region->map + allocation->memory.submemfd.relative_offset;
978 new_allocation->memory.submemfd.relative_offset = offset;

Completed in 4 milliseconds