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

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_type.c 160 lp_build_int_elem_type(struct gallivm_state *gallivm, struct lp_type type) function
169 LLVMTypeRef elem_type = lp_build_int_elem_type(gallivm, type);
381 bld->int_elem_type = lp_build_int_elem_type(gallivm, type);
lp_bld_type.h 151 /** Same as lp_build_int_elem_type(type) */
329 lp_build_int_elem_type(struct gallivm_state *gallivm, struct lp_type type);
lp_bld_const.c 345 LLVMTypeRef elem_type = lp_build_int_elem_type(gallivm, type);

Completed in 46 milliseconds