Home
last modified time | relevance | path

Searched defs:z0 (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/cpu_ref/
DrsCpuIntrinsic3DLUT.cpp122 uint4 z0 = ((yz00 * weight1.y) + (yz10 * weight2.y)) >> (int4)15; in kernel() local
/frameworks/base/core/jni/android/opengl/
Dutil.cpp333 float z0 = *pSrc++; in util_computeBoundingSphere() local
387 static inline float dot3(float x0, float y0, float z0, float x1, float y1, float z1) { in dot3()