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

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_bitarit.c 52 a = LLVMBuildBitCast(builder, a, bld->int_vec_type, "");
53 b = LLVMBuildBitCast(builder, b, bld->int_vec_type, "");
78 a = LLVMBuildBitCast(builder, a, bld->int_vec_type, "");
79 b = LLVMBuildBitCast(builder, b, bld->int_vec_type, "");
106 a = LLVMBuildBitCast(builder, a, bld->int_vec_type, "");
107 b = LLVMBuildBitCast(builder, b, bld->int_vec_type, "");
135 a = LLVMBuildBitCast(builder, a, bld->int_vec_type, "");
136 b = LLVMBuildBitCast(builder, b, bld->int_vec_type, "");
160 a = LLVMBuildBitCast(builder, a, bld->int_vec_type, "");
lp_bld_logic.c 85 LLVMTypeRef int_vec_type = lp_build_int_vec_type(gallivm, type); local
86 LLVMValueRef zeros = LLVMConstNull(int_vec_type);
87 LLVMValueRef ones = LLVMConstAllOnes(int_vec_type);
129 res = LLVMBuildSExt(builder, cond, int_vec_type, "");
158 res = LLVMBuildSExt(builder, cond, int_vec_type, "");
176 LLVMTypeRef int_vec_type = lp_build_int_vec_type(gallivm, type); local
177 LLVMValueRef zeros = LLVMConstNull(int_vec_type);
178 LLVMValueRef ones = LLVMConstAllOnes(int_vec_type);
268 LLVMTypeRef int_vec_type = lp_build_int_vec_type(bld->gallivm, type); local
269 a = LLVMBuildBitCast(builder, a, int_vec_type, "");
    [all...]
lp_bld_arit.c 1788 LLVMTypeRef int_vec_type = lp_build_int_vec_type(bld->gallivm, type); local
1910 LLVMTypeRef int_vec_type = lp_build_int_vec_type(bld->gallivm, type); local
2125 LLVMTypeRef int_vec_type = bld->int_vec_type; local
2180 LLVMTypeRef int_vec_type = bld->int_vec_type; local
2233 LLVMTypeRef int_vec_type = bld->int_vec_type; local
2308 LLVMTypeRef int_vec_type = bld->int_vec_type; local
2408 LLVMTypeRef int_vec_type = lp_build_int_vec_type(bld->gallivm, type); local
2429 LLVMTypeRef int_vec_type = bld->int_vec_type; local
2485 LLVMTypeRef int_vec_type = bld->int_vec_type; local
2542 LLVMTypeRef int_vec_type = bld->int_vec_type; local
3457 LLVMTypeRef int_vec_type = lp_build_int_vec_type(bld->gallivm, type); local
3682 LLVMTypeRef int_vec_type = lp_build_int_vec_type(bld->gallivm, bld->type); local
3702 LLVMTypeRef int_vec_type = lp_build_int_vec_type(bld->gallivm, bld->type); local
    [all...]
lp_bld_type.c 380 bld->int_vec_type = bld->int_elem_type;
384 bld->int_vec_type = LLVMVectorType(bld->int_elem_type, type.length);
lp_bld_conv.c 101 LLVMTypeRef int_vec_type = lp_build_vec_type(gallivm, i32_type); local
119 h = LLVMBuildZExt(builder, src, int_vec_type, "");
245 LLVMTypeRef int_vec_type = lp_build_int_vec_type(gallivm, src_type); local
276 res = LLVMBuildBitCast(builder, res, int_vec_type, "");
324 res = LLVMBuildFPToSI(builder, res, int_vec_type, "");
372 LLVMTypeRef int_vec_type = lp_build_int_vec_type(gallivm, dst_type); local
424 LLVMBuildBitCast(builder, bias_, int_vec_type, ""), "");
    [all...]
lp_bld_type.h 160 LLVMTypeRef int_vec_type; member in struct:lp_build_context
lp_bld_tgsi_soa.c 206 mask->int_vec_type = lp_build_int_vec_type(bld->gallivm, mask->bld->type);
209 LLVMConstAllOnes(mask->int_vec_type);
277 assert(mask->cond_mask == LLVMConstAllOnes(mask->int_vec_type));
280 assert(LLVMTypeOf(val) == mask->int_vec_type);
300 assert(prev_mask == LLVMConstAllOnes(mask->int_vec_type));
342 ctx->break_var = lp_build_alloca(mask->bld->gallivm, mask->int_vec_type, "");
390 mask->switch_mask = LLVMConstNull(mask->bld->int_vec_type);
522 mask->switch_mask = LLVMConstNull(mask->int_vec_type);
524 ctx->switch_mask_default = LLVMConstNull(mask->int_vec_type);
987 bld_base->dbl_bld.int_vec_type, "")
    [all...]
lp_bld_format_soa.c 648 dst[i] = LLVMBuildBitCast(builder, dst[i], bld.int_vec_type, "");
773 packed = LLVMBuildBitCast(builder, packed, bld.int_vec_type, "");
lp_bld_tgsi.h 260 LLVMTypeRef int_vec_type; member in struct:lp_exec_mask
lp_bld_tgsi_action.c 699 bld_base->base.int_vec_type, "");
859 bld_base->base.int_vec_type, "");
872 bld_base->base.int_vec_type, "");
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_fs.c 313 LLVMTypeRef vec_type, int_vec_type; local
384 int_vec_type = lp_build_vec_type(gallivm, int_type);
389 stencil_refs[0] = lp_build_broadcast(gallivm, int_vec_type, stencil_refs[0]);
390 stencil_refs[1] = lp_build_broadcast(gallivm, int_vec_type, stencil_refs[1]);
563 stencil_refs[0] = LLVMBuildBitCast(builder, stencil_refs[0], int_vec_type, "");
    [all...]
lp_bld_depth.c     [all...]

Completed in 72 milliseconds