/third_party/skia/third_party/externals/swiftshader/src/Device/ |
H A D | QuadRasterizer.cpp | 201 Short4 mask = CmpGT(xxxx, xLeft[i]) & CmpGT(xRight[i], xxxx); in If()
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
H A D | QuadRasterizer.cpp | 286 Short4 mask = CmpGT(xxxx, xLeft[q]) & CmpGT(xRight[q], xxxx);
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SpirvShaderArithmetic.cpp | 291 auto isInf = CmpGT(abs, SIMD::Float(65504.0f)); in EmitUnaryOp() 387 dst.move(i, CmpGT(lhs.UInt(i), rhs.UInt(i))); in EmitBinaryOp() 390 dst.move(i, CmpGT(lhs.Int(i), rhs.Int(i))); in EmitBinaryOp() 448 dst.move(i, CmpGT(lhs.Float(i), rhs.Float(i))); in EmitBinaryOp()
|
H A D | PixelRoutine.cpp | 391 value = CmpGT(As<SByte8>(value), *Pointer<SByte8>(data + OFFSET(DrawData, stencil[isBack].referenceMaskedSignedQ))); in stencilTest() 404 value = CmpGT(As<SByte8>(value), *Pointer<SByte8>(data + OFFSET(DrawData, stencil[isBack].referenceMaskedSignedQ))); in stencilTest() 410 equal = CmpGT(As<SByte8>(equal), As<SByte8>(value)); in stencilTest() 415 value = CmpGT(As<SByte8>(value), *Pointer<SByte8>(data + OFFSET(DrawData, stencil[isBack].referenceMaskedSignedQ))); in stencilTest() 536 zTest = Int4(CmpGT(zValue, Z)); in depthTest16() 539 zTest = ~Int4(CmpGT(zValue, Z)); in depthTest16() 542 zTest = ~Int4(CmpGT(Z, zValue)); in depthTest16() 545 zTest = Int4(CmpGT(Z, zValue)); in depthTest16() 1999 Int4 largeDst = CmpGT(dst, Float4(0.5f)); in blendOpOverlay() 2010 Int4 positiveDst = CmpGT(ds in blendOpColorDodge() [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
H A D | PixelPipeline.cpp | 1925 {Short4 t0; t0 = src0.x; t0 = CmpGT(t0, Short4(0x0800)); Short4 t1; t1 = src1.x; t1 = t1 & t0; t0 = ~t0 & src2.x; t0 = t0 | t1; dst.x = t0; }; 1926 {Short4 t0; t0 = src0.y; t0 = CmpGT(t0, Short4(0x0800)); Short4 t1; t1 = src1.y; t1 = t1 & t0; t0 = ~t0 & src2.y; t0 = t0 | t1; dst.y = t0; }; 1927 {Short4 t0; t0 = src0.z; t0 = CmpGT(t0, Short4(0x0800)); Short4 t1; t1 = src1.z; t1 = t1 & t0; t0 = ~t0 & src2.z; t0 = t0 | t1; dst.z = t0; }; 1928 {Short4 t0; t0 = src0.w; t0 = CmpGT(t0, Short4(0x0800)); Short4 t1; t1 = src1.w; t1 = t1 & t0; t0 = ~t0 & src2.w; t0 = t0 | t1; dst.w = t0; }; 1933 {Short4 t0 = CmpGT(Short4(0x0000), src0.x); Short4 t1; t1 = src2.x; t1 &= t0; t0 = ~t0 & src1.x; t0 |= t1; dst.x = t0; }; 1934 {Short4 t0 = CmpGT(Short4(0x0000), src0.y); Short4 t1; t1 = src2.y; t1 &= t0; t0 = ~t0 & src1.y; t0 |= t1; dst.y = t0; }; 1935 {Short4 t0 = CmpGT(Short4(0x0000), src0.z); Short4 t1; t1 = src2.z; t1 &= t0; t0 = ~t0 & src1.z; t0 |= t1; dst.z = t0; }; 1936 {Short4 t0 = CmpGT(Short4(0x0000), src0.w); Short4 t1; t1 = src2.w; t1 &= t0; t0 = ~t0 & src1.w; t0 |= t1; dst.w = t0; };
|
H A D | PixelRoutine.cpp | 356 value = CmpGT(As<SByte8>(value), *Pointer<SByte8>(data + OFFSET(DrawData,stencil[CCW].referenceMaskedSignedQ))); in stencilTest() 369 value = CmpGT(As<SByte8>(value), *Pointer<SByte8>(data + OFFSET(DrawData,stencil[CCW].referenceMaskedSignedQ))); in stencilTest() 375 equal = CmpGT(As<SByte8>(equal), As<SByte8>(value)); in stencilTest() 380 value = CmpGT(As<SByte8>(value), *Pointer<SByte8>(data + OFFSET(DrawData,stencil[CCW].referenceMaskedSignedQ))); in stencilTest() 546 cmp = CmpGT(*Pointer<Short4>(data + OFFSET(DrawData,factor.alphaReference4)), alpha); in alphaTest() 551 cmp = CmpGT(alpha, *Pointer<Short4>(data + OFFSET(DrawData,factor.alphaReference4))); in alphaTest() 556 cmp = CmpGT(alpha, *Pointer<Short4>(data + OFFSET(DrawData,factor.alphaReference4))) ^ Short4(0xFFFFu); // FIXME in alphaTest() 560 cmp = CmpGT(alpha, *Pointer<Short4>(data + OFFSET(DrawData,factor.alphaReference4))); in alphaTest()
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | Reactor.hpp | 717 // RValue<Byte8> CmpGT(RValue<Byte8> x, RValue<Byte8> y); 770 RValue<Byte8> CmpGT(RValue<SByte8> x, RValue<SByte8> y); 953 RValue<Short4> CmpGT(RValue<Short4> x, RValue<Short4> y); 2002 inline RValue<Int4> CmpGT(RValue<Int4> x, RValue<Int4> y) in CmpGT() function 2102 inline RValue<UInt4> CmpGT(RValue<UInt4> x, RValue<UInt4> y) in CmpGT() function 2374 inline RValue<Int4> CmpGT(RValue<Float4> x, RValue<Float4> y) in CmpGT() function
|
H A D | LLVMReactor.cpp | 1923 // RValue<Byte8> CmpGT(RValue<Byte8> x, RValue<Byte8> y) 1977 RValue<Byte8> CmpGT(RValue<SByte8> x, RValue<SByte8> y) in CmpGT() function 2156 RValue<Short4> CmpGT(RValue<Short4> x, RValue<Short4> y) in CmpGT() function
|
H A D | SubzeroReactor.cpp | 2384 // RValue<Byte8> CmpGT(RValue<Byte8> x, RValue<Byte8> y) 2496 RValue<Byte8> CmpGT(RValue<SByte8> x, RValue<SByte8> y) 2791 RValue<Short4> CmpGT(RValue<Short4> x, RValue<Short4> y)
|
/third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/ |
H A D | ReactorUnitTests.cpp | 1423 *Pointer<Byte8>(out + 16 * 5) = CmpGT(SByte8(1, 2, 3, 4, 5, 6, 7, 8), SByte8(7, 6, 5, 4, 3, 2, 1, 0));
|