HomeSort by: relevance | last modified time | path
    Searched refs:dst2 (Results 1 - 21 of 21) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
radeon_tile.c 55 uint8_t *dst2 = (uint8_t *)dst + row * dst_pitch + local
62 memcpy(dst2, src2, columns * sizeof(uint8_t));
63 dst2 += tile_width;
86 uint16_t *dst2 = (uint16_t *)dst + row * dst_pitch + local
93 memcpy(dst2, src2, columns * sizeof(uint16_t));
94 dst2 += tile_width;
117 uint16_t *dst2 = (uint16_t *)dst + row * dst_pitch + local
124 memcpy(dst2, src2, columns * sizeof(uint16_t));
125 dst2 += tile_width;
148 uint32_t *dst2 = (uint32_t *)dst + row * dst_pitch local
179 uint64_t *dst2 = (uint64_t *)dst + row * dst_pitch + local
272 uint8_t *dst2 = (uint8_t *)dst + dst_pitch * row + col; local
305 uint16_t *dst2 = (uint16_t *)dst + dst_pitch * row + col; local
338 uint16_t *dst2 = (uint16_t *)dst + dst_pitch * row + col; local
371 uint32_t *dst2 = (uint32_t *)dst + dst_pitch * row + col; local
404 uint64_t *dst2 = (uint64_t *)dst + dst_pitch * row + col; local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
radeon_tile.c 55 uint8_t *dst2 = (uint8_t *)dst + row * dst_pitch + local
62 memcpy(dst2, src2, columns * sizeof(uint8_t));
63 dst2 += tile_width;
86 uint16_t *dst2 = (uint16_t *)dst + row * dst_pitch + local
93 memcpy(dst2, src2, columns * sizeof(uint16_t));
94 dst2 += tile_width;
117 uint16_t *dst2 = (uint16_t *)dst + row * dst_pitch + local
124 memcpy(dst2, src2, columns * sizeof(uint16_t));
125 dst2 += tile_width;
148 uint32_t *dst2 = (uint32_t *)dst + row * dst_pitch local
179 uint64_t *dst2 = (uint64_t *)dst + row * dst_pitch + local
272 uint8_t *dst2 = (uint8_t *)dst + dst_pitch * row + col; local
305 uint16_t *dst2 = (uint16_t *)dst + dst_pitch * row + col; local
338 uint16_t *dst2 = (uint16_t *)dst + dst_pitch * row + col; local
371 uint32_t *dst2 = (uint32_t *)dst + dst_pitch * row + col; local
404 uint64_t *dst2 = (uint64_t *)dst + dst_pitch * row + col; local
    [all...]
  /xsrc/external/mit/xf86-video-geode/dist/src/
geode_common.c 142 unsigned char *dst2 = dst; local
149 dst3 = dst2;
162 dst2 += dstPitch;
  /xsrc/external/mit/MesaLib/dist/src/intel/compiler/
