Lines Matching defs:out
241 nir_ssa_def *out = nir_logicop_func(b, options->logicop_func, src, dst);
248 out = nir_iand(b, out, nir_build_imm(b, 4, 32, mask));
252 out = nir_format_unorm_to_float(b, out, bits);
254 out = nir_format_snorm_to_float(b, out, bits);
260 out = nir_f2f16(b, out);
262 return out;
420 /* Write out the final color instead of the input */
512 * fine if we have to pad out a value with undef but we then need to blend