Searched refs:devicecoherent (Results 1 – 7 of 7) sorted by relevance
546 unsigned devicecoherent : 1; member556 devicecoherent = 0; in clear()568 devicecoherent |= other.devicecoherent;
514 coherentFlags.devicecoherent || in TranslateMemoryAccess()541 coherentFlags.devicecoherent || in TranslateImageOperands()564 flags.devicecoherent = type.getQualifier().devicecoherent; in TranslateCoherent()575 flags.devicecoherent || in TranslateCoherent()588 } else if (coherentFlags.devicecoherent) { in TranslateMemoryScope()1229 if (parent.devicecoherent) in InheritQualifiers()1230 child.devicecoherent = true; in InheritQualifiers()
472 devicecoherent = false; in clearMemory()520 bool devicecoherent : 1; variable534 …return subgroupcoherent || workgroupcoherent || queuefamilycoherent || devicecoherent || coherent … in isMemory()538 …return subgroupcoherent || workgroupcoherent || queuefamilycoherent || devicecoherent || coherent … in isMemoryQualifierImageAndSSBOOnly()1867 if (qualifier.devicecoherent) in getCompleteString()
1100 … if (argQualifier.coherent && ! (formalQualifier.devicecoherent || formalQualifier.coherent)) in handleFunctionCall()1102 … if (argQualifier.devicecoherent && ! (formalQualifier.devicecoherent || formalQualifier.coherent)) in handleFunctionCall()1104 …oherent && ! (formalQualifier.queuefamilycoherent || formalQualifier.devicecoherent || formalQuali… in handleFunctionCall()1106 …upcoherent || formalQualifier.queuefamilycoherent || formalQualifier.devicecoherent || formalQuali… in handleFunctionCall()1108 …upcoherent || formalQualifier.queuefamilycoherent || formalQualifier.devicecoherent || formalQuali… in handleFunctionCall()3341 …if (!force && ((src.coherent && (dst.devicecoherent || dst.queuefamilycoherent || dst.workgroupcoh… in mergeQualifiers()3342 …(src.devicecoherent && (dst.coherent || dst.queuefamilycoherent || dst.workgroupcoherent || dst.su… in mergeQualifiers()3343 …(src.queuefamilycoherent && (dst.coherent || dst.devicecoherent || dst.workgroupcoherent || dst.su… in mergeQualifiers()3344 …(src.workgroupcoherent && (dst.coherent || dst.devicecoherent || dst.queuefamilycoherent || dst.su… in mergeQualifiers()3345 …(src.subgroupcoherent && (dst.coherent || dst.devicecoherent || dst.queuefamilycoherent || dst.wo… in mergeQualifiers()[all …]
551 symbol.getQualifier().devicecoherent != unitSymbol.getQualifier().devicecoherent || in mergeErrorCheck()
1418 $$.qualifier.devicecoherent = true;
5960 (yyval.interm.type).qualifier.devicecoherent = true; in yyparse()