Searched refs:LT (Results 1 – 4 of 4) sorted by relevance
/system/core/libpixelflinger/codeflinger/ |
D | ARMAssemblerInterface.h | 35 EQ, NE, CS, CC, MI, PL, VS, VC, HI, LS, GE, LT, GT, LE, AL, NV, enumerator
|
D | GGLAssembler.cpp | 710 case GGL_LESS: cc = LT; break; in build_alpha_test() 737 case GGL_GREATER: ic = LT; break; in build_depth_test()
|
D | texturing.cpp | 541 MOV(LT, 0, width, imm(1 << shift)); in build_textures() 576 MOV(LT, 0, height, imm(1 << shift)); in build_textures()
|
D | MIPSAssembler.cpp | 721 case LT: mMips->BLT(cond.r1, cond.r2, label); break; in B()
|