Searched refs:noncoherent (Results 1 – 6 of 6) sorted by relevance
/external/angle/src/compiler/translator/ |
D | BaseTypes.h | 1299 inputAttachmentIndex == -1 && noncoherent == false; in isEmpty() 1319 (noncoherent ? 1 : 0) <= in isCombinationValid() 1368 bool noncoherent; member 1393 noncoherent(false) in TLayoutQualifier()
|
D | QualifierTypes.cpp | 734 if (rightQualifier.noncoherent != false) in JoinLayoutQualifiers() 736 joinedQualifier.noncoherent = rightQualifier.noncoherent; in JoinLayoutQualifiers()
|
D | ParseContext.h | 580 void checkNoncoherentIsSpecified(const TSourceLoc &location, bool noncoherent); 582 void checkNoncoherentIsNotSpecified(const TSourceLoc &location, bool noncoherent);
|
D | ParseContext.cpp | 1274 checkNoncoherentIsNotSpecified(line, type->getLayoutQualifier().noncoherent); in declareVariable() 1279 checkNoncoherentIsSpecified(line, type->getLayoutQualifier().noncoherent); in declareVariable() 1991 void TParseContext::checkNoncoherentIsSpecified(const TSourceLoc &location, bool noncoherent) in checkNoncoherentIsSpecified() argument 1993 if (noncoherent == false) in checkNoncoherentIsSpecified() 2002 void TParseContext::checkNoncoherentIsNotSpecified(const TSourceLoc &location, bool noncoherent) in checkNoncoherentIsNotSpecified() argument 2004 if (noncoherent != false) in checkNoncoherentIsNotSpecified() 2186 checkNoncoherentIsSpecified(location, variable->getType().getLayoutQualifier().noncoherent); in getNamedVariable() 4352 checkNoncoherentIsNotSpecified(typeQualifier.line, typeQualifier.layoutQualifier.noncoherent); in addInterfaceBlock() 5191 qualifier.noncoherent = true; in parseLayoutQualifier() 5655 typeSpecifier.layoutQualifier.noncoherent); in addStructDeclaratorList()
|
/external/mesa3d/src/compiler/glsl/ |
D | glsl_parser.yy | 1665 if (match_layout_qualifier($1, "noncoherent", state) == 0)
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 6401 … const char *noncoherent = ctx->key->fs_logicop_emulate_coherent ? "" : ", noncoherent"; in emit_ios_fs() local 6402 …_hdrf(glsl_strbufs, "layout (location=%d%s) inout highp %s fsout_c%d;\n", i, noncoherent, type, i); in emit_ios_fs()
|