Searched refs:setTexRS (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_from_tgsi.cpp | 1065 void setTexRS(TexInstruction *, unsigned int& s, int R, int S); 1464 Converter::setTexRS(TexInstruction *tex, unsigned int& s, int R, int S) in setTexRS() function in __anon7013adf50111::Converter 1500 setTexRS(tex, c, 1, -1); in handleTXQ() 1615 setTexRS(texi, s, R, S); in handleTEX() 1643 setTexRS(texi, c, R, -1); in handleTXF()
|