OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DOT4
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/mesa/src/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/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
136
DOT4
,
R600ISelLowering.cpp
667
return DAG.getNode(AMDGPUISD::
DOT4
, DL, MVT::f32, Args, 8);
[
all
...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
macros.h
685
DOT4
(const GLfloat a[4], const GLfloat b[4])
/external/mesa3d/src/mesa/main/
macros.h
685
DOT4
(const GLfloat a[4], const GLfloat b[4])
/external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_execute.c
857
result[0] = result[1] = result[2] = result[3] =
DOT4
(a, b);
[
all
...]
/external/mesa3d/src/mesa/program/
prog_execute.c
857
result[0] = result[1] = result[2] = result[3] =
DOT4
(a, b);
[
all
...]
Completed in 255 milliseconds