Home
last modified time | relevance | path

Searched refs:next_cmd (Results 1 – 25 of 134) sorted by relevance

123456

/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/common/
H A Dgles2_cmd_format_test_autogen.h29 void* next_cmd = in TEST_F() local
55 void* next_cmd = in TEST_F() local
80 void* next_cmd = in TEST_F() local
97 void* next_cmd = in TEST_F() local
109 void* next_cmd = in TEST_F() local
743 next_cmd, in TEST_F()
763 next_cmd, in TEST_F()
793 next_cmd, in TEST_F()
813 next_cmd, in TEST_F()
853 next_cmd, in TEST_F()
[all …]
H A Draster_cmd_format_test_autogen.h35 void* next_cmd = in TEST_F() local
59 next_cmd, in TEST_F()
79 next_cmd, in TEST_F()
102 void* next_cmd = in TEST_F() local
117 void* next_cmd = in TEST_F() local
129 void* next_cmd = in TEST_F() local
161 void* next_cmd = in TEST_F() local
177 void* next_cmd = in TEST_F() local
226 void* next_cmd = in TEST_F() local
267 next_cmd, in TEST_F()
[all …]
H A Dwebgpu_cmd_format_test_autogen.h19 void* next_cmd = in TEST_F() local
29 CheckBytesWrittenMatchesExpectedSize(next_cmd, sizeof(cmd)); in TEST_F()
54 void* next_cmd = in TEST_F() local
73 void* next_cmd = cmd.Set(&cmd, static_cast<GLuint64>(11), in TEST_F() local
81 CheckBytesWrittenMatchesExpectedSize(next_cmd, sizeof(cmd)); in TEST_F()
86 void* next_cmd = in TEST_F() local
93 CheckBytesWrittenMatchesExpectedSize(next_cmd, sizeof(cmd)); in TEST_F()
98 void* next_cmd = in TEST_F() local
111 CheckBytesWrittenMatchesExpectedSize(next_cmd, sizeof(cmd)); in TEST_F()
116 void* next_cmd = cmd.Set(&cmd, static_cast<uint64_t>(11)); in TEST_F() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/common/
H A Dgles2_cmd_format_test_autogen.h29 void* next_cmd = in TEST_F() local
55 void* next_cmd = in TEST_F() local
80 void* next_cmd = in TEST_F() local
97 void* next_cmd = in TEST_F() local
109 void* next_cmd = in TEST_F() local
743 next_cmd, in TEST_F()
763 next_cmd, in TEST_F()
793 next_cmd, in TEST_F()
813 next_cmd, in TEST_F()
853 next_cmd, in TEST_F()
[all …]
H A Draster_cmd_format_test_autogen.h35 void* next_cmd = in TEST_F() local
59 next_cmd, in TEST_F()
79 next_cmd, in TEST_F()
102 void* next_cmd = in TEST_F() local
117 void* next_cmd = in TEST_F() local
129 void* next_cmd = in TEST_F() local
161 void* next_cmd = in TEST_F() local
177 void* next_cmd = in TEST_F() local
226 void* next_cmd = in TEST_F() local
267 next_cmd, in TEST_F()
[all …]
H A Dwebgpu_cmd_format_test_autogen.h19 void* next_cmd = in TEST_F() local
29 CheckBytesWrittenMatchesExpectedSize(next_cmd, sizeof(cmd)); in TEST_F()
54 void* next_cmd = in TEST_F() local
73 void* next_cmd = cmd.Set(&cmd, static_cast<GLuint64>(11), in TEST_F() local
81 CheckBytesWrittenMatchesExpectedSize(next_cmd, sizeof(cmd)); in TEST_F()
86 void* next_cmd = in TEST_F() local
93 CheckBytesWrittenMatchesExpectedSize(next_cmd, sizeof(cmd)); in TEST_F()
98 void* next_cmd = in TEST_F() local
111 CheckBytesWrittenMatchesExpectedSize(next_cmd, sizeof(cmd)); in TEST_F()
116 void* next_cmd = cmd.Set(&cmd, static_cast<uint64_t>(11)); in TEST_F() local
[all …]
/dports/cad/nvc/nvc-r1.5.3/src/
H A Dnvc.c197 argc -= next_cmd - 1; in analyse()
198 argv += next_cmd - 1; in analyse()
341 argc -= next_cmd - 1; in elaborate()
342 argv += next_cmd - 1; in elaborate()
390 argc -= next_cmd - 1; in codegen()
391 argv += next_cmd - 1; in codegen()
578 argc -= next_cmd - 1; in run()
579 argv += next_cmd - 1; in run()
630 argc -= next_cmd - 1; in make_cmd()
631 argv += next_cmd - 1; in make_cmd()
[all …]
/dports/games/gnugo/gnugo-3.8/regression/
H A Dregress.pl142 my $next_cmd = "";
363 $next_cmd = "";
373 while (defined($next_cmd))
378 $prev_cmd = $next_cmd;
381 if (defined($next_cmd)) {
382 chop($next_cmd);
431 if (!($next_cmd =~ /^\s*$/)) {
435 $next_cmd =~ s/^\s*$//; $next_cmd =~ s/^#.*$//;
436 $force_read = $next_cmd eq ""
439 if (defined($next_cmd)) {
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_fifo.c321 uint32_t next_cmd; in vmw_fifo_reserve() local
343 if (next_cmd >= stop) { in vmw_fifo_reserve()
399 uint32_t next_cmd, in vmw_fifo_res_copy() argument
421 uint32_t next_cmd, in vmw_fifo_slow_copy() argument
429 next_cmd += sizeof(uint32_t); in vmw_fifo_slow_copy()
430 if (unlikely(next_cmd == max)) in vmw_fifo_slow_copy()
431 next_cmd = min; in vmw_fifo_slow_copy()
456 next_cmd, max, min, bytes); in vmw_fifo_commit()
470 next_cmd += bytes; in vmw_fifo_commit()
471 if (next_cmd >= max) in vmw_fifo_commit()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cmd.c296 uint32_t next_cmd; in vmw_local_fifo_reserve() local
318 if (next_cmd >= stop) { in vmw_local_fifo_reserve()
352 (next_cmd >> 2)); in vmw_local_fifo_reserve()
399 uint32_t next_cmd, in vmw_fifo_res_copy() argument
421 uint32_t next_cmd, in vmw_fifo_slow_copy() argument
429 next_cmd += sizeof(uint32_t); in vmw_fifo_slow_copy()
430 if (unlikely(next_cmd == max)) in vmw_fifo_slow_copy()
431 next_cmd = min; in vmw_fifo_slow_copy()
473 next_cmd += bytes; in vmw_local_fifo_commit()
474 if (next_cmd >= max) in vmw_local_fifo_commit()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cmd.c296 uint32_t next_cmd; in vmw_local_fifo_reserve() local
318 if (next_cmd >= stop) { in vmw_local_fifo_reserve()
352 (next_cmd >> 2)); in vmw_local_fifo_reserve()
399 uint32_t next_cmd, in vmw_fifo_res_copy() argument
421 uint32_t next_cmd, in vmw_fifo_slow_copy() argument
429 next_cmd += sizeof(uint32_t); in vmw_fifo_slow_copy()
430 if (unlikely(next_cmd == max)) in vmw_fifo_slow_copy()
431 next_cmd = min; in vmw_fifo_slow_copy()
473 next_cmd += bytes; in vmw_local_fifo_commit()
474 if (next_cmd >= max) in vmw_local_fifo_commit()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cmd.c296 uint32_t next_cmd; in vmw_local_fifo_reserve() local
318 if (next_cmd >= stop) { in vmw_local_fifo_reserve()
352 (next_cmd >> 2)); in vmw_local_fifo_reserve()
399 uint32_t next_cmd, in vmw_fifo_res_copy() argument
421 uint32_t next_cmd, in vmw_fifo_slow_copy() argument
429 next_cmd += sizeof(uint32_t); in vmw_fifo_slow_copy()
430 if (unlikely(next_cmd == max)) in vmw_fifo_slow_copy()
431 next_cmd = min; in vmw_fifo_slow_copy()
473 next_cmd += bytes; in vmw_local_fifo_commit()
474 if (next_cmd >= max) in vmw_local_fifo_commit()
[all …]
/dports/emulators/jzintv/jzintv-20200712-src/src/debug/
H A Ddebug.c1307 next_cmd: in debug_tk()
1458 goto next_cmd; in debug_tk()
1629 goto next_cmd; in debug_tk()
1646 goto next_cmd; in debug_tk()
1650 goto next_cmd; in debug_tk()
1653 goto next_cmd; in debug_tk()
1658 goto next_cmd; in debug_tk()
1709 goto next_cmd; in debug_tk()
1735 goto next_cmd; in debug_tk()
1761 goto next_cmd; in debug_tk()
[all …]
/dports/audio/kwave/kwave-21.12.3/bin/
H A Dupdate-command-xref.pl122 my $next_cmd = shift @remaining_cmds;
126 if ($cmd eq $next_cmd) {
137 if ($cmd gt $next_cmd) {
138 print STDERR "WARNING: command '" . $next_cmd . "' is undocumented, adding stub\n";
139 make_stub $next_cmd;
/dports/databases/proftpd-mod_sql_postgres/proftpd-1.3.7c/tests/api/
H A Dstubs.c40 static cmd_rec *next_cmd = NULL; variable
45 next_cmd = cmd; in tests_stubs_set_next_cmd()
91 if (next_cmd != NULL) { in pr_cmd_read()
92 *cmd = next_cmd; in pr_cmd_read()
93 next_cmd = NULL; in pr_cmd_read()
/dports/databases/proftpd-mod_sql_sqlite/proftpd-1.3.7c/tests/api/
H A Dstubs.c40 static cmd_rec *next_cmd = NULL; variable
45 next_cmd = cmd; in tests_stubs_set_next_cmd()
91 if (next_cmd != NULL) { in pr_cmd_read()
92 *cmd = next_cmd; in pr_cmd_read()
93 next_cmd = NULL; in pr_cmd_read()
/dports/databases/proftpd-mod_sql_tds/proftpd-1.3.7c/tests/api/
H A Dstubs.c40 static cmd_rec *next_cmd = NULL; variable
45 next_cmd = cmd; in tests_stubs_set_next_cmd()
91 if (next_cmd != NULL) { in pr_cmd_read()
92 *cmd = next_cmd; in pr_cmd_read()
93 next_cmd = NULL; in pr_cmd_read()
/dports/databases/proftpd-mod_sql_odbc/proftpd-1.3.7c/tests/api/
H A Dstubs.c40 static cmd_rec *next_cmd = NULL; variable
45 next_cmd = cmd; in tests_stubs_set_next_cmd()
91 if (next_cmd != NULL) { in pr_cmd_read()
92 *cmd = next_cmd; in pr_cmd_read()
93 next_cmd = NULL; in pr_cmd_read()
/dports/databases/proftpd-mod_sql_mysql/proftpd-1.3.7c/tests/api/
H A Dstubs.c40 static cmd_rec *next_cmd = NULL; variable
45 next_cmd = cmd; in tests_stubs_set_next_cmd()
91 if (next_cmd != NULL) { in pr_cmd_read()
92 *cmd = next_cmd; in pr_cmd_read()
93 next_cmd = NULL; in pr_cmd_read()
/dports/net/proftpd-mod_ldap/proftpd-1.3.7c/tests/api/
H A Dstubs.c40 static cmd_rec *next_cmd = NULL; variable
45 next_cmd = cmd; in tests_stubs_set_next_cmd()
91 if (next_cmd != NULL) { in pr_cmd_read()
92 *cmd = next_cmd; in pr_cmd_read()
93 next_cmd = NULL; in pr_cmd_read()
/dports/security/proftpd-mod_clamav/proftpd-1.3.7c/tests/api/
H A Dstubs.c40 static cmd_rec *next_cmd = NULL; variable
45 next_cmd = cmd; in tests_stubs_set_next_cmd()
91 if (next_cmd != NULL) { in pr_cmd_read()
92 *cmd = next_cmd; in pr_cmd_read()
93 next_cmd = NULL; in pr_cmd_read()
/dports/ftp/proftpd/proftpd-1.3.7c/tests/api/
H A Dstubs.c40 static cmd_rec *next_cmd = NULL; variable
45 next_cmd = cmd; in tests_stubs_set_next_cmd()
91 if (next_cmd != NULL) { in pr_cmd_read()
92 *cmd = next_cmd; in pr_cmd_read()
93 next_cmd = NULL; in pr_cmd_read()
/dports/ftp/proftpd-mod_vroot/proftpd-1.3.7c/tests/api/
H A Dstubs.c40 static cmd_rec *next_cmd = NULL; variable
45 next_cmd = cmd; in tests_stubs_set_next_cmd()
91 if (next_cmd != NULL) { in pr_cmd_read()
92 *cmd = next_cmd; in pr_cmd_read()
93 next_cmd = NULL; in pr_cmd_read()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/i2c/busses/
H A Di2c-img-scb.c663 int next_cmd = -1; in img_i2c_sequence() local
687 next_cmd = *i2c->seq; in img_i2c_sequence()
689 if (!next_cmd) { in img_i2c_sequence()
736 int next_cmd = -1; in img_i2c_atomic() local
748 next_cmd = CMD_GEN_STOP; in img_i2c_atomic()
756 next_cmd = CMD_GEN_DATA; in img_i2c_atomic()
761 next_cmd = CMD_RET_ACK; in img_i2c_atomic()
779 next_cmd = CMD_GEN_STOP; in img_i2c_atomic()
804 next_cmd = CMD_GEN_STOP; in img_i2c_atomic()
813 next_cmd = CMD_GEN_STOP; in img_i2c_atomic()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/i2c/busses/
H A Di2c-img-scb.c663 int next_cmd = -1; in img_i2c_sequence() local
687 next_cmd = *i2c->seq; in img_i2c_sequence()
689 if (!next_cmd) { in img_i2c_sequence()
736 int next_cmd = -1; in img_i2c_atomic() local
748 next_cmd = CMD_GEN_STOP; in img_i2c_atomic()
756 next_cmd = CMD_GEN_DATA; in img_i2c_atomic()
761 next_cmd = CMD_RET_ACK; in img_i2c_atomic()
779 next_cmd = CMD_GEN_STOP; in img_i2c_atomic()
804 next_cmd = CMD_GEN_STOP; in img_i2c_atomic()
813 next_cmd = CMD_GEN_STOP; in img_i2c_atomic()
[all …]

123456