Home | History | Annotate | Download | only in glsl

Lines Matching refs:other_var

968 	       ir_variable *other_var = ((ir_instruction *) node2)->as_variable();
969 if (!other_var)
972 if (strcmp(var->name, other_var->name) == 0 &&
973 other_var->max_array_access > size) {
974 size = other_var->max_array_access;