Searched refs:sIndirectSrc (Results 1 – 7 of 7) sorted by relevance
702 moveSourcesAdjustIndex(tex->tex.sIndirectSrc, s, delta); in moveSources()911 tex.sIndirectSrc = -1; in TexInstruction()1101 int p = ((tex.sIndirectSrc < 0) && v) ? srcs.size() : tex.sIndirectSrc; in setIndirectS()1103 tex.sIndirectSrc = p; in setIndirectS()
996 if (i->tex.rIndirectSrc >= 0 || i->tex.sIndirectSrc >= 0) { in handleTEX()1046 i->tex.sIndirectSrc = -1; in handleTEX()1056 i->tex.sIndirectSrc = -1; in handleTEX()1060 if (i->tex.target.isArray() || i->tex.rIndirectSrc >= 0 || i->tex.sIndirectSrc >= 0) { in handleTEX()1078 i->setSrc(i->tex.sIndirectSrc, NULL); in handleTEX()1310 if (txd->tex.rIndirectSrc >= 0 || txd->tex.sIndirectSrc >= 0) in handleTXD()1316 txd->tex.rIndirectSrc >= 0 || txd->tex.sIndirectSrc >= 0)) in handleTXD()1370 txq->tex.sIndirectSrc = -1; in handleTXQ()
1074 int8_t sIndirectSrc; member
2190 if (tex->tex.sIndirectSrc >= 0 || in isScalarTexGM107()2472 (tex->tex.rIndirectSrc >= 0 || tex->tex.sIndirectSrc >= 0)) in texConstraintNVC0()
1360 if (i->tex.rIndirectSrc >= 0 || i->tex.sIndirectSrc >= 0) in emitTEX()1416 if (i->tex.sIndirectSrc >= 0 || i->tex.rIndirectSrc >= 0) in emitTXQ()
3041 texi->tex.sIndirectSrc = sampOffIdx; in visit()
2230 tex->tex.sIndirectSrc = s; in setTexRS()