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

1 2

  /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/i965/
gen6_constant_state.c 40 int dwords = brw->gen >= 8 ? 11 : 7; local
41 BEGIN_BATCH(dwords);
42 OUT_BATCH(opcode << 16 | (dwords - 2));
brw_compute.c 144 uint32_t dwords = brw->gen < 8 ? 11 : 15; local
145 BEGIN_BATCH(dwords);
146 OUT_BATCH(GPGPU_WALKER << 16 | (dwords - 2) | indirect_flag);
gen7_cs_state.c 63 uint32_t dwords = brw->gen < 8 ? 8 : 9; local
64 BEGIN_BATCH(dwords);
65 OUT_BATCH(MEDIA_VFE_STATE << 16 | (dwords - 2));
245 cs_prog_data->push.cross_thread.dwords);
247 i < cs_prog_data->push.cross_thread.dwords;
259 unsigned src = cs_prog_data->push.cross_thread.dwords;
hsw_queryobj.c 331 uint32_t dwords = (ptype == GL_INT || ptype == GL_UNSIGNED_INT) ? 1 : 2; local
334 BEGIN_BATCH(dwords * cmd_size);
335 for (int i = 0; i < dwords; i++) {
brw_sampler_state.c 298 * SAMPLER_BORDER_COLOR_STATE is 20 DWords. The first four are
299 * for float colors. The next 12 DWords are MBZ and only exist to
300 * pad it out to a 64 byte cacheline boundary. DWords 16-19 then
595 /* SAMPLER_STATE is 4 DWords on all platforms. */
596 const int dwords = 4; local
597 const int size_in_bytes = dwords * sizeof(uint32_t);
615 sampler_state += dwords;
gen7_sol_state.c 295 const int dwords = brw->gen >= 8 ? 5 : 3; local
297 BEGIN_BATCH(dwords);
298 OUT_BATCH(_3DSTATE_STREAMOUT << 16 | (dwords - 2));
301 if (dwords > 3) {
  /external/syslinux/gpxe/src/include/gpxe/
pcibackup.h 16 uint32_t dwords[64]; member in struct:pci_config_backup
ib_packet.h 22 uint32_t dwords[2]; member in union:ib_gid_half::__anon34989
31 uint32_t dwords[4]; member in union:ib_gid::__anon34990
  /device/google/contexthub/firmware/lib/builtins/
int_lib.h 36 } dwords; typedef in typeref:union:__anon3074
  /device/linaro/bootloader/edk2/ArmPkg/Library/CompilerIntrinsicsLib/Arm/
Llvm_int_lib.h 68 } dwords; typedef in typeref:union:__anon6018
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_queryobj.c 207 int dwords; local
209 dwords = atom->check(ctx, atom);
211 BEGIN_BATCH(dwords);
212 OUT_BATCH_TABLE(atom->cmd, dwords);
radeon_ioctl.c 173 int dwords = (rmesa->radeon.cmdbuf.cs->section_ndw - rmesa->radeon.cmdbuf.cs->section_cdw); local
184 dwords -= 2;
188 cmd[1] |= (dwords + 3) << 16;
191 cmd[1] |= (dwords + 2) << 16;
195 rmesa->radeon.cmdbuf.cs->cdw += dwords;
196 rmesa->radeon.cmdbuf.cs->section_cdw += dwords;
radeon_state_init.c 264 uint32_t dwords = atom->check(ctx, atom); local
266 BEGIN_BATCH(dwords);
276 uint32_t dwords = atom->check(ctx, atom); local
278 BEGIN_BATCH(dwords);
288 uint32_t dwords = atom->check(ctx, atom); local
290 BEGIN_BATCH(dwords);
300 uint32_t dwords; local
309 dwords = 10;
311 dwords += 6;
313 dwords += 8
325 uint32_t dwords = atom->check(ctx, atom); local
422 uint32_t dwords = atom->check(ctx, atom); local
459 uint32_t dwords = atom->cmd_size; local
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Main/Arm/
int_types.h 69 } dwords; typedef in typeref:union:__anon12211
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_parse.c 314 const unsigned *dwords = (const unsigned *)tokens; local
322 debug_printf("0x%08x,\n", dwords[i]);
  /external/mesa3d/src/intel/vulkan/
