Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
Dtexturing.cpp1027 int tx_wrap, int tx_linear) in wrapping() argument
1041 MOV(AL, 0, d, reg_imm(c, LSR, 16-tx_linear)); in wrapping()
1044 if (tx_linear) { in wrapping()
1046 MOV(AL, 0, d, reg_imm(coord, ASR, 16-tx_linear)); in wrapping()
DGGLAssembler.h479 int tx_wrap, int tx_linear);