Home
last modified time | relevance | path

Searched refs:tx_linear (Results 1 – 2 of 2) sorted by relevance

/system/core/libpixelflinger/codeflinger/
Dtexturing.cpp1121 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()
DGGLAssembler.h461 int tx_wrap, int tx_linear);