/external/compiler-rt/lib/builtins/ |
ctzdi2.c | 24 dwords x;
|
ffsdi2.c | 24 dwords x;
|
paritydi2.c | 22 dwords x;
|
/external/kernel-headers/original/uapi/drm/ |
i810_drm.h | 45 #define I810_DESTREG_DI0 0 /* CMD_OP_DESTBUFFER_INFO (2 dwords) */ 47 #define I810_DESTREG_DV0 2 /* GFX_OP_DESTBUFFER_VARS (2 dwords) */ 49 #define I810_DESTREG_DR0 4 /* GFX_OP_DRAWRECT_INFO (4 dwords) */ 82 #define I810_TEXREG_MI0 0 /* GFX_OP_MAP_INFO (4 dwords) */
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
intel_tris.h | 34 /** 3 dwords of state_immediate and 2 of 3dprim, in intel_flush_prim */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/ |
i810_drm.h | 43 #define I810_DESTREG_DI0 0 /* CMD_OP_DESTBUFFER_INFO (2 dwords) */ 45 #define I810_DESTREG_DV0 2 /* GFX_OP_DESTBUFFER_VARS (2 dwords) */ 47 #define I810_DESTREG_DR0 4 /* GFX_OP_DRAWRECT_INFO (4 dwords) */ 80 #define I810_TEXREG_MI0 0 /* GFX_OP_MAP_INFO (4 dwords) */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/ |
i810_drm.h | 43 #define I810_DESTREG_DI0 0 /* CMD_OP_DESTBUFFER_INFO (2 dwords) */ 45 #define I810_DESTREG_DV0 2 /* GFX_OP_DESTBUFFER_VARS (2 dwords) */ 47 #define I810_DESTREG_DR0 4 /* GFX_OP_DRAWRECT_INFO (4 dwords) */ 80 #define I810_TEXREG_MI0 0 /* GFX_OP_MAP_INFO (4 dwords) */
|
/external/mesa3d/src/gallium/drivers/i915/ |
i915_state_dynamic.c | 66 unsigned dwords) 70 if (!memcmp(src, &i915->current.dynamic[offset], dwords * 4)) 73 for (i = 0; i < dwords; i++) {
|
i915_debug.c | 98 PRINTF(stream, "%s (%d dwords):\n", name, len); 138 PRINTF(stream, "%s %s (%d dwords):\n", name, prim, len); 171 PRINTF(stream, "%s (%d dwords):\n", name, len); 185 PRINTF(stream, "%s (%d dwords):\n", name, len); 215 PRINTF(stream, "3DPRIM, %s variable length %d indicies (%d dwords):\n", prim, i, len); 288 PRINTF(stream, "%s (%d dwords, flags: %x):\n", name, len, bits); 395 PRINTF(stream, "%s (%d dwords):\n", name, len); 512 PRINTF(stream, "%s (%d dwords):\n", name, len); 535 PRINTF(stream, "%s (%d dwords):\n", name, len); 556 PRINTF(stream, "%s (%d dwords):\n", name, len) [all...] |
/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/ |
SDL_stdinc.h | 268 SDL_FORCE_INLINE void SDL_memset4(void *dst, Uint32 val, size_t dwords) 276 : "0" (dst), "1" (val), "2" (SDL_static_cast(Uint32, dwords)) 280 size_t _n = (dwords + 3) / 4; 283 if (dwords == 0) 285 switch (dwords % 4) 299 SDL_FORCE_INLINE void *SDL_memcpy4(void *dst, const void *src, size_t dwords) 301 return SDL_memcpy(dst, src, dwords * 4);
|
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/ |
SDL_stdinc.h | 268 SDL_FORCE_INLINE void SDL_memset4(void *dst, Uint32 val, size_t dwords) 276 : "0" (dst), "1" (val), "2" (SDL_static_cast(Uint32, dwords)) 280 size_t _n = (dwords + 3) / 4; 283 if (dwords == 0) 285 switch (dwords % 4) 299 SDL_FORCE_INLINE void *SDL_memcpy4(void *dst, const void *src, size_t dwords) 301 return SDL_memcpy(dst, src, dwords * 4);
|
/prebuilts/misc/windows/sdl2/include/ |
SDL_stdinc.h | 258 SDL_FORCE_INLINE void SDL_memset4(void *dst, Uint32 val, size_t dwords) 266 : "0" (dst), "1" (val), "2" (SDL_static_cast(Uint32, dwords)) 270 size_t _n = (dwords + 3) / 4; 273 if (dwords == 0) 275 switch (dwords % 4) 289 SDL_FORCE_INLINE void *SDL_memcpy4(void *dst, const void *src, size_t dwords) 291 return SDL_memcpy(dst, src, dwords * 4);
|
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/ |
SDL_stdinc.h | 268 SDL_FORCE_INLINE void SDL_memset4(void *dst, Uint32 val, size_t dwords) 276 : "0" (dst), "1" (val), "2" (SDL_static_cast(Uint32, dwords)) 280 size_t _n = (dwords + 3) / 4; 283 if (dwords == 0) 285 switch (dwords % 4) 299 SDL_FORCE_INLINE void *SDL_memcpy4(void *dst, const void *src, size_t dwords) 301 return SDL_memcpy(dst, src, dwords * 4);
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_blit.c | 407 int dwords = ALIGN(src_size, 8) / 4; local 426 DBG("%s dst:buf(%p)/%d+%d %d,%d sz:%dx%d, %d bytes %d dwords\n", 428 dst_buffer, dst_pitch, dst_offset, x, y, w, h, src_size, dwords); 433 dwords * 4, true); 464 OUT_BATCH(blit_cmd | ((3 - 2) + dwords)); 469 intel_batchbuffer_data(intel, src_bits, dwords * 4, true);
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_ioctl.c | 175 int dwords = (rmesa->radeon.cmdbuf.cs->section_ndw - rmesa->radeon.cmdbuf.cs->section_cdw); local 186 dwords -= 2; 190 cmd[1] |= (dwords + 3) << 16; 193 cmd[1] |= (dwords + 2) << 16; 197 rmesa->radeon.cmdbuf.cs->cdw += dwords; 198 rmesa->radeon.cmdbuf.cs->section_cdw += dwords;
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_scene_queue.c | 114 packet.header.dwords = sizeof packet / 4;
|
/external/mesa3d/src/gallium/drivers/radeon/ |
R600ISelLowering.h | 35 /// that are stored in the first nine dwords of a Vertex Buffer. These
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_tgsi.c | 107 const unsigned *dwords, 113 memcpy( emit->ptr, dwords, nr * sizeof *dwords ); 114 emit->ptr += nr * sizeof *dwords;
|
/system/webservd/webservd/ |
log_manager.cc | 72 auto dwords = reinterpret_cast<const uint32_t*>(&addr_in6->sin6_addr); local 73 if (dwords[0] == 0x00000000 && dwords[1] == 0x00000000 && 74 dwords[2] == htonl(0x0000ffff)) {
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
compare_win.cc | 174 pshufd xmm2, xmm1, 0x0e // upper 2 dwords 211 pshufd xmm2, xmm1, 0x0e // upper 2 dwords
|
/external/libyuv/files/source/ |
compare_win.cc | 166 pshufd xmm2, xmm1, 0x0e // upper 2 dwords 202 vpshufd xmm2, xmm1, 0x0e // upper 2 dwords
|
/external/mesa3d/src/gallium/drivers/r600/ |
r600.h | 95 /* each range covers 9 bits of dword space = 512 dwords = 2k bytes */ 168 /* The number of dwords for begin_query or end_query. */
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_vs_state.c | 61 * which will have the channel mask for dwords 4-7 enabled in the thread, 62 * and those dwords will be written to the second URB handle when we
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/ |
vc1.h | 140 * as rows are packed in DWORDS 141 * we have (128)/32 * 68 Dwords needed for bitplane storage
|
/external/llvm/test/CodeGen/Mips/cconv/ |
arguments.ll | 22 @dwords = global [11 x i64] zeroinitializer 100 %1 = getelementptr [11 x i64], [11 x i64]* @dwords, i32 0, i32 1 112 %7 = getelementptr [11 x i64], [11 x i64]* @dwords, i32 0, i32 2 124 ; SYM32-DAG: addiu [[R2:\$[0-9]+]], ${{[0-9]+}}, %lo(dwords) 125 ; SYM64-DAG: ld [[R2:\$[0-9]+]], %got_disp(dwords)(
|