Searched refs:dwords (Results 1 - 25 of 41) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/svga/svgadump/
H A Dsvga_shader_dump.h39 unsigned dwords,
/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 );
H A Du_ringbuffer.c24 struct util_ringbuffer *util_ringbuffer_create( unsigned dwords )
30 assert(util_is_power_of_two(dwords));
32 ring->buf = MALLOC( dwords * sizeof(unsigned) );
36 ring->mask = dwords - 1;
83 assert(packet->dwords <= ring->mask);
87 while (util_ringbuffer_space(ring) < packet->dwords)
92 for (i = 0; i < packet->dwords; i++) {
94 /* Copy all dwords of the packet. Note we're abusing the
139 if (ring_packet->dwords > ring->mask + 1 - util_ringbuffer_space(ring) ||
140 ring_packet->dwords > max_dword
[all...]
/external/compiler-rt/lib/builtins/
H A Dparitydi2.c22 dwords x;
H A Dashldi3.c27 dwords input;
28 dwords result;
H A Dcmpdi2.c25 dwords x;
27 dwords y;
H A Dclzdi2.c24 dwords x;
H A Dctzdi2.c24 dwords x;
H A Dffsdi2.c24 dwords x;
H A Dashrdi3.c27 dwords input;
28 dwords result;
H A Dmuldi3.c23 dwords r;
48 dwords x;
50 dwords y;
52 dwords r;
H A Dint_types.h42 } dwords; typedef in typeref:union:__anon2868
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_batch.h35 #define BEGIN_BATCH(dwords) \
36 (i915_winsys_batchbuffer_check(i915->batch, dwords))
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_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...]
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_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_cmdbuf.h4 GLboolean rcommonEnsureCmdBufSpace(radeonContextPtr rmesa, int dwords, const char *caller);
32 * Prepare writing n dwords to the command buffer,
67 * Write n dwords from ptr to the command buffer.
75 * Finish writing dwords to the command buffer.
93 /** Single register write to command buffer; requires 2 dwords. */
99 * expects count dwords afterwards for register contents. */
/external/mesa3d/src/mesa/drivers/dri/radeon/
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...]
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_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_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;
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_scene_queue.c114 packet.header.dwords = sizeof packet / 4;
/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

Completed in 3106 milliseconds

12