HomeSort by relevance Sort by last modified time
    Searched defs:int_vec_type (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_logic.c 81 LLVMTypeRef int_vec_type = lp_build_int_vec_type(gallivm, type); local
82 LLVMValueRef zeros = LLVMConstNull(int_vec_type);
83 LLVMValueRef ones = LLVMConstAllOnes(int_vec_type);
166 res = LLVMBuildBitCast(builder, res, int_vec_type, "");
280 res = LLVMBuildSExt(builder, cond, int_vec_type, "");
284 res = LLVMBuildSExt(builder, cond, int_vec_type, "");
289 res = LLVMGetUndef(int_vec_type);
336 res = LLVMBuildSExt(builder, cond, int_vec_type, "");
340 res = LLVMBuildSExt(builder, cond, int_vec_type, "");
345 res = LLVMGetUndef(int_vec_type);
409 LLVMTypeRef int_vec_type = lp_build_int_vec_type(bld->gallivm, type); local
    [all...]
lp_bld_type.h 155 LLVMTypeRef int_vec_type; member in struct:lp_build_context
lp_bld_conv.c 95 LLVMTypeRef int_vec_type = lp_build_vec_type(gallivm, i32_type); local
109 LLVMValueRef h = LLVMBuildZExt(builder, src, int_vec_type, "");
116 LLVMValueRef scaled = LLVMBuildBitCast(builder, LLVMBuildFMul(builder, shifted, f32_magic, ""), int_vec_type, "");
158 LLVMTypeRef int_vec_type = lp_build_int_vec_type(gallivm, src_type); local
188 res = LLVMBuildBitCast(builder, res, int_vec_type, "");
205 res = LLVMBuildFPToSI(builder, res, int_vec_type, "");
234 res = LLVMBuildFPToSI(builder, res, int_vec_type, "");
282 LLVMTypeRef int_vec_type = lp_build_int_vec_type(gallivm, dst_type); local
334 LLVMBuildBitCast(builder, bias_, int_vec_type, ""), "");
lp_bld_tgsi.h 242 LLVMTypeRef int_vec_type; member in struct:lp_exec_mask
lp_bld_arit.c 1107 LLVMTypeRef int_vec_type = lp_build_int_vec_type(bld->gallivm, type); local
1110 a = LLVMBuildBitCast(builder, a, int_vec_type, "");
1221 LLVMTypeRef int_vec_type = lp_build_int_vec_type(bld->gallivm, type); local
1449 LLVMTypeRef int_vec_type = lp_build_int_vec_type(bld->gallivm, type); local
1595 LLVMTypeRef int_vec_type = lp_build_int_vec_type(bld->gallivm, type); local
1616 LLVMTypeRef int_vec_type = bld->int_vec_type; local
1672 LLVMTypeRef int_vec_type = bld->int_vec_type; local
1731 LLVMTypeRef int_vec_type = bld->int_vec_type; local
2789 LLVMTypeRef int_vec_type = lp_build_int_vec_type(bld->gallivm, type); local
    [all...]

Completed in 151 milliseconds