Lines Matching defs:offset
1150 unsigned offset = rowbase;
1153 access_mask |= mask << (offset % 64);
1154 offset += hstride * element_size;
1346 * register aligned. i.e., source must have offset zero."
1422 unsigned offset = rowbase;
1425 access_mask[element++] = mask << (offset % 64);
1426 offset += hstride * element_size;
1521 unsigned offset = (vstride_elements + hstride_elements) * element_size +
1523 ERROR_IF(offset >= 64,
1534 unsigned offset = ((exec_size - 1) * stride * element_size) + subreg;
1535 ERROR_IF(offset >= 64,
1651 * offset from the two source registers is the same.
1665 * (3) the offset (i.e. the starting location in each of the two
1699 "The offset from the two source registers " \
1915 * 3. Source and Destination offset must be the same, except the case
1935 "Source and destination offset must be the same when the "
2228 "FF_SYNC global offset must be zero.");
2294 const brw_inst *inst, int offset,
2321 disasm_insert_error(disasm, offset, inst_size, error_msg.str);