Searched refs:postDeclQualifier (Results 1 – 1 of 1) sorted by relevance
2114 TQualifier postDeclQualifier; in acceptStruct() local2115 postDeclQualifier.clear(); in acceptStruct()2116 bool postDeclsFound = acceptPostDecls(postDeclQualifier); in acceptStruct()2155 postDeclQualifier.storage = storageQualifier; in acceptStruct()2156 postDeclQualifier.readonly = readonly; in acceptStruct()2157 new(&type) TType(typeList, structName, postDeclQualifier); // sets EbtBlock in acceptStruct()2212 TQualifier postDeclQualifier; in acceptConstantBufferType() local2213 postDeclQualifier.clear(); in acceptConstantBufferType()2214 postDeclQualifier.storage = EvqUniform; in acceptConstantBufferType()2219 new(&type) TType(typeList, "", postDeclQualifier); // sets EbtBlock in acceptConstantBufferType()