Lines Matching refs:uni
880 struct gl_uniform_buffer_variable uni = block->Uniforms[index];
885 if (uni.IndexName) {
886 res = _mesa_program_resource_find_name(shProg, programInterface, uni.IndexName,
893 block->Binding, uni.Offset);
1302 struct gl_program_resource *uni =
1309 if (!uni)
1317 struct gl_program_resource *uni =
1324 if (!uni)
1327 _mesa_program_resource_index(shProg, uni);
1344 struct gl_program_resource *uni =
1351 if (!uni)
1359 struct gl_program_resource *uni =
1366 if (!uni)
1369 _mesa_program_resource_index(shProg, uni);
1393 struct gl_program_resource *uni =
1396 assert(uni);
1397 *val++ = _mesa_program_resource_index(shProg, uni);
1620 const struct gl_uniform_storage *uni;
1632 uni = RESOURCE_UNI(res);
1639 if (fn->types[j] == uni->type) {
1797 struct gl_program_resource *uni =
1803 if (!uni)
1848 struct gl_uniform_storage *uni =
1851 *params = MAX2((unsigned)*params, uni->num_compatible_subroutines);