HomeSort by relevance Sort by last modified time
    Searched defs:dwords (Results 1 - 14 of 14) sorted by null

  /external/mesa3d/src/gallium/auxiliary/util/
u_ringbuffer.h 11 unsigned dwords:8; member in struct:util_packet
17 struct util_ringbuffer *util_ringbuffer_create( unsigned dwords );
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_queryobj.c 208 int dwords; local
210 dwords = (*atom->check) (ctx, atom);
212 BEGIN_BATCH_NO_AUTOSTATE(dwords);
213 OUT_BATCH_TABLE(atom->cmd, dwords);
radeon_ioctl.c 175 int dwords = (rmesa->radeon.cmdbuf.cs->section_ndw - rmesa->radeon.cmdbuf.cs->section_cdw); local
186 dwords -= 2;
190 cmd[1] |= (dwords + 3) << 16;
193 cmd[1] |= (dwords + 2) << 16;
197 rmesa->radeon.cmdbuf.cs->cdw += dwords;
198 rmesa->radeon.cmdbuf.cs->section_cdw += dwords;
radeon_state_init.c 264 uint32_t dwords = atom->check(ctx, atom); local
266 BEGIN_BATCH_NO_AUTOSTATE(dwords);
276 uint32_t dwords = atom->check(ctx, atom); local
278 BEGIN_BATCH_NO_AUTOSTATE(dwords);
288 uint32_t dwords = atom->check(ctx, atom); local
290 BEGIN_BATCH_NO_AUTOSTATE(dwords);
300 uint32_t dwords; local
309 dwords = 10;
311 dwords += 6;
313 dwords += 8
325 uint32_t dwords = atom->check(ctx, atom); local
419 uint32_t dwords = atom->check(ctx, atom); local
455 uint32_t dwords = atom->cmd_size; local
    [all...]
radeon_common.c 438 int dwords; local
443 dwords = (*state->check) (radeon->glCtx, state);
445 fprintf(stderr, " emit %s %d/%d\n", state->name, dwords, state->cmd_size);
448 if (dwords > state->cmd_size)
449 dwords = state->cmd_size;
450 for (i = 0; i < dwords;) {
457 for (j = 0; j < count && i < dwords; j++) {
473 GLuint dwords = 0; local
482 dwords += atom_size;
491 dwords += atom_size
506 int dwords; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_parse.c 331 const unsigned *dwords = (const unsigned *)tokens; local
339 debug_printf("0x%08x,\n", dwords[i]);
  /external/compiler-rt/lib/builtins/
int_types.h 46 } dwords; typedef in typeref:union:__anon8401
  /system/webservd/webservd/
log_manager.cc 72 auto dwords = reinterpret_cast<const uint32_t*>(&addr_in6->sin6_addr); local
73 if (dwords[0] == 0x00000000 && dwords[1] == 0x00000000 &&
74 dwords[2] == htonl(0x0000ffff)) {
  /external/mesa3d/src/gallium/drivers/r300/
r300_blit.c 307 unsigned dwords = local
313 if (dwords > (RADEON_MAX_CMDBUF_DWORDS - r300->cs->cdw)) {
r300_emit.c 1265 unsigned dwords = 0; local
1281 unsigned dwords = 0; local
    [all...]
r300_render.c 186 * Check if the requested number of dwords is available in the CS and
190 * \param cs_dwords The number of dwords to reserve in CS.
288 * Check if the requested number of dwords is available in the CS and
293 * \param cs_dwords The number of dwords to reserve in CS.
343 /* Size of the vertex, in dwords. */
346 /* The number of dwords for this draw operation. */
347 unsigned dwords = 4 + info->count * vertex_size; local
349 /* Size of the vertex element, in dwords. */
353 * in dwords. */
362 if (!r300_prepare_for_rendering(r300, PREP_EMIT_STATES, NULL, dwords, 0, 0, -1)
1007 unsigned dwords = 6; local
1187 unsigned dwords = 13 + vertex_size + local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_blit.c 407 int dwords = ALIGN(src_size, 8) / 4; local
426 DBG("%s dst:buf(%p)/%d+%d %d,%d sz:%dx%d, %d bytes %d dwords\n",
428 dst_buffer, dst_pitch, dst_offset, x, y, w, h, src_size, dwords);
433 dwords * 4, true);
464 OUT_BATCH(blit_cmd | ((3 - 2) + dwords));
469 intel_batchbuffer_data(intel, src_bits, dwords * 4, true);
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state_init.c 296 BEGIN_BATCH_NO_AUTOSTATE(dwords); \
347 uint32_t dwords = atom->check(ctx, atom); local
349 BEGIN_BATCH_NO_AUTOSTATE(dwords);
359 uint32_t dwords = atom->check(ctx, atom); local
361 BEGIN_BATCH_NO_AUTOSTATE(dwords);
371 uint32_t dwords = atom->check(ctx, atom); local
373 BEGIN_BATCH_NO_AUTOSTATE(dwords);
383 uint32_t dwords = atom->check(ctx, atom); local
392 uint32_t dwords = atom->check(ctx, atom); local
394 BEGIN_BATCH_NO_AUTOSTATE(dwords);
404 uint32_t dwords = atom->check(ctx, atom); local
415 uint32_t dwords; local
443 uint32_t dwords = atom->check(ctx, atom); local
526 uint32_t dwords = atom->cmd_size + 2; local
566 uint32_t dwords = atom->check(ctx, atom); local
595 uint32_t dwords = atom->check(ctx, atom); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
nouveau_drm.h 143 uint64_t dwords; member in struct:drm_nouveau_gem_pushbuf

Completed in 649 milliseconds