/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
D | UniformsPerf.cpp | 30 UPDATE, enumerator 394 if (params.dataMode == DataMode::UPDATE) in drawLoop() 512 VectorUniforms(D3D11(), DataMode::UPDATE), 513 VectorUniforms(D3D11_NULL(), DataMode::UPDATE), 514 VectorUniforms(OPENGL_OR_GLES(), DataMode::UPDATE), 516 VectorUniforms(OPENGL_OR_GLES_NULL(), DataMode::UPDATE), 517 MatrixUniforms(D3D11(), DataMode::UPDATE, DataType::MAT4x4, MatrixLayout::NO_TRANSPOSE), 519 DataMode::UPDATE, 522 MatrixUniforms(VULKAN_NULL(), DataMode::UPDATE, DataType::MAT4x4, MatrixLayout::NO_TRANSPOSE), 523 MatrixUniforms(VULKAN_NULL(), DataMode::UPDATE, DataType::MAT4x4, MatrixLayout::TRANSPOSE), [all …]
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_atom_array.cpp | 77 template<util_popcnt POPCNT, st_update_flag UPDATE> void ALWAYS_INLINE 122 if (UPDATE == UPDATE_BUFFERS_ONLY) in setup_arrays() 163 if (UPDATE == UPDATE_BUFFERS_ONLY) in setup_arrays() 204 template<util_popcnt POPCNT, st_update_flag UPDATE> void ALWAYS_INLINE 235 if (UPDATE == UPDATE_ALL) { in st_setup_current() 299 template<util_popcnt POPCNT, st_update_flag UPDATE> void ALWAYS_INLINE 316 setup_arrays<POPCNT, UPDATE> in st_update_array_templ() 324 st_setup_current<POPCNT, UPDATE>(st, vp, vp_variant, &velements, vbuffer, in st_update_array_templ() 334 if (UPDATE == UPDATE_ALL) { in st_update_array_templ()
|
/third_party/libinput/tools/ |
D | libinput-analyze-touch-down-state.py | 43 UPDATE = "UPDATE" variable in Slot.State 56 assert self.state in (Slot.State.BEGIN, Slot.State.UPDATE) 61 self.state = Slot.State.UPDATE 79 return self.state in (Slot.State.BEGIN, Slot.State.UPDATE) 82 return "+" if self.state in (Slot.State.BEGIN, Slot.State.UPDATE) else " "
|
D | libinput-analyze-per-slot-delta.py | 128 UPDATE = 2 variable in SlotState 275 elif s.state == SlotState.UPDATE: 284 elif s.state == SlotState.UPDATE: 310 elif s.state == SlotState.UPDATE: 319 elif s.state == SlotState.UPDATE: 372 sl.state = SlotState.UPDATE
|
/third_party/skia/third_party/externals/freetype/src/gzip/ |
D | infutil.h | 69 #define UPDATE {UPDBITS UPDIN UPDOUT} macro 70 #define LEAVE {UPDATE return inflate_flush(s,z,r);}
|
D | infcodes.c | 107 UPDATE in inflate_codes()
|
D | infblock.c | 342 UPDATE in inflate_blocks()
|
/third_party/skia/ |
D | .clang-format | 10 # IF YOU UPDATE THE CPP SECTION ALSO UPDATE THE OBJECTIVE-C SECTION. IF YOU
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/quickchecking/ |
D | README.md | 10 <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
/third_party/curl/packages/vms/ |
D | curlmsg.sdl | 25 /* IF YOU UPDATE THIS FILE ALSO UPDATE CURLMSG_VMS.H SO THAT THEY ARE IN SYNC
|
D | compare_curl_source.com | 31 $! If UPDATE is given as a second parameter, files missing or different in the 41 $! The UPDATE parameter is ignored.
|
D | curl_gnv_build_steps.txt | 261 @compare_curl_source.com SRCBCK UPDATE 266 @compare_curl_source.com VMSBCK UPDATE 271 Leave off "UPDATE" to just check without doing any changes.
|
/third_party/ffmpeg/libavcodec/ |
D | g722enc.c | 225 #define STORE_NODE(index, UPDATE, VALUE)\ in g722_encode_trellis() argument 247 UPDATE;\ in g722_encode_trellis()
|
/third_party/libwebsockets/win32port/zlib/ |
D | inflate.c | 412 # define UPDATE(check, buf, len) \ macro 415 # define UPDATE(check, buf, len) adler32(check, buf, len) macro 1167 UPDATE(state->check, put - out, out); 1229 UPDATE(state->check, strm->next_out - out, out);
|
/third_party/rust/crates/bindgen/csmith-fuzzing/ |
D | README.md | 10 <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
/third_party/mesa3d/src/glx/apple/ |
D | RELEASE_NOTES | 55 that is easily worked around. UPDATE: some changes made seem to
|
/third_party/skia/third_party/externals/zlib/contrib/optimizations/ |
D | inflate.c | 462 # define UPDATE(check, buf, len) \ macro 465 # define UPDATE(check, buf, len) adler32(check, buf, len) macro 1218 UPDATE(state->check, put - out, out); 1291 UPDATE(state->check, strm->next_out - out, out);
|
/third_party/skia/third_party/externals/zlib/ |
D | inflate.c | 451 # define UPDATE(check, buf, len) \ macro 454 # define UPDATE(check, buf, len) adler32(check, buf, len) macro 1208 UPDATE(state->check, put - out, out); 1271 UPDATE(state->check, strm->next_out - out, out);
|
/third_party/node/deps/v8/third_party/zlib/ |
D | inflate.c | 452 # define UPDATE(check, buf, len) \ macro 455 # define UPDATE(check, buf, len) adler32(check, buf, len) macro 1208 UPDATE(state->check, put - out, out); 1271 UPDATE(state->check, strm->next_out - out, out);
|
/third_party/node/deps/v8/third_party/zlib/contrib/optimizations/ |
D | inflate.c | 463 # define UPDATE(check, buf, len) \ macro 466 # define UPDATE(check, buf, len) adler32(check, buf, len) macro 1218 UPDATE(state->check, put - out, out); 1291 UPDATE(state->check, strm->next_out - out, out);
|
/third_party/python/Misc/ |
D | README.valgrind | 9 UPDATE: Python 3.6 now supports PYTHONMALLOC=malloc environment variable which
|
/third_party/rust/crates/bindgen/book/src/ |
D | faq.md | 4 <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_timer_query.txt | 487 UPDATE: This resolution was relevant for EXT_timer_query and OpenGL 2.0. 519 UPDATE: This resolution was relevant for EXT_timer_query and OpenGL 2.0. 550 UPDATE: This resolution was relevant for EXT_timer_query and OpenGL 2.0.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_timer_query.txt | 477 UPDATE: This resolution was relevant for EXT_timer_query and OpenGL 2.0. 509 UPDATE: This resolution was relevant for EXT_timer_query and OpenGL 2.0. 540 UPDATE: This resolution was relevant for EXT_timer_query and OpenGL 2.0.
|
/third_party/node/src/ |
D | node_http_common.h | 238 V(UPDATE, "UPDATE") \
|