Home
last modified time | relevance | path

Searched refs:LT (Results 1 – 4 of 4) sorted by relevance

/system/core/libpixelflinger/codeflinger/
DARMAssemblerInterface.h35 EQ, NE, CS, CC, MI, PL, VS, VC, HI, LS, GE, LT, GT, LE, AL, NV, enumerator
DGGLAssembler.cpp710 case GGL_LESS: cc = LT; break; in build_alpha_test()
737 case GGL_GREATER: ic = LT; break; in build_depth_test()
Dtexturing.cpp541 MOV(LT, 0, width, imm(1 << shift)); in build_textures()
576 MOV(LT, 0, height, imm(1 << shift)); in build_textures()
DMIPSAssembler.cpp721 case LT: mMips->BLT(cond.r1, cond.r2, label); break; in B()