Home | History | Annotate | Download | only in glsl

Lines Matching refs:CreateICmpUGE

720             return bld.CreateICmpUGE(ops[0], ops[1]);
850 return bld.CreateSelect(bld.CreateICmpUGE(ops[0], ops[1], "umax.ge"), ops[0], ops[1], "umax.select");