Searched refs:madydivma (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.c1700 LLVMValueRef madx, mady, madxdivma, madydivma; local in function:lp_build_cube_lookup
1826 madydivma = lp_build_mul(coord_bld, mady, ima);
1827 tmp = lp_build_mul(coord_bld, madydivma, face_s);
1832 tmp = lp_build_mul(coord_bld, madydivma, face_t);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.c1837 LLVMValueRef madx, mady, madxdivma, madydivma; local in function:lp_build_cube_lookup
1963 madydivma = lp_build_mul(coord_bld, mady, ima);
1964 tmp = lp_build_mul(coord_bld, madydivma, face_s);
1969 tmp = lp_build_mul(coord_bld, madydivma, face_t);

Completed in 8 milliseconds