Lines Matching defs:iface
4146 GLenum iface;
4156 iface = GL_PROGRAM_INPUT;
4159 iface = GL_PROGRAM_OUTPUT;
4165 if (type == iface) {
4170 iface, var, var->name, var->type, false,
4315 const glsl_type *iface, const glsl_struct_field *field,
4341 iface->
4395 const glsl_type *iface = var->get_interface_type();
4397 if (strcmp(interface_name, iface->name) != 0)
4400 for (unsigned i = 0; i < iface->length; i++) {
4401 const glsl_struct_field *field = &iface->fields.structure[i];
4405 array_stride = get_array_stride(ctx, uni, iface, field,