Searched refs:dstBytes (Results 1 – 4 of 4) sorted by relevance
468 int dstBytes = in throwIfDstShapeIsIncompatible() local470 if (bytes > dstBytes) { in throwIfDstShapeIsIncompatible()475 name(), bytes, dstBytes)); in throwIfDstShapeIsIncompatible()
1212 int dstBytes = Surface::bytes(state.destFormat); in generate() local1251 …ine + (dstQuadLayout ? (((j & Int(1)) << 1) + (i * 2) - (i & Int(1))) : RValue<Int>(i)) * dstBytes; in generate()
3451 int dstBytes = dst->bytes(dst->Surface::getInternalFormat()); in copyCubeEdge() local3459 ASSERT(srcW == srcH && dstW == dstH && srcW == dstW && srcBytes == dstBytes); in copyCubeEdge()3466 …int dstDelta = (((dstEdge == TOP) || (dstEdge == BOTTOM)) ? dstBytes : dstPitch) * (reverse ? -1 :… in copyCubeEdge()3467 …int dstStart = ((dstEdge == BOTTOM) ? dstPitch * (dstH + 1) : ((dstEdge == RIGHT) ? dstBytes * (ds… in copyCubeEdge()
1625 int dstBytes = state.destFormat.bytes(); in generate() local1660 Pointer<Byte> d = destLine + i * dstBytes; in generate()