Home | History | Annotate | Download | only in i965

Lines Matching refs:UNIFORM

402     * vector.  The goal is to make elimination of unused uniform
409 if (inst->src[i].file != UNIFORM)
436 /* Find which uniform vectors are actually used by the program. We
444 if (inst->src[i].file != UNIFORM)
453 /* Now, figure out a packing of the live uniform vectors into our
465 /* Find the lowest place we can slot this uniform in. */
500 if (inst->src[i].file != UNIFORM)
616 /* Only allow 32 registers (256 uniform components) as push constants,
625 * look for the most infrequently used uniform vec4s, but leave
634 /* Try to find an existing copy of this uniform in the pull
669 if (inst->src[i].file != UNIFORM ||
673 int uniform = inst->src[i].reg;
678 pull_constant_loc[uniform]);