Home
last modified time | relevance | path

Searched refs:toBuffer (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
Dcommon.mm176 toBuffer:temp_buffer
228 toBuffer:temp_buffer
283 toBuffer:temp_buffer
/external/skia/src/gpu/mtl/
DGrMtlBuffer.mm174 toBuffer: fMtlBuffer
DGrMtlGpu.mm1432 toBuffer: transferBuffer
/external/skqp/src/gpu/mtl/
DGrMtlBuffer.mm160 toBuffer: fMtlBuffer
DGrMtlGpu.mm797 toBuffer: transferBuffer
/external/libpng/contrib/libtests/
Dpngvalid.c579 pixel_copy(png_bytep toBuffer, png_uint_32 toIndex, in pixel_copy() argument
594 unsigned int destByte = toBuffer[toIndex >> 3] & ~destMask; in pixel_copy()
611 toBuffer[toIndex >> 3] = (png_byte)(destByte | (sourceByte & destMask)); in pixel_copy()
614 memmove(toBuffer+(toIndex>>3), fromBuffer+(fromIndex>>3), pixelSize>>3); in pixel_copy()
622 row_copy(png_bytep toBuffer, png_const_bytep fromBuffer, unsigned int bitWidth, in row_copy() argument
625 memcpy(toBuffer, fromBuffer, bitWidth >> 3); in row_copy()
631 toBuffer += bitWidth >> 3; in row_copy()
637 *toBuffer = (png_byte)((*toBuffer & mask) | (*fromBuffer & ~mask)); in row_copy()
/external/angle/src/libANGLE/renderer/metal/
Dmtl_command_buffer.mm1953 toBuffer:dst->get()
2018 toBuffer:dst->get()