Searched refs:depth_type (Results 1 – 5 of 5) sorted by relevance
551 unsigned depth_type:1; member684 unsigned depth_type:3; member
1229 $$.flags.q.depth_type = 1;1230 $$.depth_type = ast_depth_any;1232 $$.flags.q.depth_type = 1;1233 $$.depth_type = ast_depth_greater;1235 $$.flags.q.depth_type = 1;1236 $$.depth_type = ast_depth_less;1239 $$.flags.q.depth_type = 1;1240 $$.depth_type = ast_depth_unchanged;
65 || this->flags.q.depth_type in has_layout()864 bad.flags.q.depth_type ? " depth_type" : "", in validate_flags()
3867 if (qual->flags.q.depth_type in apply_layout_qualifier_to_variable()3875 } else if (qual->flags.q.depth_type in apply_layout_qualifier_to_variable()3882 switch (qual->depth_type) { in apply_layout_qualifier_to_variable()
533 glw::GLint depth_type = 0; in checkSourceTextureSizeAndType() local551 gl.getTexLevelParameteriv(target, 0, GL_TEXTURE_DEPTH_TYPE, &depth_type); in checkSourceTextureSizeAndType()569 is_ok = is_ok && ((glw::GLenum)depth_type == descriptor.expected_depth_type); in checkSourceTextureSizeAndType()595 << ", queried depth type = " << glu::getTypeStr(depth_type) << "." << tcu::TestLog::EndMessage; in checkSourceTextureSizeAndType()