Home
last modified time | relevance | path

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

/external/swiftshader/src/Shader/
DPixelRoutine.cpp1558 Int xMask; // Combination of all masks in writeColor() local
1562 xMask = zMask; in writeColor()
1566 xMask = cMask; in writeColor()
1571 xMask &= sMask; in writeColor()
1591 c01 &= *Pointer<Int>(constants + OFFSET(Constants,maskW4Q[0][0]) + xMask * 8); in writeColor()
1592 value &= *Pointer<Int>(constants + OFFSET(Constants,invMaskW4Q[0][0]) + xMask * 8); in writeColor()
1609 c23 &= *Pointer<Int>(constants + OFFSET(Constants,maskW4Q[0][2]) + xMask * 8); in writeColor()
1610 value &= *Pointer<Int>(constants + OFFSET(Constants,invMaskW4Q[0][2]) + xMask * 8); in writeColor()
1668 c01 &= *Pointer<Short4>(constants + OFFSET(Constants,maskD01Q) + xMask * 8); in writeColor()
1669 value &= *Pointer<Short4>(constants + OFFSET(Constants,invMaskD01Q) + xMask * 8); in writeColor()
[all …]
/external/libconstrainedcrypto/
Dp256_ec.c298 limb tmp2[18], carry, x, xMask; in felem_reduce_degree() local
356 xMask = NON_ZERO_TO_ALL_ONES(x); in felem_reduce_degree()
410 tmp2[i + 7] += 0x10000000 & xMask; in felem_reduce_degree()
412 tmp2[i + 8] += (x - 1) & xMask; in felem_reduce_degree()
416 tmp2[i + 8] += 0x20000000 & xMask; in felem_reduce_degree()
419 tmp2[i + 9] += ((x >> 1) - 1) & xMask; in felem_reduce_degree()
425 xMask = NON_ZERO_TO_ALL_ONES(x); in felem_reduce_degree()
438 tmp2[i + 8] += 0x20000000 & xMask; in felem_reduce_degree()
439 tmp2[i + 9] += (x - 1) & xMask; in felem_reduce_degree()
443 tmp2[i + 9] += 0x10000000 & xMask; in felem_reduce_degree()
[all …]
/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
DTilingFunctions.h433 static const uint32_t xMask = 0xFFFFFFFD;
435 newX = pdep_u32(x, xMask);
456 static const uint32_t xMask = 0xFFFFFFF9;
460 newX = pdep_u32(x, xMask);