Home
last modified time | relevance | path

Searched refs:devicecoherent (Results 1 – 7 of 7) sorted by relevance

/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.h546 unsigned devicecoherent : 1; member
556 devicecoherent = 0; in clear()
568 devicecoherent |= other.devicecoherent;
DGlslangToSpv.cpp514 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()
/external/deqp-deps/glslang/glslang/Include/
DTypes.h472 devicecoherent = false; in clearMemory()
520 bool devicecoherent : 1; variable
534 …return subgroupcoherent || workgroupcoherent || queuefamilycoherent || devicecoherent || coherent … in isMemory()
538 …return subgroupcoherent || workgroupcoherent || queuefamilycoherent || devicecoherent || coherent … in isMemoryQualifierImageAndSSBOOnly()
1867 if (qualifier.devicecoherent) in getCompleteString()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.cpp1100 … 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 …]
DlinkValidate.cpp551 symbol.getQualifier().devicecoherent != unitSymbol.getQualifier().devicecoherent || in mergeErrorCheck()
Dglslang.y1418 $$.qualifier.devicecoherent = true;
Dglslang_tab.cpp5960 (yyval.interm.type).qualifier.devicecoherent = true; in yyparse()