Home
last modified time | relevance | path

Searched refs:layoutPushConstant (Results 1 – 5 of 5) sorted by relevance

/external/deqp-deps/glslang/glslang/Include/
DTypes.h723 layoutPushConstant = false; in clearLayout()
769 layoutPushConstant || in hasNonXfbLayout()
821 bool layoutPushConstant; variable
1809 if (qualifier.layoutPushConstant) in getCompleteString()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.cpp4691 publicType.qualifier.layoutPushConstant = true; in setLayoutQualifier()
5261 if (src.layoutPushConstant) in mergeObjectLayoutQualifiers()
5262 dst.layoutPushConstant = true; in mergeObjectLayoutQualifiers()
5341 if (qualifier.layoutPushConstant) in layoutObjectCheck()
5510 if (type.getBasicType() == EbtBlock && !qualifier.layoutPushConstant && in layoutTypeCheck()
5564 if (qualifier.layoutPushConstant && type.getBasicType() != EbtBlock) in layoutTypeCheck()
5704 if (qualifier.layoutPushConstant) { in layoutQualifierCheck()
6881 if ((currentBlockQualifier.layoutPushConstant && !currentBlockQualifier.hasPacking()) in declareBlock()
7101 …if (currentBlockQualifier.layoutPacking == ElpStd430 && ! currentBlockQualifier.layoutPushConstant) in blockStageIoCheck()
7206 if (qualifier.layoutPushConstant) in blockQualifierCheck()
[all …]
Diomapper.cpp135 … else if (base->getQualifier().isUniformOrBuffer() && !base->getQualifier().layoutPushConstant) in visitSymbol()
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp1935 type.getQualifier().layoutPushConstant = true; in transferTypeAttributes()
6865 qualifier.layoutPushConstant = true; in setLayoutQualifier()
7269 if (src.layoutPushConstant) in mergeObjectLayoutQualifiers()
7270 dst.layoutPushConstant = true; in mergeObjectLayoutQualifiers()
8559 if (type.getQualifier().layoutPushConstant && ! type.getQualifier().hasPacking()) in declareBlock()
9190 qualifier.layoutPushConstant; in hasUniform()
9199 qualifier.layoutPushConstant = false; in clearUniform()
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp1115 if (type.getQualifier().layoutPushConstant) in TranslateStorageClass()
1193 ! type.getQualifier().layoutPushConstant; in IsDescriptorResource()