Searched refs:DOT4 (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_rasterpos.c281 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/mesa3d/src/mesa/tnl/
H A Dt_rasterpos.c281 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/
H A DAMDGPUISelLowering.h200 DOT4, enumerator in enum:llvm::AMDGPUISD::__anon26100
H A DAMDGPUISelLowering.cpp2135 NODE_NAME_CASE(DOT4)
H A DR600ISelLowering.cpp784 return DAG.getNode(AMDGPUISD::DOT4, DL, MVT::f32, Args);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dmacros.h685 DOT4(const GLfloat a[4], const GLfloat b[4]) function
/external/mesa3d/src/mesa/main/
H A Dmacros.h685 DOT4(const GLfloat a[4], const GLfloat b[4]) function
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_execute.c857 result[0] = result[1] = result[2] = result[3] = DOT4(a, b);
/external/mesa3d/src/mesa/program/
H A Dprog_execute.c857 result[0] = result[1] = result[2] = result[3] = DOT4(a, b);

Completed in 418 milliseconds