Lines Matching refs:lowered_width
2129 unsigned lowered_width = MIN2(16, inst->exec_size); in get_lowered_simd_width() local
2140 lowered_width = MIN2(lowered_width, 4); in get_lowered_simd_width()
2152 lowered_width = MIN2(lowered_width, 4); in get_lowered_simd_width()
2160 lowered_width = MIN2(lowered_width, 4); in get_lowered_simd_width()
2172 lowered_width = MIN2(lowered_width, 4); in get_lowered_simd_width()
2174 return lowered_width; in get_lowered_simd_width()
2212 const unsigned lowered_width = in lower_simd_width() local
2214 assert(lowered_width <= inst->exec_size); in lower_simd_width()
2215 if (lowered_width == inst->exec_size) in lower_simd_width()
2231 for (unsigned n = 0; n < inst->exec_size / lowered_width; n++) { in lower_simd_width()
2232 unsigned channel_offset = lowered_width * n; in lower_simd_width()
2234 unsigned size_written = lowered_width * type_sz(inst->dst.type); in lower_simd_width()
2241 linst->exec_size = lowered_width; in lower_simd_width()
2253 copy->exec_size = lowered_width; in lower_simd_width()
2284 MOV(offset(inst->dst, lowered_width, n), src_reg(dst)); in lower_simd_width()
2285 mov->exec_size = lowered_width; in lower_simd_width()