Lines Matching defs:lowered_width
1879 unsigned lowered_width = MIN2(16, inst->exec_size);
1890 lowered_width = MIN2(lowered_width, 4);
1902 lowered_width = MIN2(lowered_width, 4);
1910 lowered_width = MIN2(lowered_width, 4);
1922 lowered_width = MIN2(lowered_width, 4);
1924 return lowered_width;
1962 const unsigned lowered_width =
1964 assert(lowered_width <= inst->exec_size);
1965 if (lowered_width == inst->exec_size)
1981 for (unsigned n = 0; n < inst->exec_size / lowered_width; n++) {
1982 unsigned channel_offset = lowered_width * n;
1984 unsigned size_written = lowered_width * type_sz(inst->dst.type);
1991 linst->exec_size = lowered_width;
2003 copy->exec_size = lowered_width;
2034 MOV(offset(inst->dst, lowered_width, n), src_reg(dst));
2035 mov->exec_size = lowered_width;