gen8_cmd_buffer.c 261 uint32_t dwords[GEN9_3DSTATE_WM_DEPTH_STENCIL_length]; local
275 GEN9_3DSTATE_WM_DEPTH_STENCIL_pack(NULL, dwords, &wm_depth_stencil);
277 anv_batch_emit_merge(&cmd_buffer->batch, dwords,
  /external/compiler-rt/lib/builtins/
int_types.h 46 } dwords; typedef in typeref:union:__anon16166
  /external/mesa3d/src/gallium/drivers/freedreno/a2xx/
fd2_emit.c 69 unsigned size = align(cb->buffer_size, 4) / 4; /* size in dwords */
83 const uint32_t *dwords; local
86 dwords = cb->user_buffer;
89 dwords = fd_bo_map(rsc->bo);
92 dwords = (uint32_t *)(((uint8_t *)dwords) + cb->buffer_offset);
97 OUT_RING(ring, *(dwords++));
ir-a2xx.c 42 static int instr_emit(struct ir2_instruction *instr, uint32_t *dwords,
129 uint32_t *ptr, *dwords = NULL; local
149 ptr = dwords = calloc(4, info->sizedwords);
165 assert((ptr - dwords) <= info->sizedwords);
179 assert((ptr - dwords) <= info->sizedwords);
184 return dwords;
187 free(dwords);
278 uint32_t *dwords, uint32_t idx,
281 instr_fetch_t *fetch = (instr_fetch_t *)dwords;
362 static int instr_emit_alu(struct ir2_instruction *instr, uint32_t *dwords,
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_blit.c 528 int dwords = ALIGN(src_size, 8) / 4; local
544 DBG("%s dst:buf(%p)/%d+%d %d,%d sz:%dx%d, %d bytes %d dwords\n",
546 dst_buffer, dst_pitch, dst_offset, x, y, w, h, src_size, dwords);
551 dwords * 4);
576 OUT_BATCH(blit_cmd | ((3 - 2) + dwords));
581 intel_batchbuffer_data(intel, src_bits, dwords * 4);
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state_init.c 295 BEGIN_BATCH(dwords); \
346 uint32_t dwords = atom->check(ctx, atom); local
348 BEGIN_BATCH(dwords);
358 uint32_t dwords = atom->check(ctx, atom); local
360 BEGIN_BATCH(dwords);
370 uint32_t dwords = atom->check(ctx, atom); local
372 BEGIN_BATCH(dwords);
382 uint32_t dwords = atom->check(ctx, atom); local
391 uint32_t dwords = atom->check(ctx, atom); local
393 BEGIN_BATCH(dwords);
403 uint32_t dwords = atom->check(ctx, atom); local
414 uint32_t dwords; local
442 uint32_t dwords = atom->check(ctx, atom); local
528 uint32_t dwords = atom->cmd_size + 2; local
568 uint32_t dwords = atom->check(ctx, atom); local
597 uint32_t dwords = atom->check(ctx, atom); local
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_util.h 210 * NOTE: OUT_RELOC*() is 2 dwords (64b) on a5xx+
355 uint32_t dwords; local
357 dwords = fd_ringbuffer_emit_reloc_ring_full(ring, target, i) / 4;
358 assert(dwords > 0);
359 OUT_RING(ring, dwords);
380 uint32_t dwords; local
382 dwords = fd_ringbuffer_emit_reloc_ring_full(ring, target, i) / 4;
383 assert(dwords > 0);
384 OUT_RING(ring, dwords);
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3.c 563 uint32_t *ptr, *dwords; local
588 ptr = dwords = calloc(4, info->sizedwords);
592 int ret = emit[opc_cat(instr->opc)](instr, dwords, info);
596 dwords += 2;
  /external/mesa3d/src/gallium/drivers/r300/
r300_blit.c 377 unsigned dwords = local
385 if (!r300->rws->cs_check_space(r300->cs, dwords)) {
    [all...]

Completed in 1042 milliseconds

1 2