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

/external/clang/test/PCH/
H A Dstruct.h8 float xValue, yValue, zValue; member in struct:Point2
/external/swiftshader/src/Renderer/
H A DQuadRasterizer.cpp185 Float4 zValue; local
190 zValue.xy = *Pointer<Float4>(buffer);
191 zValue.zw = *Pointer<Float4>(buffer + pitch - 8);
195 zValue = *Pointer<Float4>(buffer, 16);
202 zTest = CmpLE(zValue, z);
206 zTest = CmpNLT(zValue, z);
/external/swiftshader/src/Shader/
H A DPixelRoutine.cpp426 Float4 zValue; local
433 zValue.xy = *Pointer<Float4>(buffer);
434 zValue.zw = *Pointer<Float4>(buffer + pitch - 8);
438 zValue = *Pointer<Float4>(buffer, 16);
453 zTest = CmpEQ(zValue, Z);
456 zTest = CmpNEQ(zValue, Z);
461 zTest = CmpLT(zValue, Z);
465 zTest = CmpNLE(zValue, Z);
471 zTest = CmpNLT(zValue, Z);
475 zTest = CmpLE(zValue,
697 Float4 zValue; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c40619 sqlite3_win32_set_directory(DWORD type, LPCWSTR zValue) argument
149544 char *zValue; local
173168 static const signed char zValue[] = { local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c40619 sqlite3_win32_set_directory(DWORD type, LPCWSTR zValue) argument
149544 char *zValue; local
173180 static const signed char zValue[] = { local
[all...]

Completed in 1020 milliseconds