Searched refs:rIndirectSrc (Results 1 – 12 of 12) sorted by relevance
276 return tex.rIndirectSrc >= 0 ? getSrc(tex.rIndirectSrc) : NULL; in getIndirectR()281 return tex.rIndirectSrc >= 0 ? getSrc(tex.rIndirectSrc) : NULL; in getIndirectS()
187 i->tex.rIndirectSrc >= 0) in handleTEXLOD()192 i->tex.rIndirectSrc >= 0) in handleTEXLOD()997 if (i->tex.rIndirectSrc >= 0 || i->tex.sIndirectSrc >= 0) { in handleTEX()999 assert(i->tex.rIndirectSrc >= 0); in handleTEX()1039 if (i->tex.rIndirectSrc >= 0 && ( in handleTEX()1046 i->tex.rIndirectSrc = 0; in handleTEX()1050 else if (i->tex.rIndirectSrc >= 0 && chipset >= NVISA_GM107_CHIPSET) { in handleTEX()1056 i->tex.rIndirectSrc = 0; in handleTEX()1061 if (i->tex.target.isArray() || i->tex.rIndirectSrc >= 0 || i->tex.sIndirectSrc >= 0) { in handleTEX()1073 i->setSrc(i->tex.rIndirectSrc, NULL); in handleTEX()[all …]
703 moveSourcesAdjustIndex(tex->tex.rIndirectSrc, s, delta); in moveSources()912 tex.rIndirectSrc = -1; in TexInstruction()1092 int p = ((tex.rIndirectSrc < 0) && v) ? srcs.size() : tex.rIndirectSrc; in setIndirectR()1094 tex.rIndirectSrc = p; in setIndirectR()
128 const int indirect = i->tex.rIndirectSrc >= 0; in handleManualTXD()301 suq->tex.rIndirectSrc = 0; in handleSUQ()
1215 if (insn->tex.rIndirectSrc < 0) { in emitTEX()1245 if (insn->tex.rIndirectSrc < 0) { in emitTLD()1281 if (insn->tex.rIndirectSrc < 0) { in emitTLD4()1310 if (insn->tex.rIndirectSrc < 0) { in emitTMML()1335 if (insn->tex.rIndirectSrc < 0) { in emitTXD()1371 if (insn->tex.rIndirectSrc < 0) { in emitTXQ()
2904 if (insn->tex.rIndirectSrc >= 0) { in emitTEX()2976 if (insn->tex.rIndirectSrc >= 0) { in emitTLD()3001 if (insn->tex.rIndirectSrc >= 0) { in emitTLD4()3031 if (insn->tex.rIndirectSrc >= 0) { in emitTXD()3054 if (insn->tex.rIndirectSrc >= 0) { in emitTMML()3091 if (insn->tex.rIndirectSrc >= 0) { in emitTXQ()
1367 if (i->tex.rIndirectSrc >= 0 || i->tex.sIndirectSrc >= 0) in emitTEX()1423 if (i->tex.sIndirectSrc >= 0 || i->tex.rIndirectSrc >= 0) in emitTXQ()2400 if (i->tex.rIndirectSrc < 0) { in emitSUAddr()2404 srcId(i, i->tex.rIndirectSrc, 26); in emitSUAddr()
2195 tex->tex.rIndirectSrc >= 0 || in isScalarTexGM107()2401 if (tex->tex.rIndirectSrc >= 0) in texConstraintGM107()2476 (tex->tex.rIndirectSrc >= 0 || tex->tex.sIndirectSrc >= 0)) in texConstraintNVC0()
1099 int8_t rIndirectSrc; member
1277 const bool ind = i->tex.rIndirectSrc >= 0; in emitTEX()1414 if (/*i->tex.sIndirectSrc >= 0 || */i->tex.rIndirectSrc >= 0) in emitTXQ()
2235 tex->tex.rIndirectSrc = s; in setTexRS()2250 tex->tex.rIndirectSrc = s; in setTexRS()
3044 texi->tex.rIndirectSrc = texOffIdx; in visit()