HomeSort by relevance Sort by last modified time
    Searched refs:lp_build_int_vec_type (Results 1 - 11 of 11) 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);
409 LLVMTypeRef int_vec_type = lp_build_int_vec_type(bld->gallivm, type);
lp_bld_type.c 167 lp_build_int_vec_type(struct gallivm_state *gallivm, struct lp_type type) function
lp_bld_type.h 154 /** Same as lp_build_int_vec_type(type) */
333 lp_build_int_vec_type(struct gallivm_state *gallivm, struct lp_type type);
lp_bld_arit.c 815 a = LLVMBuildBitCast(builder, a, lp_build_int_vec_type(bld->type), "");
1107 LLVMTypeRef int_vec_type = lp_build_int_vec_type(bld->gallivm, type);
    [all...]
lp_bld_conv.c 158 LLVMTypeRef int_vec_type = lp_build_int_vec_type(gallivm, src_type);
282 LLVMTypeRef int_vec_type = lp_build_int_vec_type(gallivm, dst_type);
lp_bld_flow.c 172 lp_build_int_vec_type(gallivm, type),
lp_bld_format_soa.c 268 lp_build_int_vec_type(gallivm, dst_type), "");
lp_bld_tgsi_soa.c 79 mask->int_vec_type = lp_build_int_vec_type(bld->gallivm, mask->bld->type);
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_setup.c 478 one = LLVMBuildBitCast(builder, one, lp_build_int_vec_type(gallivm, type), "");
lp_state_fs.c     [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.c     [all...]

Completed in 235 milliseconds