Searched refs:dstBase (Results 1 – 3 of 3) sorted by relevance
438 deUint8* dstBase = static_cast<deUint8*>(alloc.getHostPtr()); in fillBuffer() local439 deUint8* dst = &dstBase[offset]; in fillBuffer()457 deUint8* dstBase = static_cast<deUint8*>(alloc.getHostPtr()); in fillBuffer() local458 deUint8* dst = &dstBase[offset]; in fillBuffer()
94 uint8_t* dstBase = reinterpret_cast<uint8_t*>(data); in convert_16_to_8_neon() local101 uint8_t* dst = dstBase; in convert_16_to_8_neon()168 dstBase[i] = (srcBase[i] + (randval & 3)) >> 2; in convert_16_to_8_neon()174 dstBase += dstStride; in convert_16_to_8_neon()
93 deUint8* dstBase = static_cast<deUint8*>(alloc.getHostPtr()); in fillBuffer() local94 deUint8* dst = &dstBase[offset]; in fillBuffer()