test_fs_saturate_propagation.cpp 153 fs_reg dst2 = v->vgrf(glsl_type::float_type); local
158 bld.ADD(dst2, dst0, src0);
164 * 2: add(16) dst2 dst0 src0
460 fs_reg dst2 = v->vgrf(glsl_type::float_type); local
466 set_saturate(true, bld.MOV(dst2, dst0));
472 * 2: mov.sat(16) dst2 -dst0
502 fs_reg dst2 = v->vgrf(glsl_type::float_type); local
508 set_saturate(true, bld.MOV(dst2, dst0));
514 * 2: mov.sat(16) dst2 -dst0
580 fs_reg dst2 = v->vgrf(glsl_type::float_type) local
619 fs_reg dst2 = v->vgrf(glsl_type::float_type); local
700 fs_reg dst2 = v->vgrf(glsl_type::float_type); local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
test_fs_saturate_propagation.cpp 141 fs_reg dst2 = v->vgrf(glsl_type::float_type); local
146 bld.ADD(dst2, dst0, src0);
152 * 2: add(16) dst2 dst0 src0
448 fs_reg dst2 = v->vgrf(glsl_type::float_type); local
454 set_saturate(true, bld.MOV(dst2, dst0));
460 * 2: mov.sat(16) dst2 -dst0
490 fs_reg dst2 = v->vgrf(glsl_type::float_type); local
496 set_saturate(true, bld.MOV(dst2, dst0));
502 * 2: mov.sat(16) dst2 -dst0
568 fs_reg dst2 = v->vgrf(glsl_type::float_type) local
607 fs_reg dst2 = v->vgrf(glsl_type::float_type); local
688 fs_reg dst2 = v->vgrf(glsl_type::float_type); local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
image.c 491 GLushort (*dst2)[4] = (GLushort (*)[4]) (useTemp ? tempBuffer : dst);
495 dst2[i][RCOMP] = UBYTE_TO_USHORT(src1[i][RCOMP]);
496 dst2[i][GCOMP] = UBYTE_TO_USHORT(src1[i][GCOMP]);
497 dst2[i][BCOMP] = UBYTE_TO_USHORT(src1[i][BCOMP]);
498 dst2[i][ACOMP] = UBYTE_TO_USHORT(src1[i][ACOMP]);
568 GLushort (*dst2)[4] = (GLushort (*)[4]) (useTemp ? tempBuffer : dst);
573 UNCLAMPED_FLOAT_TO_USHORT(dst2[i][RCOMP], src4[i][RCOMP]);
574 UNCLAMPED_FLOAT_TO_USHORT(dst2[i][GCOMP], src4[i][GCOMP]);
575 UNCLAMPED_FLOAT_TO_USHORT(dst2[i][BCOMP], src4[i][BCOMP]);
576 UNCLAMPED_FLOAT_TO_USHORT(dst2[i][ACOMP], src4[i][ACOMP])
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
format_utils.h 527 simd4scalar dst2 = SIMD128::unpacklo_ps(src_r1, src_g1); local
533 SIMD128::store_ps(pfDst + 8, dst2);
594 simd4scalari dst2 = SIMD128::unpacklo_epi32(rg1, ba1); local
599 SIMD128::store_si(((simd4scalari*)pDst) + 2, dst2);
628 simdscalari dst2 = _simd_permute2f128_si(tmp0, tmp1, 0x31); // (3, 1) // rbga8 rbga9 rbgaA rbgaB local
633 _simd_store_si(reinterpret_cast<simdscalari*>(pDst) + 2, dst2); // rgbargbargbargba
669 simd4scalari dst2 = SIMD128::unpacklo_epi32(rg1, ba1); local
674 SIMD128::store_si(((simd4scalari*)pDst) + 2, dst2);
703 simdscalari dst2 = _simd_permute2f128_si(tmp0, tmp1, 0x31); // (3, 1) // rbga8 rbga9 rbgaA rbgaB local
708 _simd_store_si(reinterpret_cast<simdscalari*>(pDst) + 2, dst2); // rgbargbargbargb
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
image.c 491 GLushort (*dst2)[4] = (GLushort (*)[4]) (useTemp ? tempBuffer : dst);
495 dst2[i][RCOMP] = UBYTE_TO_USHORT(src1[i][RCOMP]);
496 dst2[i][GCOMP] = UBYTE_TO_USHORT(src1[i][GCOMP]);
497 dst2[i][BCOMP] = UBYTE_TO_USHORT(src1[i][BCOMP]);
498 dst2[i][ACOMP] = UBYTE_TO_USHORT(src1[i][ACOMP]);
568 GLushort (*dst2)[4] = (GLushort (*)[4]) (useTemp ? tempBuffer : dst);
573 UNCLAMPED_FLOAT_TO_USHORT(dst2[i][RCOMP], src4[i][RCOMP]);
574 UNCLAMPED_FLOAT_TO_USHORT(dst2[i][GCOMP], src4[i][GCOMP]);
575 UNCLAMPED_FLOAT_TO_USHORT(dst2[i][BCOMP], src4[i][BCOMP]);
576 UNCLAMPED_FLOAT_TO_USHORT(dst2[i][ACOMP], src4[i][ACOMP])
    [all...]
  /xsrc/external/mit/xf86-video-apm/dist/src/
apm_funcs.c 1206 CARD32 *dst2 = (CARD32 *)dst; local
1209 *dst2++ = *src2++;
1216 CARD32 *dst2 = (CARD32 *)dst; local
1219 *dst2++ = *src2++;
1221 ((char *)dst2)[count] = ((char *)src2)[count];
1228 CARD32 *dst2 = (CARD32 *)(dst + skipleft); local
1233 *dst2++ = *src2++;
1240 CARD32 *dst2 = (CARD32 *)(dst + skipleft); local
1245 *dst2++ = *src2++;
1247 ((char *)dst2)[count] = ((char *)src2)[count]
    [all...]
  /xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/
