Lines Matching refs:uni
1016 struct gl_program_resource *uni =
1019 if (!uni)
1028 struct gl_program_resource *uni =
1031 if (!uni)
1034 _mesa_program_resource_index(shProg, uni);
1052 struct gl_program_resource *uni =
1055 if (!uni)
1064 struct gl_program_resource *uni =
1067 if (!uni)
1070 _mesa_program_resource_index(shProg, uni);
1094 struct gl_program_resource *uni =
1097 assert(uni);
1098 *val++ = _mesa_program_resource_index(shProg, uni);
1317 const struct gl_uniform_storage *uni;
1329 uni = RESOURCE_UNI(res);
1336 if (fn->types[j] == uni->type) {