Searched refs:rIndirectSrc (Results 1 – 10 of 10) 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()
149 i->tex.rIndirectSrc >= 0) in handleTEXLOD()154 i->tex.rIndirectSrc >= 0) in handleTEXLOD()882 if (i->tex.rIndirectSrc >= 0 || i->tex.sIndirectSrc >= 0) { in handleTEX()884 assert(i->tex.rIndirectSrc >= 0); in handleTEX()924 if (i->tex.rIndirectSrc >= 0 && ( in handleTEX()931 i->tex.rIndirectSrc = 0; in handleTEX()935 else if (i->tex.rIndirectSrc >= 0 && chipset >= NVISA_GM107_CHIPSET) { in handleTEX()941 i->tex.rIndirectSrc = 0; in handleTEX()946 if (i->tex.target.isArray() || i->tex.rIndirectSrc >= 0 || i->tex.sIndirectSrc >= 0) { in handleTEX()958 i->setSrc(i->tex.rIndirectSrc, NULL); in handleTEX()[all …]
690 moveSourcesAdjustIndex(tex->tex.rIndirectSrc, s, delta); in moveSources()901 tex.rIndirectSrc = -1; in TexInstruction()1019 int p = ((tex.rIndirectSrc < 0) && v) ? srcs.size() : tex.rIndirectSrc; in setIndirectR()1021 tex.rIndirectSrc = p; in setIndirectR()
110 const int indirect = i->tex.rIndirectSrc >= 0; in handleManualTXD()
2670 if (insn->tex.rIndirectSrc >= 0) { in emitTEX()2698 if (insn->tex.rIndirectSrc >= 0) { in emitTLD()2723 if (insn->tex.rIndirectSrc >= 0) { in emitTLD4()2753 if (insn->tex.rIndirectSrc >= 0) { in emitTXD()2776 if (insn->tex.rIndirectSrc >= 0) { in emitTMML()2813 if (insn->tex.rIndirectSrc >= 0) { in emitTXQ()
1354 if (i->tex.rIndirectSrc >= 0 || i->tex.sIndirectSrc >= 0) in emitTEX()1410 if (i->tex.sIndirectSrc >= 0 || i->tex.rIndirectSrc >= 0) in emitTXQ()2386 if (i->tex.rIndirectSrc < 0) { in emitSUAddr()2390 srcId(i, i->tex.rIndirectSrc, 26); in emitSUAddr()
1018 int8_t rIndirectSrc; member
1266 const bool ind = i->tex.rIndirectSrc >= 0; in emitTEX()1403 if (/*i->tex.sIndirectSrc >= 0 || */i->tex.rIndirectSrc >= 0) in emitTXQ()
2127 if (tex->tex.rIndirectSrc >= 0) in texConstraintGM107()2188 (tex->tex.rIndirectSrc >= 0 || tex->tex.sIndirectSrc >= 0)) in texConstraintNVC0()
2281 tex->tex.rIndirectSrc = s; in setTexRS()2296 tex->tex.rIndirectSrc = s; in setTexRS()