Home
last modified time | relevance | path

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

/external/swiftshader/src/Renderer/
DQuadRasterizer.cpp185 Float4 zValue; in rasterize()
190 zValue.xy = *Pointer<Float4>(buffer); in rasterize()
191 zValue.zw = *Pointer<Float4>(buffer + pitch - 8); in rasterize()
195 zValue = *Pointer<Float4>(buffer, 16); in rasterize()
202 zTest = CmpLE(zValue, z); in rasterize()
206 zTest = CmpNLT(zValue, z); in rasterize()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DClear11.cpp69 const float *zValue, in UpdateDataCache() argument
94 if (zValue) in UpdateDataCache()
96 const float clampedZValue = gl::clamp01(*zValue); in UpdateDataCache()
652 const float *zValue = nullptr; in clearFramebuffer() local
664 zValue = clearParams.clearDepth ? &clearParams.depthValue : nullptr; in clearFramebuffer()
674 UpdateDataCache(&mShaderData, clearParams.colorF, zValue, numRtvs, commonColorMask); in clearFramebuffer()
678 clearParams.colorUI, zValue, numRtvs, commonColorMask); in clearFramebuffer()
682 clearParams.colorI, zValue, numRtvs, commonColorMask); in clearFramebuffer()
/external/swiftshader/src/Pipeline/
DPixelRoutine.cpp448 Float4 zValue; in depthTest32F() local
452 zValue = Float4(*Pointer<Float2>(buffer), *Pointer<Float2>(buffer + pitch)); in depthTest32F()
466 zTest = CmpEQ(zValue, Z); in depthTest32F()
469 zTest = CmpNEQ(zValue, Z); in depthTest32F()
472 zTest = CmpNLE(zValue, Z); in depthTest32F()
475 zTest = CmpLE(zValue, Z); in depthTest32F()
478 zTest = CmpNLT(zValue, Z); in depthTest32F()
481 zTest = CmpLT(zValue, Z); in depthTest32F()
525 Short4 zValue; in depthTest16() local
529 zValue = As<Short4>(Insert(As<Int2>(zValue), *Pointer<Int>(buffer), 0)); in depthTest16()
[all …]
/external/clang/test/PCH/
Dstruct.h8 float xValue, yValue, zValue; member
/external/llvm-project/clang/test/PCH/
Dstruct.h8 float xValue, yValue, zValue; member
/external/swiftshader/src/Shader/
DPixelRoutine.cpp427 Float4 zValue; in depthTest() local
434 zValue.xy = *Pointer<Float4>(buffer); in depthTest()
435 zValue.zw = *Pointer<Float4>(buffer + pitch - 8); in depthTest()
439 zValue = *Pointer<Float4>(buffer, 16); in depthTest()
454 zTest = CmpEQ(zValue, Z); in depthTest()
457 zTest = CmpNEQ(zValue, Z); in depthTest()
462 zTest = CmpLT(zValue, Z); in depthTest()
466 zTest = CmpNLE(zValue, Z); in depthTest()
472 zTest = CmpNLT(zValue, Z); in depthTest()
476 zTest = CmpLE(zValue, Z); in depthTest()
[all …]
/external/sqlite/dist/orig/
Dsqlite3.h6094 void *zValue /* New value for directory being set or reset */
6096 SQLITE_API int sqlite3_win32_set_directory8(unsigned long type, const char *zValue);
6097 SQLITE_API int sqlite3_win32_set_directory16(unsigned long type, const void *zValue);
Dshell.c17163 const char *zValue = azArg[3]; in do_meta_command() local
17167 "VALUES(%Q,%s);", zKey, zValue); in do_meta_command()
17177 "VALUES(%Q,%Q);", zKey, zValue); in do_meta_command()
Dsqlite3.c7133 void *zValue /* New value for directory being set or reset */
7135 SQLITE_API int sqlite3_win32_set_directory8(unsigned long type, const char *zValue);
7136 SQLITE_API int sqlite3_win32_set_directory16(unsigned long type, const void *zValue);
43515 const char *zValue /* New value for directory being set or reset */
43533 if( zValue && zValue[0] ){
43534 zCopy = sqlite3_mprintf("%s", zValue);
43552 const void *zValue /* New value for directory being set or reset */
43556 if( zValue ){
43557 zUtf8 = sqlite3_win32_unicode_to_utf8(zValue);
43574 void *zValue /* New value for directory being set or reset */
[all …]
/external/sqlite/dist/
Dsqlite3.h6094 void *zValue /* New value for directory being set or reset */
6096 SQLITE_API int sqlite3_win32_set_directory8(unsigned long type, const char *zValue);
6097 SQLITE_API int sqlite3_win32_set_directory16(unsigned long type, const void *zValue);
Dshell.c17184 const char *zValue = azArg[3]; in do_meta_command() local
17188 "VALUES(%Q,%s);", zKey, zValue); in do_meta_command()
17198 "VALUES(%Q,%Q);", zKey, zValue); in do_meta_command()
Dsqlite3.c7133 void *zValue /* New value for directory being set or reset */
7135 SQLITE_API int sqlite3_win32_set_directory8(unsigned long type, const char *zValue);
7136 SQLITE_API int sqlite3_win32_set_directory16(unsigned long type, const void *zValue);
43531 const char *zValue /* New value for directory being set or reset */
43549 if( zValue && zValue[0] ){
43550 zCopy = sqlite3_mprintf("%s", zValue);
43568 const void *zValue /* New value for directory being set or reset */
43572 if( zValue ){
43573 zUtf8 = sqlite3_win32_unicode_to_utf8(zValue);
43590 void *zValue /* New value for directory being set or reset */
[all …]
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.h6096 void *zValue /* New value for directory being set or reset */
6098 SQLITE_API int sqlite3_win32_set_directory8(unsigned long type, const char *zValue);
6099 SQLITE_API int sqlite3_win32_set_directory16(unsigned long type, const void *zValue);
Dbindgen_bundled_version.rs2387 zValue: *mut ::std::os::raw::c_void, in sqlite3_win32_set_directory()
2393 zValue: *const ::std::os::raw::c_char, in sqlite3_win32_set_directory8()
2399 zValue: *const ::std::os::raw::c_void, in sqlite3_win32_set_directory16()
Dsqlite3.c7144 void *zValue /* New value for directory being set or reset */
7146 SQLITE_API int sqlite3_win32_set_directory8(unsigned long type, const char *zValue);
7147 SQLITE_API int sqlite3_win32_set_directory16(unsigned long type, const void *zValue);
43603 const char *zValue /* New value for directory being set or reset */
43621 if( zValue && zValue[0] ){
43622 zCopy = sqlite3_mprintf("%s", zValue);
43640 const void *zValue /* New value for directory being set or reset */
43644 if( zValue ){
43645 zUtf8 = sqlite3_win32_unicode_to_utf8(zValue);
43662 void *zValue /* New value for directory being set or reset */
[all …]
/external/python/pycparser/utils/benchmark/inputs/
Dsqlite-btree.c.ppout695 void *zValue
697 int sqlite3_win32_set_directory8(unsigned long type, const char *zValue);
698 int sqlite3_win32_set_directory16(unsigned long type, const void *zValue);