Searched defs:tx_linear (Results 1 - 1 of 1) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A Dtexturing.cpp1017 int tx_wrap, int tx_linear)
1020 // if tx_linear is set, we need 4 extra bits of precision on the result
1031 MOV(AL, 0, d, reg_imm(c, LSR, 16-tx_linear));
1034 if (tx_linear) {
1036 MOV(AL, 0, d, reg_imm(coord, ASR, 16-tx_linear));
1014 wrapping( int d, int coord, int size, int tx_wrap, int tx_linear) argument

Completed in 2758 milliseconds