HomeSort by relevance Sort by last modified time
    Searched full:ptrc (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/auxiliary/util/
u_tile.c 629 const uint *ptrc local
632 memcpy(pDest, ptrc, 4 * w);
634 ptrc += pt->stride/4;
641 const uint *ptrc local
646 pDest[j] = (ptrc[j] << 8) | ((ptrc[j] >> 16) & 0xff);
649 ptrc += pt->stride/4;
656 const uint *ptrc local
661 pDest[j] = (ptrc[j] & 0xffffff00) | ((ptrc[j] >> 24) & 0xff)
670 const ushort *ptrc local
684 const float *ptrc = (const float *)(map + y * pt->stride + x*4); local
706 const float *ptrc = (const float *)(map + y * pt->stride + x*8); local
741 const uint *ptrc = zSrc; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_reconstruct.c 504 u8 *ptrC, *ptrV;
526 ptrC = ref + width;
527 ptrV = ptrC + 5*width;
546 tmp3 = ptrC[width*2];
558 tmp2 = ptrC[width];
570 tmp1 = *ptrC;
582 tmp6 = ptrC[-(i32)width];
588 ptrC++;
590 ptrC += 4*width - partWidth;
623 u8 *ptrC, *ptrV, *ptrInt
    [all...]
  /external/deqp/framework/delibs/decpp/
deSharedPtr.cpp 310 SharedPtr<Object> ptrC(ptrA);
314 DE_TEST_ASSERT(ptrA == ptrC);
315 DE_TEST_ASSERT(ptrC != ptrB);
  /external/llvm/docs/
NVPTXUsage.rst 451 %ptrC = getelementptr float addrspace(1)* %C, i32 %id
461 store float %valC, float addrspace(1)* %ptrC, align 4
835 %ptrC = getelementptr float addrspace(1)* %C, i32 %id
845 store float %valC, float addrspace(1)* %ptrC, align 4

Completed in 450 milliseconds