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()996 if (i->tex.rIndirectSrc >= 0 || i->tex.sIndirectSrc >= 0) { in handleTEX()998 assert(i->tex.rIndirectSrc >= 0); in handleTEX()1038 if (i->tex.rIndirectSrc >= 0 && ( in handleTEX()1045 i->tex.rIndirectSrc = 0; in handleTEX()1049 else if (i->tex.rIndirectSrc >= 0 && chipset >= NVISA_GM107_CHIPSET) { in handleTEX()1055 i->tex.rIndirectSrc = 0; in handleTEX()1060 if (i->tex.target.isArray() || i->tex.rIndirectSrc >= 0 || i->tex.sIndirectSrc >= 0) { in handleTEX()1072 i->setSrc(i->tex.rIndirectSrc, NULL); in handleTEX()[all …]
1174 if (insn->tex.rIndirectSrc < 0) { in emitTEX()1204 if (insn->tex.rIndirectSrc < 0) { in emitTLD()1240 if (insn->tex.rIndirectSrc < 0) { in emitTLD4()1269 if (insn->tex.rIndirectSrc < 0) { in emitTMML()1294 if (insn->tex.rIndirectSrc < 0) { in emitTXD()1330 if (insn->tex.rIndirectSrc < 0) { in emitTXQ()
701 moveSourcesAdjustIndex(tex->tex.rIndirectSrc, s, delta); in moveSources()910 tex.rIndirectSrc = -1; in TexInstruction()1090 int p = ((tex.rIndirectSrc < 0) && v) ? srcs.size() : tex.rIndirectSrc; in setIndirectR()1092 tex.rIndirectSrc = p; in setIndirectR()
110 const int indirect = i->tex.rIndirectSrc >= 0; in handleManualTXD()282 suq->tex.rIndirectSrc = 0; in handleSUQ()
2895 if (insn->tex.rIndirectSrc >= 0) { in emitTEX()2967 if (insn->tex.rIndirectSrc >= 0) { in emitTLD()2992 if (insn->tex.rIndirectSrc >= 0) { in emitTLD4()3022 if (insn->tex.rIndirectSrc >= 0) { in emitTXD()3045 if (insn->tex.rIndirectSrc >= 0) { in emitTMML()3082 if (insn->tex.rIndirectSrc >= 0) { in emitTXQ()
1360 if (i->tex.rIndirectSrc >= 0 || i->tex.sIndirectSrc >= 0) in emitTEX()1416 if (i->tex.sIndirectSrc >= 0 || i->tex.rIndirectSrc >= 0) in emitTXQ()2393 if (i->tex.rIndirectSrc < 0) { in emitSUAddr()2397 srcId(i, i->tex.rIndirectSrc, 26); in emitSUAddr()
2191 tex->tex.rIndirectSrc >= 0 || in isScalarTexGM107()2397 if (tex->tex.rIndirectSrc >= 0) in texConstraintGM107()2472 (tex->tex.rIndirectSrc >= 0 || tex->tex.sIndirectSrc >= 0)) in texConstraintNVC0()
1073 int8_t rIndirectSrc; member
1270 const bool ind = i->tex.rIndirectSrc >= 0; in emitTEX()1407 if (/*i->tex.sIndirectSrc >= 0 || */i->tex.rIndirectSrc >= 0) in emitTXQ()
2211 tex->tex.rIndirectSrc = s; in setTexRS()2226 tex->tex.rIndirectSrc = s; in setTexRS()
3039 texi->tex.rIndirectSrc = texOffIdx; in visit()