Searched refs:queuefamilycoherent (Results 1 – 7 of 7) sorted by relevance
714 return coherent || devicecoherent || queuefamilycoherent || workgroupcoherent || in anyCoherent()720 unsigned queuefamilycoherent : 1; member732 queuefamilycoherent = 0; in clear()745 queuefamilycoherent |= other.queuefamilycoherent;
604 flags.queuefamilycoherent = type.getQualifier().queuefamilycoherent; in TranslateCoherent()630 } else if (coherentFlags.queuefamilycoherent) { in TranslateMemoryScope()1494 if (parent.queuefamilycoherent) in InheritQualifiers()1495 child.queuefamilycoherent = true; in InheritQualifiers()
564 queuefamilycoherent = false; in clearMemory()607 bool queuefamilycoherent : 1; variable623 …return shadercallcoherent || subgroupcoherent || workgroupcoherent || queuefamilycoherent || devic… in isMemory()627 …return shadercallcoherent || subgroupcoherent || workgroupcoherent || queuefamilycoherent || devic… in isMemoryQualifierImageAndSSBOOnly()632 …return subgroupcoherent || workgroupcoherent || queuefamilycoherent || devicecoherent || coherent … in bufferReferenceNeedsVulkanMemoryModel()2253 if (qualifier.queuefamilycoherent)
1395 …if (argQualifier.queuefamilycoherent && ! (formalQualifier.queuefamilycoherent || formalQualifier.… in handleFunctionCall()1397 …oherent && ! (formalQualifier.workgroupcoherent || formalQualifier.queuefamilycoherent || formalQu… in handleFunctionCall()1399 …upcoherent || formalQualifier.workgroupcoherent || formalQualifier.queuefamilycoherent || formalQu… in handleFunctionCall()4195 …if (!force && ((src.coherent && (dst.devicecoherent || dst.queuefamilycoherent || dst.workgroupcoh… in mergeQualifiers()4196 …(src.devicecoherent && (dst.coherent || dst.queuefamilycoherent || dst.workgroupcoherent || dst.su… in mergeQualifiers()4197 …(src.queuefamilycoherent && (dst.coherent || dst.devicecoherent || dst.workgroupcoherent || dst.su… in mergeQualifiers()4198 …rc.workgroupcoherent && (dst.coherent || dst.devicecoherent || dst.queuefamilycoherent || dst.subg… in mergeQualifiers()4199 …rc.subgroupcoherent && (dst.coherent || dst.devicecoherent || dst.queuefamilycoherent || dst.work… in mergeQualifiers()4200 …c.shadercallcoherent && (dst.coherent || dst.devicecoherent || dst.queuefamilycoherent || dst.work… in mergeQualifiers()4226 MERGE_SINGLETON(queuefamilycoherent); in mergeQualifiers()[all …]
1062 … if (symbol.getQualifier().queuefamilycoherent != unitSymbol.getQualifier().queuefamilycoherent) { in mergeErrorCheck()
1612 $$.qualifier.queuefamilycoherent = true;
7264 (yyval.interm.type).qualifier.queuefamilycoherent = true; in yyparse()