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

  /xsrc/external/mit/mesa-demos/dist/src/demos/
morph3d.c 211 GLfloat Ax,Ay,Bx; \
217 Ax=(Edge)*(+0.5/(Divisions)), Ay=(Edge)*(-SQRT3/(2*Divisions)); \
224 Yf=Vr+(float)(Ri-Ti)*Ay + (float)Ti*Ay; \
236 Yf=Vr+(float)(Ri-Ti-1)*Ay + (float)Ti*Ay; \
249 Yf=Vr+(float)Ri*Ay; \
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
lp_bld_sample_soa.c 2174 LLVMValueRef Ay = lp_build_swizzle_aos(coord_bld, A, swizzle15);
2175 A = lp_build_add(coord_bld, A, Ay);

Completed in 8 milliseconds