Lines Matching defs:file
29 * \file ffvertex_prog.c
284 * instruction back into this file:
292 * NOTE: These are passed by value extensively in this file rather
302 GLuint file:4;
350 static struct ureg make_ureg(GLuint file, GLint idx)
353 reg.file = file;
411 if (reg.file == PROGRAM_TEMPORARY) {
499 return reg.file == PROGRAM_UNDEFINED;
531 src->File = reg.file;
544 dst->File = reg.file;
634 if (reg.file == PROGRAM_TEMPORARY &&
672 if (dest.file != PROGRAM_TEMPORARY)
682 if (dest.file != PROGRAM_TEMPORARY)
818 assert(normal.file == PROGRAM_TEMPORARY);