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

  /external/chromium_org/third_party/mesa/src/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);
  /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);

Completed in 29 milliseconds