Lines Matching defs:uni
808 struct gl_uniform_buffer_variable uni = block->Uniforms[index];
813 if (uni.IndexName) {
814 res = _mesa_program_resource_find_name(shProg, programInterface, uni.IndexName,
821 block->Binding, uni.Offset);
1231 struct gl_program_resource *uni =
1238 if (!uni)
1246 struct gl_program_resource *uni =
1253 if (!uni)
1256 _mesa_program_resource_index(shProg, uni);
1273 struct gl_program_resource *uni =
1280 if (!uni)
1288 struct gl_program_resource *uni =
1295 if (!uni)
1298 _mesa_program_resource_index(shProg, uni);
1322 struct gl_program_resource *uni =
1325 assert(uni);
1326 *val++ = _mesa_program_resource_index(shProg, uni);
1549 const struct gl_uniform_storage *uni;
1561 uni = RESOURCE_UNI(res);
1568 if (fn->types[j] == uni->type) {
1726 struct gl_program_resource *uni =
1732 if (!uni)
1777 struct gl_uniform_storage *uni =
1780 *params = MAX2((unsigned)*params, uni->num_compatible_subroutines);