Searched refs:rIndirectSrc (Results 1 – 7 of 7) sorted by relevance
244 return tex.rIndirectSrc >= 0 ? getSrc(tex.rIndirectSrc) : NULL; in getIndirectR()249 return tex.rIndirectSrc >= 0 ? getSrc(tex.rIndirectSrc) : NULL; in getIndirectS()
797 int8_t rIndirectSrc; member
881 tex.rIndirectSrc = -1; in TexInstruction()
1843 (tex->tex.rIndirectSrc >= 0 || tex->tex.sIndirectSrc >= 0)) in texConstraintNVC0()
1476 tex->tex.rIndirectSrc = s; in setTexRS()
665 if (i->tex.rIndirectSrc >= 0 || i->tex.sIndirectSrc >= 0) { in handleTEX()680 i->setSrc(i->tex.rIndirectSrc, NULL); in handleTEX()694 int min = i->tex.rIndirectSrc; in handleTEX()703 if (dim != arg || i->tex.rIndirectSrc >= 0 || i->tex.sIndirectSrc >= 0) { in handleTEX()723 i->setSrc(i->tex.rIndirectSrc, NULL); in handleTEX()
1037 if (i->tex.rIndirectSrc >= 0 || i->tex.sIndirectSrc >= 0) in emitTEX()1091 if (i->tex.sIndirectSrc >= 0 || i->tex.rIndirectSrc >= 0) in emitTXQ()