Searched refs:tx_linear (Results 1 – 2 of 2) sorted by relevance
/system/core/libpixelflinger/codeflinger/ |
D | texturing.cpp | 1121 int tx_wrap, int tx_linear) in wrapping() argument 1135 MOV(AL, 0, d, reg_imm(c, LSR, 16-tx_linear)); in wrapping() 1138 if (tx_linear) { in wrapping() 1140 MOV(AL, 0, d, reg_imm(coord, ASR, 16-tx_linear)); in wrapping()
|
D | GGLAssembler.h | 461 int tx_wrap, int tx_linear);
|