Searched refs:sIndirectSrc (Results 1 – 7 of 7) sorted by relevance
704 moveSourcesAdjustIndex(tex->tex.sIndirectSrc, s, delta); in moveSources()913 tex.sIndirectSrc = -1; in TexInstruction()1103 int p = ((tex.sIndirectSrc < 0) && v) ? srcs.size() : tex.sIndirectSrc; in setIndirectS()1105 tex.sIndirectSrc = p; in setIndirectS()
997 if (i->tex.rIndirectSrc >= 0 || i->tex.sIndirectSrc >= 0) { in handleTEX()1047 i->tex.sIndirectSrc = -1; in handleTEX()1057 i->tex.sIndirectSrc = -1; in handleTEX()1061 if (i->tex.target.isArray() || i->tex.rIndirectSrc >= 0 || i->tex.sIndirectSrc >= 0) { in handleTEX()1079 i->setSrc(i->tex.sIndirectSrc, NULL); in handleTEX()1311 if (txd->tex.rIndirectSrc >= 0 || txd->tex.sIndirectSrc >= 0) in handleTXD()1317 txd->tex.rIndirectSrc >= 0 || txd->tex.sIndirectSrc >= 0)) in handleTXD()1371 txq->tex.sIndirectSrc = -1; in handleTXQ()
1100 int8_t sIndirectSrc; member
2194 if (tex->tex.sIndirectSrc >= 0 || in isScalarTexGM107()2476 (tex->tex.rIndirectSrc >= 0 || tex->tex.sIndirectSrc >= 0)) in texConstraintNVC0()
1367 if (i->tex.rIndirectSrc >= 0 || i->tex.sIndirectSrc >= 0) in emitTEX()1423 if (i->tex.sIndirectSrc >= 0 || i->tex.rIndirectSrc >= 0) in emitTXQ()
3046 texi->tex.sIndirectSrc = sampOffIdx; in visit()
2254 tex->tex.sIndirectSrc = s; in setTexRS()