Searched refs:depth_type (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ | ||
| H A D | ast.h | 547 unsigned depth_type:1; member in struct:ast_type_qualifier::flags::__anona299cf320508 674 unsigned depth_type:3; member in struct:ast_type_qualifier |
| H A D | ast_type.cpp | 65 || this->flags.q.depth_type 864 bad.flags.q.depth_type ? " depth_type" : "", |
| H A D | ast_to_hir.cpp | 3851 if (qual->flags.q.depth_type 3859 } else if (qual->flags.q.depth_type 3866 switch (qual->depth_type) { |
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ | ||
| H A D | ast.h | 551 unsigned depth_type:1; member in struct:ast_type_qualifier::flags::__anon08d60aa50508 684 unsigned depth_type:3; member in struct:ast_type_qualifier |
| H A D | ast_type.cpp | 66 || this->flags.q.depth_type 867 Q(depth_type); |
| H A D | ast_to_hir.cpp | 3909 if (qual->flags.q.depth_type 3917 } else if (qual->flags.q.depth_type 3924 switch (qual->depth_type) { |
Completed in 119 milliseconds