Searched refs:depth_type (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dast.h547 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 Dast_type.cpp65 || this->flags.q.depth_type
864 bad.flags.q.depth_type ? " depth_type" : "",
H A Dast_to_hir.cpp3851 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 Dast.h551 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 Dast_type.cpp66 || this->flags.q.depth_type
867 Q(depth_type);
H A Dast_to_hir.cpp3909 if (qual->flags.q.depth_type
3917 } else if (qual->flags.q.depth_type
3924 switch (qual->depth_type) {

Completed in 119 milliseconds