HomeSort by relevance Sort by last modified time
    Searched refs:dwords (Results 76 - 100 of 105) sorted by null

1 2 34 5

  /external/mesa3d/src/mesa/drivers/dri/i965/
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;
brw_compiler.h 444 unsigned dwords; /* Dword count, not reg aligned */ member in struct:brw_push_const_block
brw_fs.cpp     [all...]
  /external/syslinux/gpxe/src/drivers/infiniband/
hermon.c 133 hcr->u.dwords[6] =
187 in_buffer = &hcr.u.dwords[0];
194 out_buffer = &hcr.u.dwords[3];
216 for ( i = 0 ; i < ( sizeof ( hcr ) / sizeof ( hcr.u.dwords[0] ) ) ;
218 writel ( hcr.u.dwords[i],
245 hcr.u.dwords[3] = readl ( hermon->config + HERMON_HCR_REG ( 3 ) );
246 hcr.u.dwords[4] = readl ( hermon->config + HERMON_HCR_REG ( 4 ) );
940 DBGC_HDA ( hermon, 0, &qpctx.u.dwords[2],
1091 memcpy ( &qpctx.u.dwords[12], &qp->av.gid,
    [all...]
arbel.c 115 hcr->u.dwords[6] =
164 in_buffer = &hcr.u.dwords[0];
171 out_buffer = &hcr.u.dwords[3];
188 for ( i = 0 ; i < ( sizeof ( hcr ) / sizeof ( hcr.u.dwords[0] ) ) ;
190 writel ( hcr.u.dwords[i],
213 hcr.u.dwords[3] = readl ( arbel->config + ARBEL_HCR_REG ( 3 ) );
214 hcr.u.dwords[4] = readl ( arbel->config + ARBEL_HCR_REG ( 4 ) );
1057 memcpy ( &wqe->ud.u.dwords[4], gid, sizeof ( *gid ) );
    [all...]
  /external/libdrm/nouveau/
nouveau.h 213 int nouveau_pushbuf_space(struct nouveau_pushbuf *, uint32_t dwords,
pushbuf.c 642 uint32_t dwords, uint32_t relocs, uint32_t pushes)
652 if (push->cur + dwords >= push->end) {
  /external/mesa3d/src/gallium/drivers/freedreno/a4xx/
fd4_emit.c 54 * prsc or dwords: buffer containing constant values
60 const uint32_t *dwords, struct pipe_resource *prsc)
88 dwords = (uint32_t *)&((uint8_t *)dwords)[offset];
91 OUT_RING(ring, dwords[i]);
  /external/mesa3d/src/gallium/drivers/freedreno/a5xx/
fd5_emit.c 52 * prsc or dwords: buffer containing constant values
58 const uint32_t *dwords, struct pipe_resource *prsc)
87 dwords = (uint32_t *)&((uint8_t *)dwords)[offset];
90 OUT_RING(ring, dwords[i]);
695 t7 opcode: CP_PERFCOUNTER_ACTION (50) (4 dwords)
697 t7 opcode: CP_PERFCOUNTER_ACTION (50) (4 dwords)
700 t7 opcode: CP_WAIT_FOR_IDLE (26) (1 dwords)
  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_context.h 274 const uint32_t *dwords, struct pipe_resource *prsc);
  /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/svga/
svga_tgsi_emit.h 150 const unsigned *dwords, unsigned nr);
  /external/syslinux/gpxe/src/include/gpxe/
bitops.h 66 uint32_t dwords[ sizeof ( _structure ) / 32 ]; \
srp.h 27 uint32_t dwords[2]; member in struct:srp_tag
  /external/mesa3d/src/gallium/drivers/freedreno/a3xx/
fd3_emit.c 54 * prsc or dwords: buffer containing constant values
60 const uint32_t *dwords, struct pipe_resource *prsc)
88 dwords = (uint32_t *)&((uint8_t *)dwords)[offset];
91 OUT_RING(ring, dwords[i]);
    [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
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_tris.c 122 static GLuint *intel_extend_inline(struct intel_context *intel, GLuint dwords)
128 if (intel_batchbuffer_space(intel) < dwords * sizeof(GLuint))
136 intel->batch.used += dwords;
    [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
deblock_sse2.asm 557 punpcklwd xmm1, xmm0 ; expanding to dwords
558 punpcklwd xmm2, xmm0 ; expanding to dwords
highbd_sad4d_sse2.asm 251 ; N.B. HIGH_PROCESS outputs dwords (32 bits)
  /external/mesa3d/src/gallium/drivers/svga/svgadump/
svga_shader_dump.c 566 unsigned dwords,
  /external/mesa3d/src/gallium/drivers/r300/
r300_blit.c 377 unsigned dwords = local
385 if (!r300->rws->cs_check_space(r300->cs, dwords)) {
    [all...]
  /external/syslinux/core/
isolinux.asm 57 ImageDwords resd 1 ; isolinux.bin size, dwords
374 shr eax,2 ; bytes->dwords
375 mov [ImageDwords],eax ; boot file dwords
377 shr eax,SECTOR_SHIFT-2 ; dwords->sectors
  /device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/Ia32/
FspApiEntry.asm 220 ; Advance by 4X dwords
FspApiEntry.s 397 # Advance by 4X dwords

Completed in 1723 milliseconds

1 2 34 5