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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.c278 LLVMValueRef ddmax[3] = { NULL }, ddx[3] = { NULL }, ddy[3] = { NULL }; local in function:lp_build_rho
300 ddmax[i] = lp_build_max(coord_bld, tmpx, tmpy);
301 ddmax[i] = lp_build_mul(coord_bld, floatdim, ddmax[i]);
315 rho = ddmax[0];
317 rho = lp_build_max(coord_bld, rho, ddmax[1]);
319 rho = lp_build_max(coord_bld, rho, ddmax[2]);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.c403 LLVMValueRef ddmax[3] = { NULL }, ddx[3] = { NULL }, ddy[3] = { NULL }; local in function:lp_build_rho
425 ddmax[i] = lp_build_max(coord_bld, tmpx, tmpy);
426 ddmax[i] = lp_build_mul(coord_bld, floatdim, ddmax[i]);
440 rho = ddmax[0];
442 rho = lp_build_max(coord_bld, rho, ddmax[1]);
444 rho = lp_build_max(coord_bld, rho, ddmax[2]);

Completed in 8 milliseconds