Home
last modified time | relevance | path

Searched refs:dBytes (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/WSI/
DFrameBuffer.cpp170 const int dBytes = Surface::bytes(state.destFormat); in copyRoutine() local
202 d += 4 * dBytes; in copyRoutine()
215 d += 4 * dBytes; in copyRoutine()
227 d += 2 * dBytes; in copyRoutine()
240 d += 4 * dBytes; in copyRoutine()
287 d += dBytes; in copyRoutine()
304 d += 4 * dBytes; in copyRoutine()
317 d += 4 * dBytes; in copyRoutine()
329 d += 2 * dBytes; in copyRoutine()
343 d += 4 * dBytes; in copyRoutine()
[all …]
/external/swiftshader/src/Main/
DFrameBuffer.cpp170 const int dBytes = Surface::bytes(state.destFormat); in copyRoutine() local
204 d += 4 * dBytes; in copyRoutine()
218 d += 4 * dBytes; in copyRoutine()
230 d += 2 * dBytes; in copyRoutine()
243 d += 4 * dBytes; in copyRoutine()
292 d += dBytes; in copyRoutine()
312 d += 4 * dBytes; in copyRoutine()
326 d += 4 * dBytes; in copyRoutine()
338 d += 2 * dBytes; in copyRoutine()
352 d += 4 * dBytes; in copyRoutine()
[all …]
/external/dng_sdk/source/
Ddng_image_writer.cpp3792 uint32 dBytes = 0; in WriteData() local
3804 dBytes); in WriteData()
3836 dBytes = (uint32) dCount; in WriteData()
3840 if (dBytes > compressedBuffer->LogicalSize ()) in WriteData()
3849 stream.Put (dBuffer, dBytes); in WriteData()