HomeSort by: relevance | last modified time | path
    Searched defs:lp_build_lerp (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
lp_bld_arit.c 1434 lp_build_lerp(struct lp_build_context *bld, function
1504 LLVMValueRef v0 = lp_build_lerp(bld, x, v00, v01, flags);
1505 LLVMValueRef v1 = lp_build_lerp(bld, x, v10, v11, flags);
1506 return lp_build_lerp(bld, y, v0, v1, flags);
1527 return lp_build_lerp(bld, z, v0, v1, flags);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
lp_bld_arit.c 1543 lp_build_lerp(struct lp_build_context *bld, function
1613 LLVMValueRef v0 = lp_build_lerp(bld, x, v00, v01, flags);
1614 LLVMValueRef v1 = lp_build_lerp(bld, x, v10, v11, flags);
1615 return lp_build_lerp(bld, y, v0, v1, flags);
1636 return lp_build_lerp(bld, z, v0, v1, flags);

Completed in 8 milliseconds