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

  /external/mesa3d/src/mesa/main/
rastpos.c 288 texcoord[0] = DOT4(vObj, texUnit->GenS.ObjectPlane);
291 texcoord[0] = DOT4(vEye, texUnit->GenS.EyePlane);
311 texcoord[1] = DOT4(vObj, texUnit->GenT.ObjectPlane);
314 texcoord[1] = DOT4(vEye, texUnit->GenT.EyePlane);
334 texcoord[2] = DOT4(vObj, texUnit->GenR.ObjectPlane);
337 texcoord[2] = DOT4(vEye, texUnit->GenR.EyePlane);
354 texcoord[3] = DOT4(vObj, texUnit->GenQ.ObjectPlane);
357 texcoord[3] = DOT4(vEye, texUnit->GenQ.EyePlane);
macros.h 740 DOT4(const GLfloat a[4], const GLfloat b[4])
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.h 261 DOT4,
R600ISelLowering.cpp 760 return DAG.getNode(AMDGPUISD::DOT4, DL, MVT::f32, Args);
    [all...]
AMDGPUISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.h 390 DOT4,
R600ISelLowering.cpp 588 return DAG.getNode(AMDGPUISD::DOT4, DL, MVT::f32, Args);
    [all...]
AMDGPUISelLowering.cpp     [all...]
  /external/mesa3d/src/mesa/program/
prog_execute.c 551 result[0] = result[1] = result[2] = result[3] = DOT4(a, b);
    [all...]

Completed in 623 milliseconds