HomeSort by relevance Sort by last modified time
    Searched full:lp_build_elem_type (Results 1 - 7 of 7) sorted by null

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_type.c 37 lp_build_elem_type(struct gallivm_state *gallivm, struct lp_type type) function
64 LLVMTypeRef elem_type = lp_build_elem_type(gallivm, type);
73 * This function is a mirror of lp_build_elem_type() above.
383 bld->elem_type = lp_build_elem_type(gallivm, type);
lp_bld_const.c 257 elem_type = lp_build_elem_type(gallivm, type);
303 LLVMTypeRef elem_type = lp_build_elem_type(gallivm, type);
375 elem_type = lp_build_elem_type(gallivm, type);
lp_bld_type.h 145 /** Same as lp_build_elem_type(type) */
309 lp_build_elem_type(struct gallivm_state *gallivm, struct lp_type type);
lp_bld_intr.c 170 LLVMTypeRef elem_type = lp_build_elem_type(gallivm, intrin_type);
lp_bld_pack.c 719 val = LLVMBuildSExt(builder, val, lp_build_elem_type(gallivm, dst_type), "");
721 val = LLVMBuildZExt(builder, val, lp_build_elem_type(gallivm, dst_type), "");
764 return lp_build_broadcast(gallivm, LLVMVectorType(lp_build_elem_type(gallivm, src_type), dst_length), src);
lp_bld_swizzle.c 292 LLVMValueRef undef = LLVMGetUndef(lp_build_elem_type(bld->gallivm, type));
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_fs.c 852 fs_elem_type = lp_build_elem_type(gallivm, fs_type);
    [all...]

Completed in 109 milliseconds