HomeSort by relevance Sort by last modified time
    Searched refs:cmd_size (Results 1 - 25 of 25) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_queryobj.h 44 radeon->query.queryobj.cmd_size = (SZ);
radeon_ioctl.h 110 rmesa->hw.ATOM.cmd_size * 4)
115 if (memcmp(atom->cmd, atom->lastcmd, atom->cmd_size*4)) {
radeon_common.c 431 fprintf(stderr, " emit %s %d/%d\n", state->name, dwords, state->cmd_size);
434 if (dwords > state->cmd_size)
435 dwords = state->cmd_size;
radeon_queryobj.c 200 return atom->cmd_size;
radeon_common_context.h 130 int cmd_size; /* size in bytes */ member in struct:radeon_state_atom
radeon_state_init.c 191 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; \
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_ioctl.h 101 rmesa->hw.ATOM.cmd_size * 4)
107 if (memcmp(atom->cmd, atom->lastcmd, atom->cmd_size*4)) {
r200_state_init.c 225 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...]
r200_vertprog.c 140 /* 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);
    [all...]
  /system/nfc/src/nfa/hci/
nfa_hci_api.c 575 uint8_t cmd_code, uint16_t cmd_size,
590 if ((cmd_size && (p_data == NULL)) || (cmd_size > NFA_MAX_HCI_CMD_LEN)) {
591 NFA_TRACE_API1("NFA_HciSendCommand (): Invalid cmd size:0x%02x", cmd_size);
607 p_msg->cmd_len = cmd_size;
609 if (cmd_size) memcpy(p_msg->data, p_data, cmd_size);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
hsw_queryobj.c 330 uint32_t cmd_size = brw->gen >= 8 ? 4 : 3; local
334 BEGIN_BATCH(dwords * cmd_size);
338 (cmd_size - 2));
  /external/curl/lib/
security.c 281 size_t cmd_size = 0; local
301 &cmd_buffer, &cmd_size);
306 if(cmd_size > 0) {
314 socket_write(conn, fd, cmd_buffer, cmd_size);
  /external/iw/
iw.c 84 static int cmd_size; variable
91 _cmd = (const struct cmd *)((char *)_cmd + cmd_size))
502 cmd_size = abs((long)&__section_set - (long)&__section_get);
  /hardware/intel/img/psb_video/src/mrst/
psb_deblock.c 558 uint32_t *cmd_size; local
569 cmd_size = cmdbuf->regio_idx++;
599 *cmd_size = (cmdbuf->regio_idx - (uint32_t *)cmdbuf->regio_base - 1);
  /hardware/qcom/audio/post_proc/
volume_listener.c 375 uint32_t cmd_code, uint32_t cmd_size,
408 if (p_cmd_data == NULL || cmd_size != sizeof(effect_config_t)
542 if (p_cmd_data == NULL || cmd_size != 2 * sizeof(uint32_t)) {
544 "p_cmd_data is NULL" : "cmd_size issue");
  /system/nfc/src/nfa/include/
nfa_hci_api.h 505 uint8_t cmd_code, uint16_t cmd_size,
  /external/fio/
server.c 331 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);
    [all...]
  /hardware/intel/img/psb_video/src/
psb_drv_debug.c 618 uint32_t cmd_size = cmd_size_in_bytes / sizeof(uint32_t); local
619 uint32_t *cmd_end = cmd_idx + cmd_size;
638 DBH("CMD BUFFER [%08x] - [%08x], %08x bytes, %08x dwords\n", (uint32_t) cmd_idx, cmd_end, cmd_size_in_bytes, cmd_size);
    [all...]
  /hardware/ril/reference-ril/
reference-ril.c 1743 size_t cmd_size; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_ftplib.py 160 def cmd_size(self, arg): member in class:DummyFTPHandler
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_ftplib.py 160 def cmd_size(self, arg): member in class:DummyFTPHandler
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_ftplib.py 160 def cmd_size(self, arg): member in class:DummyFTPHandler
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ftplib.py 160 def cmd_size(self, arg): member in class:DummyFTPHandler
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ftplib.py 160 def cmd_size(self, arg): member in class:DummyFTPHandler
  /external/python/cpython2/Lib/test/
test_ftplib.py 161 def cmd_size(self, arg): member in class:DummyFTPHandler

Completed in 674 milliseconds