/external/mesa3d/src/gallium/drivers/r300/ |
r300_texture_desc.c | 337 * clearing 4 dwords clears blocks like this: 345 * clearing 8 dwords clears blocks like this: 380 /* Get the ZMASK buffer size in dwords. */ 403 /* Get the HIZ buffer size in dwords. */
|
r300_reg.h | 402 * UPLOAD_ADDRESS, followed by data in UPLOAD_DATA (multiples of 4 DWORDs). [all...] |
/external/mesa3d/src/mesa/drivers/dri/i915/ |
intel_render.c | 208 /* One point for every 1024 dwords (4k) of dma:
|
intel_tris.c | 125 static GLuint *intel_extend_inline(struct intel_context *intel, GLuint dwords) 131 if (intel_batchbuffer_space(intel) < dwords * sizeof(GLuint)) 139 intel->batch.used += dwords; [all...] |
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nouveau_render_t.c | 146 * Returns how many vertices you can draw using <n> pushbuf dwords.
|
/external/mesa3d/src/mesa/vbo/ |
vbo_save.h | 99 #define VBO_SAVE_BUFFER_SIZE (8*1024) /* dwords */
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/ |
vc1parse_bitplane.c | 89 * outp - bit buffer in dwords 451 * returns even bitplane size in dwords 476 uint32_t biplaneSz; /* bitplane sz in dwords */ 528 /* if tempValue==0, put row of zeros Dwords*/
|
/external/libvpx/libvpx/vp8/common/x86/ |
postproc_sse2.asm | 555 punpcklwd xmm1, xmm0 ; expanding to dwords 556 punpcklwd xmm2, xmm0 ; expanding to dwords
|
/external/llvm/test/CodeGen/AMDGPU/ |
image-attributes.ll | 4 ; 9 implicit args = 9 dwords to first image argument. 143 ; = 16 dwords to 2nd image argument.
|
/external/mesa3d/src/gallium/drivers/i915/ |
i915_state_emit.c | 617 I915_DBG(DBG_EMIT, "%s: used %d dwords, %d dwords reserved\n", __FUNCTION__,
|
/external/mesa3d/src/gallium/include/pipe/ |
p_state.h | 192 /** stride for an entire vertex for each buffer in dwords */ 204 unsigned dst_offset:16; /**< offset into the buffer in dwords */
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
postproc_sse2.asm | 555 punpcklwd xmm1, xmm0 ; expanding to dwords 556 punpcklwd xmm2, xmm0 ; expanding to dwords
|
/bionic/libc/arch-arm64/generic/bionic/ |
string_copy.S | 113 // The inner loop deals with two Dwords at a time. This has a
|
strncmp.S | 77 lsr limit_wd, limit_wd, #3 /* Convert to Dwords. */
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
highbd_sad4d_sse2.asm | 251 ; N.B. HIGH_PROCESS outputs dwords (32 bits)
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_tgsi_emit.h | 136 const unsigned *dwords,
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
gen7_sf_state.c | 133 /* Output dwords 2 through 9 */
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
r600_hw_context.c | 122 /* The number of dwords we already used in the CS so far. */ 126 /* The number of dwords all the dirty states would take. */ 147 /* Save 16 dwords for the fence mechanism. */
|
/external/mesa3d/src/gallium/winsys/radeon/drm/ |
radeon_winsys.h | 76 unsigned cdw; /* Number of used dwords. */
|
/hardware/intel/img/psb_video/src/ |
vsp_cmdbuf.c | 217 reloc->where = addr_in_dst_buffer - start_of_dst_buffer; /* Offset in DWORDs */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/ |
i830_drm.h | 122 #define I830_TEXREG_MI0 0 /* GFX_OP_MAP_INFO (6 dwords) */
|
/sdk/find_java/src/source/ |
utils.h | 333 DWORD lenShort = (DWORD)strlen(longPath) + 1; // GetShortPathName deals with DWORDs
|
/external/boringssl/src/crypto/modes/asm/ |
ghash-armv4.pl | 69 # do with ldm instruction and order in which dwords are "consumed" by 70 # algorithm. *Byte* order within these dwords in turn is whatever
|
/external/libdrm/nouveau/ |
pushbuf.c | 642 uint32_t dwords, uint32_t relocs, uint32_t pushes) 652 if (push->cur + dwords >= push->end) {
|
/external/libvpx/libvpx/vp9/common/x86/ |
vp9_postproc_sse2.asm | 524 punpcklwd xmm1, xmm0 ; expanding to dwords 525 punpcklwd xmm2, xmm0 ; expanding to dwords
|