Searched refs:rel_offset (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_draw_upload.c513 const uint32_t rel_offset = local in function:brw_prepare_vertices
515 const uint32_t rel_end = rel_offset + glattrib->Format._ElementSize;
517 vertex_range_start = MIN2(vertex_range_start, rel_offset);
524 input->offset = rel_offset;
622 const uint32_t rel_offset = local in function:brw_prepare_vertices
624 const uint32_t rel_end = rel_offset + glattrib->Format._ElementSize;
626 vertex_range_start = MIN2(vertex_range_start, rel_offset);
633 input->offset = rel_offset;
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_copy_propagation.cpp513 const unsigned rel_offset = inst->src[arg].offset - entry->dst.offset; local in function:fs_visitor::try_copy_propagate
519 const unsigned component = rel_offset / type_sz(entry->dst.type);
520 const unsigned suboffset = rel_offset % type_sz(entry->dst.type);
H A Dbrw_fs.cpp3011 const int rel_offset = reg_offset(s) - reg_offset(r); local in function:mask_relative_to
3012 const int shift = rel_offset / REG_SIZE;
3013 const unsigned n = DIV_ROUND_UP(rel_offset % REG_SIZE + ds, REG_SIZE);
3256 const unsigned rel_offset = reg_offset(scan_inst->dst) - local in function:fs_visitor::compute_to_mrf
3263 assert(rel_offset < 2 * REG_SIZE);
3264 scan_inst->dst.nr = inst->dst.nr + rel_offset / REG_SIZE * 4;
3276 scan_inst->dst.nr = inst->dst.nr + rel_offset / REG_SIZE;
3280 scan_inst->dst.offset = inst->dst.offset + rel_offset % REG_SIZE;
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_copy_propagation.cpp650 const unsigned rel_offset = inst->src[arg].offset - entry->dst.offset; local in function:fs_visitor::try_copy_propagate
689 const unsigned component = rel_offset / type_sz(entry->dst.type);
690 const unsigned suboffset = rel_offset % type_sz(entry->dst.type);
H A Dbrw_fs.cpp3231 const int rel_offset = reg_offset(s) - reg_offset(r); local in function:mask_relative_to
3232 const int shift = rel_offset / REG_SIZE;
3233 const unsigned n = DIV_ROUND_UP(rel_offset % REG_SIZE + ds, REG_SIZE);
3375 const unsigned rel_offset = reg_offset(scan_inst->dst) - local in function:fs_visitor::compute_to_mrf
3382 assert(rel_offset < 2 * REG_SIZE);
3383 scan_inst->dst.nr = inst->dst.nr + rel_offset / REG_SIZE * 4;
3395 scan_inst->dst.nr = inst->dst.nr + rel_offset / REG_SIZE;
3399 scan_inst->dst.offset = inst->dst.offset + rel_offset % REG_SIZE;

Completed in 26 milliseconds