Lines Matching defs:uniform
167 /* If the instruction reads a uniform (other than through src[i].file
168 * == QFILE_UNIF), that uniform's index in c->uniform_contents. ~0
171 int uniform;
185 * uniform contents.
189 * Indicates that the program's uniform contents are used as an index
190 * into the GL uniform storage.
212 * A reference to a V3D 3.x texture config parameter 0 uniform.
214 * This is a uniform implicitly loaded with a QPU_W_TMU* write, which
253 * A reference to a V3D 3.x texture config parameter 1 uniform.
255 * This is a uniform implicitly loaded with a QPU_W_TMU* write, which
343 * Inline uniform buffers
509 /** Offset within the uniform stream at the start of the block. */
511 /** Offset within the uniform stream of the branch instruction */
711 /* Emits ldunif for each new uniform, even if the uniform was already
713 * register pressure or to disable the optimization during uniform
1065 return inst->uniform != ~0;
1463 ldtlb->uniform = vir_get_uniform_index(c, QUNIFORM_CONSTANT, config);