Searched refs:DOT4 (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
H A D | rastpos.c | 313 texcoord[0] = DOT4(vObj, texUnit->ObjectPlane[GEN_S]); in compute_texgen() 316 texcoord[0] = DOT4(vEye, texUnit->EyePlane[GEN_S]); in compute_texgen() 336 texcoord[1] = DOT4(vObj, texUnit->ObjectPlane[GEN_T]); in compute_texgen() 339 texcoord[1] = DOT4(vEye, texUnit->EyePlane[GEN_T]); in compute_texgen() 359 texcoord[2] = DOT4(vObj, texUnit->ObjectPlane[GEN_R]); in compute_texgen() 362 texcoord[2] = DOT4(vEye, texUnit->EyePlane[GEN_R]); in compute_texgen() 379 texcoord[3] = DOT4(vObj, texUnit->ObjectPlane[GEN_Q]); in compute_texgen() 382 texcoord[3] = DOT4(vEye, texUnit->EyePlane[GEN_Q]); in compute_texgen()
|
H A D | macros.h | 716 DOT4(const GLfloat a[4], const GLfloat b[4]) in DOT4() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.h | 414 DOT4,
|
H A D | R600ISelLowering.cpp | 590 return DAG.getNode(AMDGPUISD::DOT4, DL, MVT::f32, Args); in LowerOperation()
|
H A D | AMDGPUISelLowering.cpp | 4279 NODE_NAME_CASE(DOT4) in getTargetNodeName()
|
Completed in 15 milliseconds