Home
last modified time | relevance | path

Searched refs:CmpLE (Results 1 – 18 of 18) sorted by relevance

/external/swiftshader/src/Shader/
DShaderCore.cpp1806 Int4 pos = CmpLE(Float4(0.0f), src0); in cmp0()
1857 dst.x = As<Float4>(CmpLE(src0.x, src1.x)); in cmp()
1858 dst.y = As<Float4>(CmpLE(src0.y, src1.y)); in cmp()
1859 dst.z = As<Float4>(CmpLE(src0.z, src1.z)); in cmp()
1860 dst.w = As<Float4>(CmpLE(src0.w, src1.w)); in cmp()
1902 dst.x = As<Float4>(CmpLE(As<Int4>(src0.x), As<Int4>(src1.x))); in icmp()
1903 dst.y = As<Float4>(CmpLE(As<Int4>(src0.y), As<Int4>(src1.y))); in icmp()
1904 dst.z = As<Float4>(CmpLE(As<Int4>(src0.z), As<Int4>(src1.z))); in icmp()
1905 dst.w = As<Float4>(CmpLE(As<Int4>(src0.w), As<Int4>(src1.w))); in icmp()
1947 dst.x = As<Float4>(CmpLE(As<UInt4>(src0.x), As<UInt4>(src1.x))); in ucmp()
[all …]
DVertexRoutine.cpp127 Int4 finiteX = CmpLE(Abs(o[pos].x), *Pointer<Float4>(constants + OFFSET(Constants,maxPos))); in computeClipFlags()
128 Int4 finiteY = CmpLE(Abs(o[pos].y), *Pointer<Float4>(constants + OFFSET(Constants,maxPos))); in computeClipFlags()
129 Int4 finiteZ = CmpLE(Abs(o[pos].z), *Pointer<Float4>(constants + OFFSET(Constants,maxPos))); in computeClipFlags()
DVertexProgram.cpp1089 case Shader::CONTROL_LE: condition = CmpLE(src0.x, src1.x); break; in BREAKC()
1383 case Shader::CONTROL_LE: condition = CmpLE(src0.x, src1.x); break; in IFC()
DPixelProgram.cpp1405 case Shader::CONTROL_LE: condition = CmpLE(src0.x, src1.x); break; in BREAKC()
1699 case Shader::CONTROL_LE: condition = CmpLE(src0.x, src1.x); break; in IFC()
DSamplerCore.cpp540 offset &= Short4(CmpLE(Float4(lod), Float4(0.0f))); in offsetSample()
2180 case COMPARE_LESSEQUAL: boolean = CmpLE(ref, c.x); break; in sampleTexel()
2290 filter = CmpLE(Float4(lod), Float4(0.0f)); in computeFilterOffset()
DPixelRoutine.cpp476 zTest = CmpLE(zValue, Z); in depthTest()
482 zTest = CmpLE(zValue, Z); in depthTest()
/external/swiftshader/src/Pipeline/
DSpirvShaderArithmetic.cpp405 dst.move(i, CmpLE(lhs.UInt(i), rhs.UInt(i))); in EmitBinaryOp()
408 dst.move(i, CmpLE(lhs.Int(i), rhs.Int(i))); in EmitBinaryOp()
454 dst.move(i, CmpLE(lhs.Float(i), rhs.Float(i))); in EmitBinaryOp()
DVertexRoutine.cpp141 Int4 finiteX = CmpLE(Abs(posX), maxPos); in computeClipFlags()
142 Int4 finiteY = CmpLE(Abs(posY), maxPos); in computeClipFlags()
143 Int4 finiteZ = CmpLE(Abs(posZ), maxPos); in computeClipFlags()
DSamplerCore.cpp335 offset &= Short4(CmpLE(Float4(lod), Float4(0.0f))); in offsetSample()
2081 case VK_COMPARE_OP_LESS_OR_EQUAL: boolean = CmpLE(ref, c.x); break; in sampleTexel()
2191 return CmpLE(Float4(lod), Float4(0.0f)); in computeFilterOffset()
DSpirvShaderGLSLstd450.cpp576 auto isExponentNotTooLarge = SIMD::UInt(CmpLE(combinedExponent, SIMD::Int(128))); in EmitExtGLSLstd450()
DPixelRoutine.cpp475 zTest = CmpLE(zValue, Z); in depthTest32F()
/external/swiftshader/src/Renderer/
DQuadRasterizer.cpp202 zTest = CmpLE(zValue, z); in rasterize()
/external/llvm/lib/Target/NVPTX/
DNVPTXInstrInfo.td71 def CmpLE : PatLeaf<(i32 3)>;
1572 defm : ISET_FORMAT_SIGNED<setle, CmpLE>;
1578 defm : ISET_FORMAT_UNSIGNED<setule, CmpLE>;
1656 defm FSetOLE : FSET_FORMAT<setole, CmpLE, CmpLE_FTZ>;
1670 defm FSetLE : FSET_FORMAT<setle, CmpLE, CmpLE_FTZ>;
/external/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXInstrInfo.td74 def CmpLE : PatLeaf<(i32 3)>;
1728 defm : ISET_FORMAT_SIGNED<setle, CmpLE>;
1734 defm : ISET_FORMAT_UNSIGNED<setule, CmpLE>;
1852 defm FSetOLE : FSET_FORMAT<setole, CmpLE, CmpLE_FTZ>;
1866 defm FSetLE : FSET_FORMAT<setle, CmpLE, CmpLE_FTZ>;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXInstrInfo.td74 def CmpLE : PatLeaf<(i32 3)>;
1728 defm : ISET_FORMAT_SIGNED<setle, CmpLE>;
1734 defm : ISET_FORMAT_UNSIGNED<setule, CmpLE>;
1852 defm FSetOLE : FSET_FORMAT<setole, CmpLE, CmpLE_FTZ>;
1866 defm FSetLE : FSET_FORMAT<setle, CmpLE, CmpLE_FTZ>;
/external/swiftshader/src/Reactor/
DReactor.hpp1996 RValue<Int4> CmpLE(RValue<Int4> x, RValue<Int4> y);
2096 RValue<UInt4> CmpLE(RValue<UInt4> x, RValue<UInt4> y);
2368 RValue<Int4> CmpLE(RValue<Float4> x, RValue<Float4> y);
DSubzeroReactor.cpp3534 RValue<Int4> CmpLE(RValue<Int4> x, RValue<Int4> y) in CmpLE() function
3793 RValue<UInt4> CmpLE(RValue<UInt4> x, RValue<UInt4> y) in CmpLE() function
4067 RValue<Int4> CmpLE(RValue<Float4> x, RValue<Float4> y) in CmpLE() function
DLLVMReactor.cpp2664 RValue<Int4> CmpLE(RValue<Int4> x, RValue<Int4> y) in CmpLE() function
2847 RValue<UInt4> CmpLE(RValue<UInt4> x, RValue<UInt4> y) in CmpLE() function
3219 RValue<Int4> CmpLE(RValue<Float4> x, RValue<Float4> y) in CmpLE() function