Home | History | Annotate | Download | only in radeonsi

Lines Matching defs:dst_type

3657 	emit_data->dst_type = LLVMVectorType(bld_base->base.elem_type, 4);
3700 LLVMTypeRef dst_type;
3705 dst_type = ctx->f32;
3709 dst_type = LLVMVectorType(ctx->f32, 2);
3713 dst_type = ctx->v4f32;
3718 builder, intrinsic_name, dst_type,
3823 builder, "llvm.amdgcn.buffer.load.format.v4f32", emit_data->dst_type,
3828 emit_data->dst_type, /* vdata */
3835 builder, intrinsic_name, emit_data->dst_type,
3855 emit_data->dst_type = LLVMVoidTypeInContext(gallivm->context);
3974 builder, intrinsic_name, emit_data->dst_type,
4032 emit_data->dst_type, emit_data->args,
4043 builder, intrinsic_name, emit_data->dst_type,
4060 emit_data->dst_type = bld_base->base.elem_type;
4172 emit_data->output[emit_data->chan] = LLVMBuildBitCast(builder, result, emit_data->dst_type, "");
4227 emit_data->dst_type = ctx->v4i32;
4270 builder, "llvm.SI.getresinfo.i32", emit_data->dst_type,
4314 emit_data->dst_type = ctx->v4i32;
4316 emit_data->dst_type = ctx->v4f32;
4508 emit_data->dst_type, emit_data->args, emit_data->arg_count,
4550 emit_data->dst_type = ctx->v4f32;
4885 txq_emit_data.dst_type = ctx->v4i32;
4920 lp_build_intrinsic(builder, intr_name, emit_data->dst_type,
4944 "llvm.SI.vs.load.input", emit_data->dst_type,
5021 base->gallivm->builder, intr_name, emit_data->dst_type,