Searched refs:int_bld (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.h299 struct lp_build_context int_bld; member in struct:lp_build_tgsi_context
438 struct lp_build_context int_bld; member in struct:lp_build_tgsi_aos_context
H A Dlp_bld_tgsi_action.c1029 emit_data->output[emit_data->chan] = lp_build_abs(&bld_base->int_bld,
1040 emit_data->output[emit_data->chan] = lp_build_div(&bld_base->int_bld,
1051 emit_data->output[emit_data->chan] = lp_build_sub(&bld_base->int_bld,
1052 bld_base->int_bld.zero,
1065 bld_base->int_bld.type, ~0U);
1066 LLVMValueRef cond = lp_build_cmp(&bld_base->int_bld, pipe_func,
1068 emit_data->output[emit_data->chan] = lp_build_select(&bld_base->int_bld,
1071 bld_base->int_bld.zero);
1081 emit_data->output[emit_data->chan] = lp_build_max(&bld_base->int_bld,
1092 emit_data->output[emit_data->chan] = lp_build_min(&bld_base->int_bld,
[all...]
H A Dlp_bld_sample.h216 struct lp_build_context int_bld; member in struct:lp_build_sample_context
H A Dlp_bld_tgsi_soa.c566 bld_fetch = &bld_base->int_bld;
649 res = LLVMConstBitCast(res, bld_base->int_bld.vec_type);
714 res = LLVMBuildBitCast(builder, res, bld_base->int_bld.vec_type, "");
767 LLVMTypeRef itype = LLVMPointerType(bld->bld_base.int_bld.vec_type, 0);
821 res = LLVMBuildBitCast(builder, res, bld_base->int_bld.vec_type, "");
950 bld_store = &bld_base->int_bld;
1072 LLVMTypeRef itype = bld_base->int_bld.vec_type;
1366 bld->bld_base.int_bld.type,
1629 LLVMValueRef tmp = lp_build_const_vec(gallivm, bld_base->int_bld.type, imm->u[i].Int);
2078 lp_build_context_init(&bld.bld_base.int_bld, galliv
[all...]
H A Dlp_bld_sample_soa.c1096 struct lp_build_context *int_bld = &bld->int_bld; local
1130 lod_ipart, int_bld->zero, "");
1286 lp_build_context_init(&bld.int_bld, gallivm, bld.int_type);
1462 lp_build_context_init(&bld4.int_bld, gallivm, bld4.int_type);
H A Dlp_bld_tgsi_aos.c1003 lp_build_context_init(&bld.bld_base.int_bld, gallivm, lp_int_type(type));
1004 lp_build_context_init(&bld.int_bld, gallivm, lp_int_type(type));
H A Dlp_bld_sample_aos.c1540 struct lp_build_context *int_bld = &bld->int_bld; local
1585 lod_ipart, int_bld->zero, "");
H A Dlp_bld_sample.c1166 face_var = lp_build_alloca(gallivm, bld->int_bld.vec_type, "face_var");
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.h299 struct lp_build_context int_bld; member in struct:lp_build_tgsi_context
438 struct lp_build_context int_bld; member in struct:lp_build_tgsi_aos_context
H A Dlp_bld_tgsi_action.c1029 emit_data->output[emit_data->chan] = lp_build_abs(&bld_base->int_bld,
1040 emit_data->output[emit_data->chan] = lp_build_div(&bld_base->int_bld,
1051 emit_data->output[emit_data->chan] = lp_build_sub(&bld_base->int_bld,
1052 bld_base->int_bld.zero,
1065 bld_base->int_bld.type, ~0U);
1066 LLVMValueRef cond = lp_build_cmp(&bld_base->int_bld, pipe_func,
1068 emit_data->output[emit_data->chan] = lp_build_select(&bld_base->int_bld,
1071 bld_base->int_bld.zero);
1081 emit_data->output[emit_data->chan] = lp_build_max(&bld_base->int_bld,
1092 emit_data->output[emit_data->chan] = lp_build_min(&bld_base->int_bld,
[all...]
H A Dlp_bld_sample.h216 struct lp_build_context int_bld; member in struct:lp_build_sample_context
H A Dlp_bld_tgsi_soa.c566 bld_fetch = &bld_base->int_bld;
649 res = LLVMConstBitCast(res, bld_base->int_bld.vec_type);
714 res = LLVMBuildBitCast(builder, res, bld_base->int_bld.vec_type, "");
767 LLVMTypeRef itype = LLVMPointerType(bld->bld_base.int_bld.vec_type, 0);
821 res = LLVMBuildBitCast(builder, res, bld_base->int_bld.vec_type, "");
950 bld_store = &bld_base->int_bld;
1072 LLVMTypeRef itype = bld_base->int_bld.vec_type;
1366 bld->bld_base.int_bld.type,
1629 LLVMValueRef tmp = lp_build_const_vec(gallivm, bld_base->int_bld.type, imm->u[i].Int);
2078 lp_build_context_init(&bld.bld_base.int_bld, galliv
[all...]
H A Dlp_bld_sample_soa.c1096 struct lp_build_context *int_bld = &bld->int_bld; local
1130 lod_ipart, int_bld->zero, "");
1286 lp_build_context_init(&bld.int_bld, gallivm, bld.int_type);
1462 lp_build_context_init(&bld4.int_bld, gallivm, bld4.int_type);
H A Dlp_bld_tgsi_aos.c1003 lp_build_context_init(&bld.bld_base.int_bld, gallivm, lp_int_type(type));
1004 lp_build_context_init(&bld.int_bld, gallivm, lp_int_type(type));
H A Dlp_bld_sample_aos.c1540 struct lp_build_context *int_bld = &bld->int_bld; local
1585 lod_ipart, int_bld->zero, "");
H A Dlp_bld_sample.c1166 face_var = lp_build_alloca(gallivm, bld->int_bld.vec_type, "face_var");
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A Dradeon_setup_tgsi_llvm.c484 bld_base->int_bld.zero, "");
656 LLVMTypeRef offset_type = bld_base->int_bld.elem_type;
675 emit_data->args[1] = bld_base->int_bld.zero;
676 emit_data->args[2] = bld_base->int_bld.zero;
677 emit_data->args[3] = bld_base->int_bld.zero;
873 cmp = LLVMBuildICmp(builder, LLVMIntSGT, emit_data->args[0], bld_base->int_bld.zero, "");
874 val = LLVMBuildSelect(builder, cmp, bld_base->int_bld.one, emit_data->args[0], "");
875 cmp = LLVMBuildICmp(builder, LLVMIntSGE, val, bld_base->int_bld.zero, "");
876 val = LLVMBuildSelect(builder, cmp, val, LLVMConstInt(bld_base->int_bld.elem_type, -1, true), "");
878 cmp = LLVMBuildFCmp(builder, LLVMRealUGT, emit_data->args[0], bld_base->int_bld
[all...]
/external/mesa3d/src/gallium/drivers/radeon/
H A Dradeon_setup_tgsi_llvm.c484 bld_base->int_bld.zero, "");
656 LLVMTypeRef offset_type = bld_base->int_bld.elem_type;
675 emit_data->args[1] = bld_base->int_bld.zero;
676 emit_data->args[2] = bld_base->int_bld.zero;
677 emit_data->args[3] = bld_base->int_bld.zero;
873 cmp = LLVMBuildICmp(builder, LLVMIntSGT, emit_data->args[0], bld_base->int_bld.zero, "");
874 val = LLVMBuildSelect(builder, cmp, bld_base->int_bld.one, emit_data->args[0], "");
875 cmp = LLVMBuildICmp(builder, LLVMIntSGE, val, bld_base->int_bld.zero, "");
876 val = LLVMBuildSelect(builder, cmp, val, LLVMConstInt(bld_base->int_bld.elem_type, -1, true), "");
878 cmp = LLVMBuildFCmp(builder, LLVMRealUGT, emit_data->args[0], bld_base->int_bld
[all...]

Completed in 199 milliseconds