Lines Matching defs:out

776                                  struct cube_selection_coords *out)
780 out->stc[1] = ac_build_intrinsic(ctx, "llvm.amdgcn.cubetc", f32, in, 3, AC_FUNC_ATTR_READNONE);
781 out->stc[0] = ac_build_intrinsic(ctx, "llvm.amdgcn.cubesc", f32, in, 3, AC_FUNC_ATTR_READNONE);
782 out->ma = ac_build_intrinsic(ctx, "llvm.amdgcn.cubema", f32, in, 3, AC_FUNC_ATTR_READNONE);
783 out->id = ac_build_intrinsic(ctx, "llvm.amdgcn.cubeid", f32, in, 3, AC_FUNC_ATTR_READNONE);
1984 args[2] = LLVMBuildBitCast(ctx->builder, a->out[0], ctx->v2i16, "");
1985 args[3] = LLVMBuildBitCast(ctx->builder, a->out[1], ctx->v2i16, "");
1991 args[2] = LLVMBuildBitCast(ctx->builder, a->out[0], ctx->f32, "");
1992 args[3] = LLVMBuildBitCast(ctx->builder, a->out[1], ctx->f32, "");
1993 args[4] = LLVMBuildBitCast(ctx->builder, a->out[2], ctx->f32, "");
1994 args[5] = LLVMBuildBitCast(ctx->builder, a->out[3], ctx->f32, "");
2018 args.out[0] = LLVMGetUndef(ctx->f32); /* R */
2019 args.out[1] = LLVMGetUndef(ctx->f32); /* G */
2020 args.out[2] = LLVMGetUndef(ctx->f32); /* B */
2021 args.out[3] = LLVMGetUndef(ctx->f32); /* A */
4158 _ac_build_dual_src_blend_swizzle(ctx, &mrt0->out[i], &mrt1->out[i]);
4254 * and works out the X and Y derivatives.
4329 args->out[0] = LLVMGetUndef(ctx->f32); /* R, depth */
4330 args->out[1] = LLVMGetUndef(ctx->f32); /* G, stencil test val[0:7], stencil op val[8:15] */
4331 args->out[2] = LLVMGetUndef(ctx->f32); /* B, sample mask */
4332 args->out[3] = LLVMGetUndef(ctx->f32); /* A, alpha to mask */
4342 args->out[0] = ac_to_float(ctx, stencil);
4347 args->out[1] = samplemask;
4352 args->out[0] = depth;
4356 args->out[1] = stencil;
4360 args->out[2] = samplemask;
4364 args->out[3] = mrt0_alpha;
4415 pos.out[0] = pos.out[1] = pos.out[2] = pos.out[3] = LLVMConstReal(ctx->f32, NAN);
4475 args.out[0] = prim->passthrough;
4477 args.out[0] = ac_pack_prim_export(ctx, prim);
4480 args.out[0] = LLVMBuildBitCast(ctx->builder, args.out[0], ctx->f32, "");
4481 args.out[1] = LLVMGetUndef(ctx->f32);
4482 args.out[2] = LLVMGetUndef(ctx->f32);
4483 args.out[3] = LLVMGetUndef(ctx->f32);
4589 LLVMValueRef out[3];
4598 out[0] = LLVMBuildSelect(builder, flatshade_first, index[0],
4600 out[1] = LLVMBuildSelect(builder, flatshade_first,
4603 out[2] = LLVMBuildSelect(builder, flatshade_first,
4605 memcpy(index, out, sizeof(out));