Searched refs:DOT4 (Results 1 – 11 of 11) sorted by relevance
/external/llvm/test/CodeGen/AMDGPU/ |
D | literals.ll | 51 ; 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
|
D | predicate-dp4.ll | 5 ; CHECK: DOT4 T{{[0-9]+}}.X, T0.X, T0.X, Pred_sel_one
|
D | pv-packing.ll | 3 ;CHECK: DOT4 T{{[0-9]\.X}}
|
D | pv.ll | 3 ; CHECK: DOT4 * T{{[0-9]\.W}} (MASKED)
|
/external/mesa3d/src/mesa/main/ |
D | rastpos.c | 288 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()
|
D | macros.h | 740 DOT4(const GLfloat a[4], const GLfloat b[4]) in DOT4() function
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.h | 261 DOT4, enumerator
|
D | R600Instructions.td | 392 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", []>;
|
D | R600ISelLowering.cpp | 760 return DAG.getNode(AMDGPUISD::DOT4, DL, MVT::f32, Args); in LowerOperation()
|
D | AMDGPUISelLowering.cpp | 2832 NODE_NAME_CASE(DOT4) in getTargetNodeName()
|
/external/mesa3d/src/mesa/program/ |
D | prog_execute.c | 554 result[0] = result[1] = result[2] = result[3] = DOT4(a, b); in _mesa_execute_program()
|