Searched refs:DOT4 (Results 1 – 16 of 16) sorted by relevance
/external/mesa3d/src/mesa/tnl/ |
D | t_rasterpos.c | 281 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/ |
D | t_rasterpos.c | 281 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/ |
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/llvm/lib/Target/R600/ |
D | AMDGPUISelLowering.h | 200 DOT4, enumerator
|
D | R600Instructions.td | 364 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", []>;
|
D | R600ISelLowering.cpp | 784 return DAG.getNode(AMDGPUISD::DOT4, DL, MVT::f32, Args); in LowerOperation()
|
D | AMDGPUISelLowering.cpp | 2135 NODE_NAME_CASE(DOT4) in getTargetNodeName()
|
/external/mesa3d/src/mesa/main/ |
D | macros.h | 685 DOT4(const GLfloat a[4], const GLfloat b[4]) in DOT4() function
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
D | macros.h | 685 DOT4(const GLfloat a[4], const GLfloat b[4]) in DOT4() function
|
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
D | prog_execute.c | 857 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/ |
D | R600Instructions.td | 561 "DOT4 $dst $src0, $src1",
|
/external/mesa3d/src/mesa/program/ |
D | prog_execute.c | 857 result[0] = result[1] = result[2] = result[3] = DOT4(a, b); in _mesa_execute_program()
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | R600Instructions.td | 561 "DOT4 $dst $src0, $src1",
|