Home
last modified time | relevance | path

Searched refs:dstBytes (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/Renderer/
DBlitter.cpp1212 int dstBytes = Surface::bytes(state.destFormat); in generate() local
1251 …ine + (dstQuadLayout ? (((j & Int(1)) << 1) + (i * 2) - (i & Int(1))) : RValue<Int>(i)) * dstBytes; in generate()
DSurface.cpp3642 int dstBytes = dst->bytes(dst->Surface::getInternalFormat()); in copyCubeEdge() local
3650 ASSERT(srcW == srcH && dstW == dstH && srcW == dstW && srcBytes == dstBytes); in copyCubeEdge()
3657 …int dstDelta = (((dstEdge == TOP) || (dstEdge == BOTTOM)) ? dstBytes : dstPitch) * (reverse ? -1 :… in copyCubeEdge()
3658 …int dstStart = ((dstEdge == BOTTOM) ? dstPitch * (dstH + 1) : ((dstEdge == RIGHT) ? dstBytes * (ds… in copyCubeEdge()
/external/swiftshader/src/Device/
DBlitter.cpp1452 int dstBytes = Surface::bytes(state.destFormat); in generate() local
1491 …ine + (dstQuadLayout ? (((j & Int(1)) << 1) + (i * 2) - (i & Int(1))) : RValue<Int>(i)) * dstBytes; in generate()
DSurface.cpp3043 int dstBytes = dst->bytes(dst->Surface::getInternalFormat()); in copyCubeEdge() local
3051 ASSERT(srcW == srcH && dstW == dstH && srcW == dstW && srcBytes == dstBytes); in copyCubeEdge()
3058 …int dstDelta = (((dstEdge == TOP) || (dstEdge == BOTTOM)) ? dstBytes : dstPitch) * (reverse ? -1 :… in copyCubeEdge()
3059 …int dstStart = ((dstEdge == BOTTOM) ? dstPitch * (dstH + 1) : ((dstEdge == RIGHT) ? dstBytes * (ds… in copyCubeEdge()