Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/AMDGPU/
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/mesa3d/src/mesa/main/
Drastpos.c288 texcoord[0] = DOT4(vObj, texUnit->GenS.ObjectPlane); in compute_texgen()
291 texcoord[0] = DOT4(vEye, texUnit->GenS.EyePlane); in compute_texgen()
311 texcoord[1] = DOT4(vObj, texUnit->GenT.ObjectPlane); in compute_texgen()
314 texcoord[1] = DOT4(vEye, texUnit->GenT.EyePlane); in compute_texgen()
334 texcoord[2] = DOT4(vObj, texUnit->GenR.ObjectPlane); in compute_texgen()
337 texcoord[2] = DOT4(vEye, texUnit->GenR.EyePlane); in compute_texgen()
354 texcoord[3] = DOT4(vObj, texUnit->GenQ.ObjectPlane); in compute_texgen()
357 texcoord[3] = DOT4(vEye, texUnit->GenQ.EyePlane); in compute_texgen()
Dmacros.h740 DOT4(const GLfloat a[4], const GLfloat b[4]) in DOT4() function
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h261 DOT4, enumerator
DR600Instructions.td392 def DOT4 : SDNode<"AMDGPUISD::DOT4",
1004 def DOT_4 : R600_VEC2OP<[(set R600_Reg32:$dst, (DOT4
1011 class DOT4_Common <bits<11> inst> : R600_2OP <inst, "DOT4", []>;
DR600ISelLowering.cpp760 return DAG.getNode(AMDGPUISD::DOT4, DL, MVT::f32, Args); in LowerOperation()
DAMDGPUISelLowering.cpp2832 NODE_NAME_CASE(DOT4) in getTargetNodeName()
/external/mesa3d/src/mesa/program/
Dprog_execute.c554 result[0] = result[1] = result[2] = result[3] = DOT4(a, b); in _mesa_execute_program()