Lines Matching defs:retval

3111       const struct dxil_value *retval = dxil_emit_extractval(&ctx->mod, agg, i);
3112 store_dest(ctx, &intr->dest, i, retval,
3377 const struct dxil_value *retval = dxil_emit_call(&ctx->mod, func, args, num_args);
3378 if (!retval)
3380 store_dest(ctx, &intr->dest, i, retval, out_type);
3461 const struct dxil_value *retval = dxil_emit_call(&ctx->mod, func, args, num_args);
3462 if (!retval)
3464 store_dest(ctx, &intr->dest, i, retval, nir_type_float);
3484 const struct dxil_value *retval =
3486 if (!retval)
3489 store_dest(ctx, &intr->dest, 0, retval, nir_type_uint);
3515 const struct dxil_value *ptr, *retval;
3521 retval = dxil_emit_load(&ctx->mod, ptr, align, false);
3522 if (!retval)
3525 store_dest(ctx, &intr->dest, 0, retval, nir_type_uint);
3551 const struct dxil_value *ptr, *retval;
3557 retval = dxil_emit_load(&ctx->mod, ptr, align, false);
3558 if (!retval)
3561 store_dest(ctx, &intr->dest, 0, retval, nir_type_uint);
3804 const struct dxil_value *retval =
3807 if (!retval)
3810 store_dest(ctx, &intr->dest, 0, retval, type);
3851 const struct dxil_value *retval =
3854 if (!retval)
3857 store_dest(ctx, &intr->dest, 0, retval, nir_type_uint);
3906 const struct dxil_value *retval = dxil_emit_extractval(&ctx->mod, dimensions, i);
3907 store_dest(ctx, &intr->dest, i, retval, nir_type_uint);
3937 const struct dxil_value *retval = dxil_emit_extractval(&ctx->mod, dimensions, 0);
3938 store_dest(ctx, &intr->dest, 0, retval, nir_type_uint);
3964 const struct dxil_value *retval =
3967 if (!retval)
3970 store_dest(ctx, &intr->dest, 0, retval, type);
3996 const struct dxil_value *retval =
3999 if (!retval)
4002 store_dest(ctx, &intr->dest, 0, retval, nir_type_int);
4023 const struct dxil_value *ptr, *value, *retval;
4033 retval = dxil_emit_atomicrmw(&ctx->mod, value, ptr, op, false,
4036 if (!retval)
4039 store_dest(ctx, &intr->dest, 0, retval, type);
4059 const struct dxil_value *ptr, *cmpval, *newval, *retval;
4070 retval = dxil_emit_cmpxchg(&ctx->mod, cmpval, newval, ptr, false,
4073 if (!retval)
4076 store_dest(ctx, &intr->dest, 0, retval, nir_type_uint);
5005 const struct dxil_value *retval = dxil_emit_extractval(&ctx->mod, sample, 3);
5006 store_dest(ctx, &instr->dest, 0, retval, nir_alu_type_get_base_type(instr->dest_type));
5018 const struct dxil_value *retval = dxil_emit_extractval(&ctx->mod, sample, i);
5019 store_dest(ctx, &instr->dest, i, retval, nir_alu_type_get_base_type(instr->dest_type));
5803 bool retval = true;
5837 retval = false;
5900 retval = false;
5907 retval = false;
5914 retval = false;
5931 retval = false;
5941 retval = false;
5951 retval = false;
5963 retval = false;
5974 retval = false;
5980 retval = false;
5986 retval = false;
6008 return retval;