Home
last modified time | relevance | path

Searched refs:DOT4 (Results 1 – 16 of 16) sorted by relevance

/external/mesa3d/src/mesa/tnl/
Dt_rasterpos.c281 texcoord[0] = DOT4(vObj, texUnit->GenS.ObjectPlane); in compute_texgen()
284 texcoord[0] = DOT4(vEye, texUnit->GenS.EyePlane); in compute_texgen()
304 texcoord[1] = DOT4(vObj, texUnit->GenT.ObjectPlane); in compute_texgen()
307 texcoord[1] = DOT4(vEye, texUnit->GenT.EyePlane); in compute_texgen()
327 texcoord[2] = DOT4(vObj, texUnit->GenR.ObjectPlane); in compute_texgen()
330 texcoord[2] = DOT4(vEye, texUnit->GenR.EyePlane); in compute_texgen()
347 texcoord[3] = DOT4(vObj, texUnit->GenQ.ObjectPlane); in compute_texgen()
350 texcoord[3] = DOT4(vEye, texUnit->GenQ.EyePlane); in compute_texgen()
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
Dt_rasterpos.c281 texcoord[0] = DOT4(vObj, texUnit->GenS.ObjectPlane); in compute_texgen()
284 texcoord[0] = DOT4(vEye, texUnit->GenS.EyePlane); in compute_texgen()
304 texcoord[1] = DOT4(vObj, texUnit->GenT.ObjectPlane); in compute_texgen()
307 texcoord[1] = DOT4(vEye, texUnit->GenT.EyePlane); in compute_texgen()
327 texcoord[2] = DOT4(vObj, texUnit->GenR.ObjectPlane); in compute_texgen()
330 texcoord[2] = DOT4(vEye, texUnit->GenR.EyePlane); in compute_texgen()
347 texcoord[3] = DOT4(vObj, texUnit->GenQ.ObjectPlane); in compute_texgen()
350 texcoord[3] = DOT4(vEye, texUnit->GenQ.EyePlane); in compute_texgen()
/external/llvm/test/CodeGen/R600/
Dliterals.ll51 ; CHECK: DOT4 T[[GPR:[0-9]]].X, 1.0
52 ; CHECK-NEXT: DOT4 T[[GPR]].Y (MASKED), 1.0
53 ; CHECK-NEXT: DOT4 T[[GPR]].Z (MASKED), 1.0
54 ; CHECK-NEXT: DOT4 * T[[GPR]].W (MASKED), 1.0
Dpredicate-dp4.ll5 ; CHECK: DOT4 T{{[0-9]+}}.X, T0.X, T0.X, Pred_sel_one
Dpv-packing.ll3 ;CHECK: DOT4 T{{[0-9]\.X}}
Dpv.ll3 ;CHECK: DOT4 * T{{[0-9]\.W}} (MASKED)
/external/llvm/lib/Target/R600/
DAMDGPUISelLowering.h200 DOT4, enumerator
DR600Instructions.td364 def DOT4 : SDNode<"AMDGPUISD::DOT4",
974 def DOT_4 : R600_VEC2OP<[(set R600_Reg32:$dst, (DOT4
981 class DOT4_Common <bits<11> inst> : R600_2OP <inst, "DOT4", []>;
DR600ISelLowering.cpp784 return DAG.getNode(AMDGPUISD::DOT4, DL, MVT::f32, Args); in LowerOperation()
DAMDGPUISelLowering.cpp2135 NODE_NAME_CASE(DOT4) in getTargetNodeName()
/external/mesa3d/src/mesa/main/
Dmacros.h685 DOT4(const GLfloat a[4], const GLfloat b[4]) in DOT4() function
/external/chromium_org/third_party/mesa/src/src/mesa/main/
Dmacros.h685 DOT4(const GLfloat a[4], const GLfloat b[4]) in DOT4() function
/external/chromium_org/third_party/mesa/src/src/mesa/program/
Dprog_execute.c857 result[0] = result[1] = result[2] = result[3] = DOT4(a, b); in _mesa_execute_program()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
DR600Instructions.td561 "DOT4 $dst $src0, $src1",
/external/mesa3d/src/mesa/program/
Dprog_execute.c857 result[0] = result[1] = result[2] = result[3] = DOT4(a, b); in _mesa_execute_program()
/external/mesa3d/src/gallium/drivers/radeon/
DR600Instructions.td561 "DOT4 $dst $src0, $src1",