Searched defs:dwords (Results 1 - 25 of 28) sorted by relevance

12

/external/mesa3d/src/gallium/auxiliary/util/
H A Du_ringbuffer.h11 unsigned dwords:8; member in struct:util_packet
17 struct util_ringbuffer *util_ringbuffer_create( unsigned dwords );
/external/syslinux/gpxe/src/include/gpxe/
H A Dpcibackup.h16 uint32_t dwords[64]; member in struct:pci_config_backup
H A Dib_packet.h22 uint32_t dwords[2]; member in union:ib_gid_half::__anon20715
31 uint32_t dwords[4]; member in union:ib_gid::__anon20716
H A Dsrp.h27 uint32_t dwords[2]; member in struct:srp_tag
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_parse.c331 const unsigned *dwords = (const unsigned *)tokens; local
339 debug_printf("0x%08x,\n", dwords[i]);
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_batchbuffer.h44 size_t dwords)
46 return dwords * 4 <= i915_winsys_batchbuffer_space(batch);
43 i915_winsys_batchbuffer_check(struct i915_winsys_batchbuffer *batch, size_t dwords) argument
H A Di915_state_dynamic.c66 unsigned dwords)
70 if (!memcmp(src, &i915->current.dynamic[offset], dwords * 4))
73 for (i = 0; i < dwords; i++) {
63 set_dynamic_array(struct i915_context *i915, unsigned offset, const unsigned *src, unsigned dwords) argument
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_queryobj.c208 int dwords; local
210 dwords = (*atom->check) (ctx, atom);
212 BEGIN_BATCH_NO_AUTOSTATE(dwords);
213 OUT_BATCH_TABLE(atom->cmd, dwords);
H A Dr200_state_init.c296 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...]
H A Dradeon_common.c438 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
506 int dwords; local
709 rcommonEnsureCmdBufSpace(radeonContextPtr rmesa, int dwords, const char *caller) argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_queryobj.c208 int dwords; local
210 dwords = (*atom->check) (ctx, atom);
212 BEGIN_BATCH_NO_AUTOSTATE(dwords);
213 OUT_BATCH_TABLE(atom->cmd, dwords);
H A Dradeon_ioctl.c175 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;
H A Dradeon_state_init.c264 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
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...]
H A Dradeon_common.c438 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
506 int dwords; local
709 rcommonEnsureCmdBufSpace(radeonContextPtr rmesa, int dwords, const char *caller) argument
[all...]
/external/compiler-rt/lib/builtins/
H A Dint_types.h46 } dwords; typedef in typeref:union:__anon3403
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi.c107 const unsigned *dwords,
113 memcpy( emit->ptr, dwords, nr * sizeof *dwords );
114 emit->ptr += nr * sizeof *dwords;
106 svga_shader_emit_dwords( struct svga_shader_emitter *emit, const unsigned *dwords, unsigned nr ) argument
/external/mesa3d/src/gallium/drivers/svga/svgadump/
H A Dsvga_shader_dump.c558 unsigned dwords,
556 svga_shader_dump( const unsigned *assem, unsigned dwords, unsigned do_binary ) argument
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_blit.c307 unsigned dwords = local
313 if (dwords > (RADEON_MAX_CMDBUF_DWORDS - r300->cs->cdw)) {
H A Dr300_emit.c1265 unsigned dwords = 0; local
1269 dwords += atom->size;
1274 dwords += 32;
1276 return dwords;
1281 unsigned dwords = 0; local
1284 dwords += 26; /* emit_query_end */
1285 dwords += r300->hyperz_state.size + 2; /* emit_hyperz_end + zcache flush */
1287 dwords += 2;
1289 return dwords;
H A Dr300_render.c186 * 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,
1007 unsigned dwords = 6; local
1187 unsigned dwords = 13 + vertex_size + local
[all...]
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_blit.c407 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);
H A Dintel_tris.c125 static GLuint *intel_extend_inline(struct intel_context *intel, GLuint dwords) argument
131 if (intel_batchbuffer_space(intel) < dwords * sizeof(GLuint))
139 intel->batch.used += dwords;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_blit.c407 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/intel/
H A Dintel_blit.c407 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/libdrm/nouveau/
H A Dpushbuf.c642 uint32_t dwords, uint32_t relocs, uint32_t pushes)
652 if (push->cur + dwords >= push->end) {
641 nouveau_pushbuf_space(struct nouveau_pushbuf *push, uint32_t dwords, uint32_t relocs, uint32_t pushes) argument

Completed in 364 milliseconds

12