i810_video.c 676 unsigned char *src1, *src2, *src3, *dst1, *dst2, *dst3; local
695 dst2 = pI810->FbBase + pPriv->UBuf0offset;
697 dst2 = pI810->FbBase + pPriv->VBuf0offset;
700 dst2 = pI810->FbBase + pPriv->UBuf1offset;
702 dst2 = pI810->FbBase + pPriv->VBuf1offset;
706 memcpy(dst2, src2, w/2);
708 dst2 += dstPitch;
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/
i810_video.c 666 unsigned char *src1, *src2, *src3, *dst1, *dst2, *dst3; local
685 dst2 = pI810->FbBase + pPriv->UBuf0offset;
687 dst2 = pI810->FbBase + pPriv->VBuf0offset;
690 dst2 = pI810->FbBase + pPriv->UBuf1offset;
692 dst2 = pI810->FbBase + pPriv->VBuf1offset;
696 memcpy(dst2, src2, w/2);
698 dst2 += dstPitch;
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
i810_video.c 676 unsigned char *src1, *src2, *src3, *dst1, *dst2, *dst3; local
695 dst2 = pI810->FbBase + pPriv->UBuf0offset;
697 dst2 = pI810->FbBase + pPriv->VBuf0offset;
700 dst2 = pI810->FbBase + pPriv->UBuf1offset;
702 dst2 = pI810->FbBase + pPriv->VBuf1offset;
706 memcpy(dst2, src2, w/2);
708 dst2 += dstPitch;
i830_video.c 1360 unsigned char *src1, *src2, *src3, *dst_base, *dst1, *dst2, *dst3; local
1444 dst2 = dst_base + pPriv->UBuf0offset;
1446 dst2 = dst_base + pPriv->VBuf0offset;
1449 dst2 = dst_base + pPriv->UBuf1offset;
1451 dst2 = dst_base + pPriv->VBuf1offset;
1458 memcpy (dst2, src2, h/2 * srcPitch2);
1461 memcpy(dst2, src2, w / 2);
1463 dst2 += dstPitch;
1470 dst2[(i) + (((w/2) - j - 1) * (dstPitch))] = *s++;
1479 dst2[((w/2) - j - 1) + (((h/2) - i - 1) * dstPitch)] = *s++
    [all...]
  /xsrc/external/mit/xf86-video-intel/dist/src/uxa/
intel_video.c 489 unsigned char *src1, *src2, *src3, *dst_base, *dst1, *dst2, *dst3; local
525 dst2 = dst_base + adaptor_priv->UBufOffset;
527 dst2 = dst_base + adaptor_priv->VBufOffset;
529 intel_memcpy_plane(dst2, src2, h / 2, w / 2,
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
intel_video.c 489 unsigned char *src1, *src2, *src3, *dst_base, *dst1, *dst2, *dst3; local
525 dst2 = dst_base + adaptor_priv->UBufOffset;
527 dst2 = dst_base + adaptor_priv->VBufOffset;
529 intel_memcpy_plane(dst2, src2, h / 2, w / 2,
  /xsrc/external/mit/xf86-video-r128/dist/src/
r128_video.c 530 unsigned char *dst2,
555 if (!R128DMA(info, src2, dst2, srcPitch2, dstPitch, h, w)) {
558 memcpy(dst2, src2, w);
560 dst2 += dstPitch;
  /xsrc/external/mit/xf86-video-nsc/dist/src/
nsc_gx2_video.c 691 unsigned char *dst2 = dst; local
698 dst3 = dst2;
709 dst2 += dstPitch;
nsc_gx1_video.c 692 unsigned char *dst2 = dst; local
699 dst3 = dst2;
710 dst2 += dstPitch;
  /xsrc/external/mit/pixman/dist/pixman/
pixman-arm-simd-asm.S 386 .macro add_8_8_8pixels cond, dst1, dst2
388 uqadd8\()\cond WK\()\dst2, WK\()\dst2, STRIDE_M
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
svga_tgsi_insn.c 1851 SVGA3dShaderDestToken dst2; local
1854 dst2 = tex_result;
1856 dst2 = dst;
1888 writemask( dst2, TGSI_WRITEMASK_XYZ ),
1898 writemask( dst2, TGSI_WRITEMASK_W ),
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
svga_tgsi_insn.c 1853 SVGA3dShaderDestToken dst2; local
1856 dst2 = tex_result;
1858 dst2 = dst;
1890 writemask( dst2, TGSI_WRITEMASK_XYZ ),
1900 writemask( dst2, TGSI_WRITEMASK_W ),

Completed in 43 milliseconds