Lines Matching defs:uniform
90 * because we reconstruct the uniform stream buffer after compiling
370 inst->uniform = ~0;
388 inst->uniform = ~0;
409 inst->uniform = vir_get_uniform_index(c, QUNIFORM_CONSTANT, 0);
1988 uint32_t uniform = c->num_uniforms++;
1990 if (uniform >= c->uniform_array_size) {
1991 c->uniform_array_size = MAX2(MAX2(16, uniform + 1),
2002 c->uniform_contents[uniform] = contents;
2003 c->uniform_data[uniform] = data;
2005 return uniform;
2008 /* Looks back into the current block to find the ldunif that wrote the uniform
2024 /* We can only reuse a uniform if it was emitted in the same block,
2042 inst->uniform == index) {
2075 /* If this is not the first time we see this uniform try to reuse the
2087 inst->uniform = index;