Searched refs:CmpGT (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/src/Renderer/ |
D | QuadRasterizer.cpp | 285 Short4 mask = CmpGT(xxxx, xLeft[q]) & CmpGT(xRight[q], xxxx); in rasterize()
|
/external/swiftshader/src/Shader/ |
D | PixelPipeline.cpp | 1924 …{ Short4 t0; t0 = src0.x; t0 = CmpGT(t0, Short4(0x0800, 0x0800, 0x0800, 0x0800)); Short4 t1; t1 = … in CND() 1925 …{Short4 t0; t0 = src0.y; t0 = CmpGT(t0, Short4(0x0800, 0x0800, 0x0800, 0x0800)); Short4 t1; t1 = s… in CND() 1926 …{Short4 t0; t0 = src0.z; t0 = CmpGT(t0, Short4(0x0800, 0x0800, 0x0800, 0x0800)); Short4 t1; t1 = s… in CND() 1927 …{Short4 t0; t0 = src0.w; t0 = CmpGT(t0, Short4(0x0800, 0x0800, 0x0800, 0x0800)); Short4 t1; t1 = s… in CND() 1932 …{ Short4 t0 = CmpGT(Short4(0x0000, 0x0000, 0x0000, 0x0000), src0.x); Short4 t1; t1 = src2.x; t1 &=… in CMP() 1933 …{Short4 t0 = CmpGT(Short4(0x0000, 0x0000, 0x0000, 0x0000), src0.y); Short4 t1; t1 = src2.y; t1 &= … in CMP() 1934 …{Short4 t0 = CmpGT(Short4(0x0000, 0x0000, 0x0000, 0x0000), src0.z); Short4 t1; t1 = src2.z; t1 &= … in CMP() 1935 …{Short4 t0 = CmpGT(Short4(0x0000, 0x0000, 0x0000, 0x0000), src0.w); Short4 t1; t1 = src2.w; t1 &= … in CMP()
|
D | PixelRoutine.cpp | 365 …value = CmpGT(As<SByte8>(value), *Pointer<SByte8>(data + OFFSET(DrawData,stencil[CCW].referenceMas… in stencilTest() 378 …value = CmpGT(As<SByte8>(value), *Pointer<SByte8>(data + OFFSET(DrawData,stencil[CCW].referenceMas… in stencilTest() 384 equal = CmpGT(As<SByte8>(equal), As<SByte8>(value)); in stencilTest() 389 …value = CmpGT(As<SByte8>(value), *Pointer<SByte8>(data + OFFSET(DrawData,stencil[CCW].referenceMas… in stencilTest() 555 cmp = CmpGT(*Pointer<Short4>(data + OFFSET(DrawData,factor.alphaReference4)), alpha); in alphaTest() 560 cmp = CmpGT(alpha, *Pointer<Short4>(data + OFFSET(DrawData,factor.alphaReference4))); in alphaTest() 565 …cmp = CmpGT(alpha, *Pointer<Short4>(data + OFFSET(DrawData,factor.alphaReference4))) ^ Short4((sho… in alphaTest() 569 cmp = CmpGT(alpha, *Pointer<Short4>(data + OFFSET(DrawData,factor.alphaReference4))); in alphaTest()
|
/external/opencv/cxcore/src/ |
D | cxcmp.cpp | 509 ICV_DEF_CMP_FUNC( CV_GT, CmpGT, flavor, arrtype, worktype, _toggle_macro_ ) \ 511 ICV_DEF_CMP_CONST_FUNC( CV_GT, CmpGT, flavor, arrtype, worktype, _toggle_macro_)\ 528 CV_DEF_INIT_FUNC_TAB_2D( CmpGT, C1R )
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXInstrInfo.td | 72 def CmpGT : PatLeaf<(i32 4)>; 1569 defm : ISET_FORMAT_SIGNED<setgt, CmpGT>; 1575 defm : ISET_FORMAT_UNSIGNED<setugt, CmpGT>; 1653 defm FSetOGT : FSET_FORMAT<setogt, CmpGT, CmpGT_FTZ>; 1667 defm FSetGT : FSET_FORMAT<setgt, CmpGT, CmpGT_FTZ>;
|
/external/swiftshader/src/Reactor/ |
D | Nucleus.hpp | 828 RValue<Byte8> CmpGT(RValue<SByte8> x, RValue<SByte8> y); 998 RValue<Short4> CmpGT(RValue<Short4> x, RValue<Short4> y);
|
D | Nucleus.cpp | 2590 RValue<Byte8> CmpGT(RValue<SByte8> x, RValue<SByte8> y) in CmpGT() function 3209 RValue<Short4> CmpGT(RValue<Short4> x, RValue<Short4> y) in CmpGT() function
|