Searched refs:sIndirectSrc (Results 1 – 7 of 7) sorted by relevance
700 moveSourcesAdjustIndex(tex->tex.sIndirectSrc, s, delta); in moveSources()909 tex.sIndirectSrc = -1; in TexInstruction()1099 int p = ((tex.sIndirectSrc < 0) && v) ? srcs.size() : tex.sIndirectSrc; in setIndirectS()1101 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()
1102 int8_t sIndirectSrc; member
1367 if (i->tex.rIndirectSrc >= 0 || i->tex.sIndirectSrc >= 0) in emitTEX()1423 if (i->tex.sIndirectSrc >= 0 || i->tex.rIndirectSrc >= 0) in emitTXQ()
2206 if (tex->tex.sIndirectSrc >= 0 || in isScalarTexGM107()2488 (tex->tex.rIndirectSrc >= 0 || tex->tex.sIndirectSrc >= 0)) in texConstraintNVC0()
3089 texi->tex.sIndirectSrc = sampOffIdx; in visit()
2254 tex->tex.sIndirectSrc = s; in setTexRS()