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

12

  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_blit.c 239 * for linear surfaces and DWords for tiled surfaces. So the maximum
716 * as a number of Dwords.
776 int dwords = ALIGN(src_size, 8) / 4; local
792 DBG("%s dst:buf(%p)/%d+%d %d,%d sz:%dx%d, %d bytes %d dwords\n",
794 dst_buffer, dst_pitch, dst_offset, x, y, w, h, src_size, dwords);
798 (3 * 4) + dwords * 4, BLT_RING);
835 OUT_BATCH(blit_cmd | ((3 - 2) + dwords));
840 intel_batchbuffer_data(brw, src_bits, dwords * 4, BLT_RING);
    [all...]
brw_compiler.h 444 unsigned dwords; /* Dword count, not reg aligned */ member in struct:brw_push_const_block
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common.c 424 int dwords; local
429 dwords = state->check(&radeon->glCtx, state);
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;
436 for (i = 0; i < dwords;) {
443 for (j = 0; j < count && i < dwords; j++) {
459 GLuint dwords = 0; local
468 dwords += atom_size;
477 dwords += atom_size
492 int dwords; 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)
973 unsigned dwords = 6; local
1117 unsigned dwords = 13 + vertex_size + local
    [all...]
r300_emit.c 1417 unsigned dwords = 0; local
1433 unsigned dwords = 0; local
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
r600_pipe_common.c 137 unsigned dwords = 6; local
141 dwords *= 2;
144 dwords += 2;
146 return dwords;
    [all...]
  /external/syslinux/libinstaller/
syslxint.h 196 uint32_t dwords; member in struct:patch_area
  /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
  /external/syslinux/gpxe/src/include/gpxe/
srp.h 27 uint32_t dwords[2]; member in struct:srp_tag
  /external/syslinux/gpxe/src/drivers/net/phantom/
phantom.c 420 uint32_t dwords[2]; member in union:__anon34503
431 cache.dwords )) !=0 )
1431 } dwords; member in union:phantom_clp_data
1906 uint32_t dwords[3]; member in union:__anon34505
    [all...]
  /external/mesa3d/src/mesa/main/
dlist.c 534 /** How many 4-byte dwords to store a pointer */
544 GLuint dwords[POINTER_DWORDS]; member in union:pointer
563 dest[i].ui = p.dwords[i];
577 p.dwords[i] = node[i].ui;
    [all...]

Completed in 378 milliseconds

12