/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 );
|
u_ringbuffer.c | 24 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_dwords) [all...] |
/external/llvm/test/CodeGen/SystemZ/ |
vec-conv-01.ll | 10 %dwords = fptosi <2 x double> %doubles to <2 x i64> 11 ret <2 x i64> %dwords 19 %dwords = fptoui <2 x double> %doubles to <2 x i64> 20 ret <2 x i64> %dwords 24 define <2 x double> @f3(<2 x i64> %dwords) { 28 %doubles = sitofp <2 x i64> %dwords to <2 x double> 33 define <2 x double> @f4(<2 x i64> %dwords) { 37 %doubles = uitofp <2 x i64> %dwords to <2 x double> 72 %dwords = fptosi <2 x float> %floats to <2 x i64> 73 ret <2 x i64> %dwords [all...] |
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_cmdbuf.h | 4 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. */
|
radeon_sanity.c | 805 fprintf(stderr, "PACKET3_NOP, %d dwords\n", cmdsz); 809 fprintf(stderr, "PACKET3_NEXT_CHAR, %d dwords\n", cmdsz); 813 fprintf(stderr, "PACKET3_PLY_NEXTSCAN, %d dwords\n", cmdsz); 817 fprintf(stderr, "PACKET3_SET_SCISSORS, %d dwords\n", cmdsz); 821 fprintf(stderr, "PACKET3_3D_RNDR_GEN_INDX_PRIM, %d dwords\n", 826 fprintf(stderr, "PACKET3_LOAD_MICROCODE, %d dwords\n", cmdsz); 830 fprintf(stderr, "PACKET3_WAIT_FOR_IDLE, %d dwords\n", cmdsz); 835 fprintf(stderr, "PACKET3_3D_DRAW_VBUF, %d dwords\n", cmdsz); 842 fprintf(stderr, "PACKET3_3D_DRAW_IMMD, %d dwords\n", cmdsz); 847 fprintf(stderr, "PACKET3_3D_DRAW_INDX, %d dwords\n", cmdsz) [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...] |
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_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...] |
/external/compiler-rt/lib/builtins/ |
muldi3.c | 23 dwords r; 48 dwords x; 50 dwords y; 52 dwords r;
|
ashldi3.c | 27 dwords input; 28 dwords result;
|
ashrdi3.c | 27 dwords input; 28 dwords result;
|
cmpdi2.c | 25 dwords x; 27 dwords y;
|
clzdi2.c | 24 dwords x;
|
/external/fec/ |
sumsq_sse2_assist.s | 28 paddq %xmm1,%xmm2 # sum even-numbered dwords 30 paddq %xmm0,%xmm2 # sum odd-numbered dwords
|
/external/mesa3d/src/gallium/drivers/i915/ |
i915_batch.h | 35 #define BEGIN_BATCH(dwords) \ 36 (i915_winsys_batchbuffer_check(i915->batch, dwords))
|
i915_batchbuffer.h | 44 size_t dwords) 46 return dwords * 4 <= i915_winsys_batchbuffer_space(batch);
|
/external/mesa3d/src/gallium/drivers/r600/ |
compute_memory_pool.h | 38 int64_t start_in_dw; ///Start pointer in dwords relative in the pool bo 39 int64_t size_in_dw; ///Size of the chunk in dwords 50 int64_t size_in_dw; ///Size of the pool in dwords
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_sanity.c | [all...] |
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...] |
/external/mesa3d/src/gallium/drivers/r300/ |
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/gallium/drivers/svga/svgadump/ |
svga_shader_dump.h | 39 unsigned dwords,
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
i915_debug.c | 50 printf("%s (%d dwords):\n", name, len); 90 printf("%s %s (%d dwords):\n", name, prim, len); 124 printf("%s (%d dwords):\n", name, len); 139 printf("%s (%d dwords):\n", name, len); 170 printf("3DPRIM, %s variable length %d indicies (%d dwords):\n", prim, i, len); 212 printf("%s (%d dwords, flags: %x):\n", name, len, bits); 318 printf("%s (%d dwords):\n", name, len); 439 printf("%s (%d dwords):\n", name, len); 461 printf("%s (%d dwords):\n", name, len); 481 printf("%s (%d dwords):\n", name, len) [all...] |
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp4/parser/ |
viddec_fw_mp4_workload.c | 226 // No of items = (64/4 Dwords / 3 entries per workload item) 227 // 64 8b entries => 64 * 8 / 32 DWORDS => 64/4 DWORDS => 16 DWORDS 228 // Each item can store 3 DWORDS, 16 DWORDS => 16/3 items => 6 items
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_vertex.c | 42 * Compute the size of a vertex, in dwords/floats, to update the 55 /* in dwords */
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_batchbuffer.h | 77 * be passed as structs rather than dwords, but that's a little bit of 141 fprintf(stderr, "ADVANCE_BATCH: %d of %d dwords emitted\n",
|