Lines Matching defs:first
198 * generated, we don't know the address of the first instruction of
205 * Pointer to first instruction of the function body.
212 * Index of the first instruction of the function body in actual
1686 * first operand of a \c CMP instruction. If the condition is a relational
2434 /* The first part of the uniform that's processed determines the base
2584 /* First, do any copy propagation possible into the src regs. */
2586 ir_to_mesa_instruction *first = NULL;
2609 if (!first) {
2610 first = copy_chan;
2612 if (first->src[0].file != copy_chan->src[0].file ||
2613 first->src[0].index != copy_chan->src[0].index) {
2624 inst->src[r].file = first->src[0].file;
2625 inst->src[r].index = first->src[0].index;
3055 /* Check if the user called glCompileShader without first calling