Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
Dtexturing.cpp1139 int tx_wrap, int tx_linear) in wrapping() argument
1153 MOV(AL, 0, d, reg_imm(c, LSR, 16-tx_linear)); in wrapping()
1156 if (tx_linear) { in wrapping()
1158 MOV(AL, 0, d, reg_imm(coord, ASR, 16-tx_linear)); in wrapping()
DGGLAssembler.h465 int tx_wrap, int tx_linear);