Searched refs:setTexRS (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 1576 void setTexRS(TexInstruction *, unsigned int& s, int R, int S); 2084 Converter::setTexRS(TexInstruction *tex, unsigned int& s, int R, int S) in setTexRS() function in __anonf6de0d2e0111::Converter 2123 setTexRS(tex, ++c, R, -1); in handleTXQ() 2229 setTexRS(texi, s, R, S); in handleTEX() 2276 setTexRS(texi, c, R, -1); in handleTXF()
|