HomeSort by relevance Sort by last modified time
    Searched refs:DOT4 (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/mesa/tnl/
t_rasterpos.c 281 texcoord[0] = DOT4(vObj, texUnit->GenS.ObjectPlane);
284 texcoord[0] = DOT4(vEye, texUnit->GenS.EyePlane);
304 texcoord[1] = DOT4(vObj, texUnit->GenT.ObjectPlane);
307 texcoord[1] = DOT4(vEye, texUnit->GenT.EyePlane);
327 texcoord[2] = DOT4(vObj, texUnit->GenR.ObjectPlane);
330 texcoord[2] = DOT4(vEye, texUnit->GenR.EyePlane);
347 texcoord[3] = DOT4(vObj, texUnit->GenQ.ObjectPlane);
350 texcoord[3] = DOT4(vEye, texUnit->GenQ.EyePlane);
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.h 252 DOT4,
AMDGPUISelLowering.cpp     [all...]
R600ISelLowering.cpp 794 return DAG.getNode(AMDGPUISD::DOT4, DL, MVT::f32, Args);
    [all...]
  /external/mesa3d/src/mesa/main/
macros.h 685 DOT4(const GLfloat a[4], const GLfloat b[4])
  /external/mesa3d/src/mesa/program/
prog_execute.c 857 result[0] = result[1] = result[2] = result[3] = DOT4(a, b);
    [all...]

Completed in 231 milliseconds