Home
last modified time | relevance | path

Searched refs:array_subscript (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dlink_varyings.h129 return (dmul * (this->array_subscript + offset)) % 4 == 0; in is_aligned()
195 unsigned array_subscript; variable
Dlink_varyings.cpp1020 this->array_subscript = subscript; in init()
1061 if (x.is_subscripted && x.array_subscript != y.array_subscript) in is_same()
1117 if (this->array_subscript >= actual_array_size) { in assign_location()
1120 this->orig_name, this->array_subscript, in assign_location()
1126 fine_location += array_elem_size * this->array_subscript; in assign_location()
1175 unsigned array_offset = this->array_subscript * 4 * dmul; in assign_location()
1418 this->array_subscript = 0; in set_lowered_candidate()
/external/clang/test/PCH/
Dexprs.c52 array_subscript *double_ptr1_5 = &floating;
Dexprs.h47 typedef typeof(values[2]) array_subscript; typedef
/external/llvm-project/clang/test/PCH/
Dexprs.c52 array_subscript *double_ptr1_5 = &floating;
Dexprs.h47 typedef typeof(values[2]) array_subscript; typedef