Home
last modified time | relevance | path

Searched refs:vTemp (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dformat_utils.h41 simd4scalari vTemp = row2i; in vTranspose() local
43 vTemp = SIMD128::unpackhi_epi32(vTemp, row3i); in vTranspose()
54 row2i = SIMD128::unpacklo_epi64(row2i, vTemp); in vTranspose()
55 row3i = SIMD128::unpackhi_epi64(row3i, vTemp); in vTranspose()
66 simd4scalari vTemp = row2; in vTranspose() local
68 vTemp = SIMD128::unpackhi_epi32(vTemp, row3); in vTranspose()
79 row2 = SIMD128::unpacklo_epi64(row2, vTemp); in vTranspose()
80 row3 = SIMD128::unpackhi_epi64(row3, vTemp); in vTranspose()
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTMatrixX.cpp757 PVRTVECTOR3x vTemp; in PVRTMatrixVec3NormalizeX() local
761 vTemp.x = PVRTXDIV(vIn.x, n); in PVRTMatrixVec3NormalizeX()
762 vTemp.y = PVRTXDIV(vIn.y, n); in PVRTMatrixVec3NormalizeX()
763 vTemp.z = PVRTXDIV(vIn.z, n); in PVRTMatrixVec3NormalizeX()
766 f = PVRTMatrixVec3DotProductX(vTemp, vTemp); in PVRTMatrixVec3NormalizeX()
770 vOut.x = PVRTXMUL(vTemp.x, f); in PVRTMatrixVec3NormalizeX()
771 vOut.y = PVRTXMUL(vTemp.y, f); in PVRTMatrixVec3NormalizeX()
772 vOut.z = PVRTXMUL(vTemp.z, f); in PVRTMatrixVec3NormalizeX()
/external/lzma/CPP/Windows/
DRegistry.cpp285 AString vTemp; in QueryValue() local
286 res = QueryValue(name == 0 ? 0 : (LPCSTR)GetSystemString(name), vTemp); in QueryValue()
287 value = GetUnicodeString(vTemp); in QueryValue()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DREADME_ALTIVEC.txt71 vTemp = vec_splat(v0,2); // 2 is the element the src is in.
72 vec_ste(&destloc,0,vTemp);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DREADME_ALTIVEC.txt71 vTemp = vec_splat(v0,2); // 2 is the element the src is in.
72 vec_ste(&destloc,0,vTemp);
/external/llvm/lib/Target/PowerPC/
DREADME_ALTIVEC.txt71 vTemp = vec_splat(v0,2); // 2 is the element the src is in.
72 vec_ste(&destloc,0,vTemp);