Searched refs:madydivma (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_sample.c | 1700 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 D | lp_bld_sample.c | 1837 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