Searched refs:sIndirectSrc (Results 1 – 6 of 6) sorted by relevance
665 if (i->tex.rIndirectSrc >= 0 || i->tex.sIndirectSrc >= 0) { in handleTEX()690 i->setSrc(i->tex.sIndirectSrc, NULL); in handleTEX()695 if (min < 0 || min > i->tex.sIndirectSrc) in handleTEX()696 min = i->tex.sIndirectSrc; in handleTEX()703 if (dim != arg || i->tex.rIndirectSrc >= 0 || i->tex.sIndirectSrc >= 0) { in handleTEX()727 i->setSrc(i->tex.sIndirectSrc, NULL); in handleTEX()
1037 if (i->tex.rIndirectSrc >= 0 || i->tex.sIndirectSrc >= 0) in emitTEX()1091 if (i->tex.sIndirectSrc >= 0 || i->tex.rIndirectSrc >= 0) in emitTXQ()
799 int8_t sIndirectSrc; member
882 tex.sIndirectSrc = -1; in TexInstruction()
1843 (tex->tex.rIndirectSrc >= 0 || tex->tex.sIndirectSrc >= 0)) in texConstraintNVC0()
1480 tex->tex.sIndirectSrc = s; in setTexRS()