Home
last modified time | relevance | path

Searched refs:DOT4 (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/src/mesa/main/
H A Drastpos.c313 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 Dmacros.h716 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 DAMDGPUISelLowering.h414 DOT4,
H A DR600ISelLowering.cpp590 return DAG.getNode(AMDGPUISD::DOT4, DL, MVT::f32, Args); in LowerOperation()
H A DAMDGPUISelLowering.cpp4279 NODE_NAME_CASE(DOT4) in getTargetNodeName()

Completed in 18 milliseconds