Searched refs:cmd_size (Results 1 - 19 of 19) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_queryobj.h44 radeon->query.queryobj.cmd_size = (SZ);
H A Dr200_ioctl.h101 rmesa->hw.ATOM.cmd_size * 4)
107 if (memcmp(atom->cmd, atom->lastcmd, atom->cmd_size*4)) {
H A Dr200_state_init.c225 return (FLAG) ? atom->cmd_size + (ADD) : 0; \
232 return (!rmesa->radeon.TclFallback && !ctx->VertexProgram._Enabled && (FLAG)) ? atom->cmd_size + (ADD) : 0; \
239 return (!rmesa->radeon.TclFallback && (FLAG)) ? atom->cmd_size + (ADD) : 0; \
247 return (!rmesa->radeon.TclFallback && ctx->VertexProgram._Enabled && (FLAG)) ? atom->cmd_size + (ADD) : 0; \
330 return atom->cmd_size;
338 return atom->cmd_size;
428 if (atom->cmd_size == CTX_STATE_SIZE_NEWDRM)
518 if (atom->cmd_size == CTX_STATE_SIZE_NEWDRM) {
528 uint32_t dwords = atom->cmd_size + 2;
572 if (!r200->state.texture.unit[i].unitneeded && !(dwords <= atom->cmd_size))
[all...]
H A Dradeon_common.c431 fprintf(stderr, " emit %s %d/%d\n", state->name, dwords, state->cmd_size);
434 if (dwords > state->cmd_size)
435 dwords = state->cmd_size;
H A Dradeon_queryobj.c200 return atom->cmd_size;
H A Dr200_vertprog.c140 /* hack up the cmd_size so not the whole state atom is emitted always. */
141 rmesa->hw.vpp[0].cmd_size =
147 rmesa->hw.vpp[1].cmd_size = 1 + 4 * (paramList->NumParameters - 96);
1160 /* hack up the cmd_size so not the whole state atom is emitted always.
1164 packet emits (due to the mismatched cmd_size and count in cmd/last_cmd) */
1165 rmesa->hw.vpi[0].cmd_size = 1 + 4 * ((count > 64) ? 64 : count);
1176 rmesa->hw.vpi[1].cmd_size = 1 + 4 * (count - 64);
H A Dradeon_common_context.h130 int cmd_size; /* size in bytes */ member in struct:radeon_state_atom
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_queryobj.h44 radeon->query.queryobj.cmd_size = (SZ);
H A Dradeon_ioctl.h110 rmesa->hw.ATOM.cmd_size * 4)
115 if (memcmp(atom->cmd, atom->lastcmd, atom->cmd_size*4)) {
H A Dradeon_common.c431 fprintf(stderr, " emit %s %d/%d\n", state->name, dwords, state->cmd_size);
434 if (dwords > state->cmd_size)
435 dwords = state->cmd_size;
H A Dradeon_queryobj.c200 return atom->cmd_size;
H A Dradeon_common_context.h130 int cmd_size; /* size in bytes */ member in struct:radeon_state_atom
H A Dradeon_state_init.c191 return FLAG ? atom->cmd_size + (ADD) : 0; \
198 return (!rmesa->radeon.TclFallback && (FLAG)) ? atom->cmd_size + (ADD) : 0; \
400 // if (atom->cmd_size == CTX_STATE_SIZE_NEWDRM) {
459 uint32_t dwords = atom->cmd_size;
521 rmesa->hw.ATOM.cmd_size = SZ; \
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dhsw_queryobj.c330 uint32_t cmd_size = brw->gen >= 8 ? 4 : 3; local
334 BEGIN_BATCH(dwords * cmd_size);
338 (cmd_size - 2));
/external/curl/lib/
H A Dsecurity.c279 size_t cmd_size = 0; local
299 &cmd_buffer, &cmd_size);
304 if(cmd_size > 0) {
312 socket_write(conn, fd, cmd_buffer, cmd_size);
/external/iw/
H A Diw.c84 static int cmd_size; variable
91 _cmd = (const struct cmd *)((char *)_cmd + cmd_size))
502 cmd_size = abs((long)&__section_set - (long)&__section_get);
/external/fio/
H A Dserver.c331 size_t cmd_size = 0, pdu_offset = 0; local
348 cmd_size = sizeof(cmd) + cmd.pdu_len + 1;
351 cmd_size += cmd.pdu_len;
353 if (cmd_size / 1024 > FIO_SERVER_MAX_CMD_MB * 1024) {
354 log_err("fio: cmd+pdu too large (%llu)\n", (unsigned long long) cmd_size);
359 tmp = realloc(cmdret, cmd_size);
/external/python/cpython2/Lib/test/
H A Dtest_ftplib.py161 def cmd_size(self, arg): member in class:DummyFTPHandler
/external/python/cpython3/Lib/test/
H A Dtest_ftplib.py190 def cmd_size(self, arg): member in class:DummyFTPHandler

Completed in 751 milliseconds