HomeSort by relevance Sort by last modified time
    Searched refs:CmpGT (Results 1 - 8 of 8) sorted by null

  /external/swiftshader/src/Renderer/
QuadRasterizer.cpp 285 Short4 mask = CmpGT(xxxx, xLeft[q]) & CmpGT(xRight[q], xxxx);
  /external/swiftshader/src/Shader/
PixelPipeline.cpp     [all...]
PixelRoutine.cpp 364 value = CmpGT(As<SByte8>(value), *Pointer<SByte8>(data + OFFSET(DrawData,stencil[CCW].referenceMaskedSignedQ)));
377 value = CmpGT(As<SByte8>(value), *Pointer<SByte8>(data + OFFSET(DrawData,stencil[CCW].referenceMaskedSignedQ)));
383 equal = CmpGT(As<SByte8>(equal), As<SByte8>(value));
388 value = CmpGT(As<SByte8>(value), *Pointer<SByte8>(data + OFFSET(DrawData,stencil[CCW].referenceMaskedSignedQ)));
554 cmp = CmpGT(*Pointer<Short4>(data + OFFSET(DrawData,factor.alphaReference4)), alpha);
559 cmp = CmpGT(alpha, *Pointer<Short4>(data + OFFSET(DrawData,factor.alphaReference4)));
564 cmp = CmpGT(alpha, *Pointer<Short4>(data + OFFSET(DrawData,factor.alphaReference4))) ^ Short4(0xFFFFu); // FIXME
568 cmp = CmpGT(alpha, *Pointer<Short4>(data + OFFSET(DrawData,factor.alphaReference4)));
    [all...]
  /external/opencv/cxcore/src/
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 )
    [all...]
  /external/swiftshader/src/Reactor/
Main.cpp 616 *Pointer<Byte8>(out + 16 * 5) = CmpGT(SByte8(1, 2, 3, 4, 5, 6, 7, 8), SByte8(7, 6, 5, 4, 3, 2, 1, 0));
Reactor.hpp 572 // RValue<Byte8> CmpGT(RValue<Byte8> x, RValue<Byte8> y);
624 RValue<Byte8> CmpGT(RValue<SByte8> x, RValue<SByte8> y);
806 RValue<Short4> CmpGT(RValue<Short4> x, RValue<Short4> y);
    [all...]
LLVMReactor.cpp     [all...]
SubzeroReactor.cpp     [all...]

Completed in 90 milliseconds