Home
last modified time | relevance | path

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

/external/swiftshader/src/Renderer/
DQuadRasterizer.cpp184 Float4 zValue; in rasterize()
189 zValue.xy = *Pointer<Float4>(buffer); in rasterize()
190 zValue.zw = *Pointer<Float4>(buffer + pitch - 8); in rasterize()
194 zValue = *Pointer<Float4>(buffer, 16); in rasterize()
201 zTest = CmpLE(zValue, z); in rasterize()
205 zTest = CmpNLT(zValue, z); in rasterize()
/external/clang/test/PCH/
Dstruct.h8 float xValue, yValue, zValue; member
/external/swiftshader/src/Shader/
DPixelRoutine.cpp435 Float4 zValue; in depthTest() local
442 zValue.xy = *Pointer<Float4>(buffer); in depthTest()
443 zValue.zw = *Pointer<Float4>(buffer + pitch - 8); in depthTest()
447 zValue = *Pointer<Float4>(buffer, 16); in depthTest()
462 zTest = CmpEQ(zValue, Z); in depthTest()
465 zTest = CmpNEQ(zValue, Z); in depthTest()
470 zTest = CmpLT(zValue, Z); in depthTest()
474 zTest = CmpNLE(zValue, Z); in depthTest()
480 zTest = CmpNLT(zValue, Z); in depthTest()
484 zTest = CmpLE(zValue, Z); in depthTest()
[all …]
/external/sqlite/dist/orig/
Dsqlite3.c39755 SQLITE_API int sqlite3_win32_set_directory(DWORD type, LPCWSTR zValue){
39772 if( zValue && zValue[0] ){
39773 zValueUtf8 = winUnicodeToUtf8(zValue);
113627 const char *zValue /* Value to be returned */
113629 if( zValue ){
113630 sqlite3VdbeLoadString(v, 1, (const char*)zValue);
146716 char *zValue;
146725 zValue = sqlite3_mprintf("%s", &zCsr[1]);
146726 if( zValue ){
146727 sqlite3Fts3Dequote(zValue);
[all …]
/external/sqlite/dist/
Dsqlite3.c39755 SQLITE_API int sqlite3_win32_set_directory(DWORD type, LPCWSTR zValue){
39772 if( zValue && zValue[0] ){
39773 zValueUtf8 = winUnicodeToUtf8(zValue);
113627 const char *zValue /* Value to be returned */
113629 if( zValue ){
113630 sqlite3VdbeLoadString(v, 1, (const char*)zValue);
146716 char *zValue;
146725 zValue = sqlite3_mprintf("%s", &zCsr[1]);
146726 if( zValue ){
146727 sqlite3Fts3Dequote(zValue);
[all …]