Home
last modified time | relevance | path

Searched refs:nonprivate (Results 1 – 10 of 10) sorted by relevance

/third_party/glslang/Test/
Dspv.memoryScopeSemantics.comp12 layout(binding = 5, r32i) nonprivate uniform iimage2D imagej[2];
17 layout (binding = 6) nonprivate uniform sampler2D samp[2];
18 layout (binding = 7) nonprivate uniform BufferK { uint x; } bufferk;
/third_party/glslang/SPIRV/
DSpvBuilder.h471 bool nonprivate; member
638 unsigned nonprivate : 1; member
649 nonprivate = 0; in clear()
661 nonprivate |= other.nonprivate;
DGlslangToSpv.cpp556 if (coherentFlags.nonprivate) { in TranslateMemoryAccess()
584 if (coherentFlags.nonprivate) { in TranslateImageOperands()
612 flags.nonprivate = type.getQualifier().nonprivate || in TranslateCoherent()
1355 if (parent.nonprivate) in InheritQualifiers()
1356 child.nonprivate = true; in InheritQualifiers()
5289 if (imageType.getQualifier().nonprivate) { in createImageTextureFunctionCall()
5290 params.nonprivate = true; in createImageTextureFunctionCall()
DSpvBuilder.cpp2042 if (parameters.nonprivate) { in createTextureCall()
/third_party/glslang/glslang/Include/
DTypes.h549 nonprivate = false; in clearMemory()
609 bool nonprivate : 1; variable
618 …herent || devicecoherent || coherent || volatil || restrict || readonly || writeonly || nonprivate; in isMemory()
627 …upcoherent || workgroupcoherent || queuefamilycoherent || devicecoherent || coherent || nonprivate; in bufferReferenceNeedsVulkanMemoryModel()
2143 if (qualifier.nonprivate) in getCompleteString()
/third_party/glslang/glslang/MachineIndependent/
DlinkValidate.cpp610 symbol.getQualifier().nonprivate != unitSymbol.getQualifier().nonprivate || in mergeErrorCheck()
DParseHelper.cpp3665 MERGE_SINGLETON(nonprivate); in mergeQualifiers()
4609 type.getQualifier().nonprivate = qualifier.nonprivate; in paramCheckFix()
Dglslang.m41528 parseContext.requireExtensions($1.loc, 1, &E_GL_KHR_memory_scope_semantics, "nonprivate");
1529 $$.qualifier.nonprivate = true;
Dglslang.y1529 $$.qualifier.nonprivate = true;
Dglslang_tab.cpp6136 (yyval.interm.type).qualifier.nonprivate = true; in yyparse()