Lines Matching refs:file
119 if (qir_is_tex(inst) && inst->dst.file != QFILE_TEX_S_DIRECT)
141 switch (inst->dst.file) {
168 if (inst->src[i].file == QFILE_VARY &&
173 if (inst->src[i].file == QFILE_VPM)
177 if (inst->dst.file == QFILE_VPM)
187 if (inst->src[i].file == QFILE_UNIF)
246 switch (inst->dst.file) {
261 switch (inst->dst.file) {
412 switch (reg.file) {
447 fprintf(stderr, "%s", files[reg.file]);
460 fprintf(stderr, "%s%d", files[reg.file], reg.index);
571 reg.file = QFILE_TEMP;
611 assert(inst->dst.file == QFILE_NULL);
615 if (inst->dst.file == QFILE_TEMP)
626 if (inst->dst.file == QFILE_TEMP)
637 return a.file == b.file && a.index == b.index && a.pack == b.pack;
711 if (qinst->dst.file == QFILE_TEMP)
723 while (reg.file == QFILE_TEMP &&
807 if (src.file != QFILE_TEMP ||