Searched refs:other_var (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlinker.cpp2712 ir_variable *other_var = node2->as_variable(); local in function:update_array_sizes
2713 if (!other_var)
2716 if (strcmp(var->name, other_var->name) == 0 &&
2717 other_var->data.max_array_access > size) {
2718 size = other_var->data.max_array_access;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlinker.cpp2612 ir_variable *other_var = node2->as_variable(); local in function:update_array_sizes
2613 if (!other_var)
2616 if (strcmp(var->name, other_var->name) == 0 &&
2617 other_var->data.max_array_access > size) {
2618 size = other_var->data.max_array_access;

Completed in 14 milliseconds