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

  /system/core/libpixelflinger/codeflinger/
blending.cpp 57 MOV(HS, 0, factor.reg, imm( 0x10000 ));
660 MOV(HS, 0, v.reg, imm( one ));
662 MVN(HS, 0, v.reg, imm( ~one ));
664 MOV(HS, 0, v.reg, imm( 1<<v.h ));
665 SUB(HS, 0, v.reg, v.reg, imm( 1<<v.l ));
ARMAssemblerInterface.h 36 HS = CS,
GGLAssembler.cpp 712 case GGL_GEQUAL: cc = HS; break;
733 case GGL_LEQUAL: ic = HS; break;
    [all...]

Completed in 41 milliseconds