Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
Dattribute.cpp59 const TConstUnion* stringConst = getConstUnion(EbtString, argNum); in getString()
DIntermediate.cpp2472 return addConstantUnion(unionArray, TType(EbtString, EvqConst), loc, literal); in addConstantUnion()
/external/deqp-deps/glslang/glslang/Include/
DBaseTypes.h72 EbtString, enumerator
DConstantUnion.h115 type = EbtString; in setSConst()
/external/deqp-deps/glslang/hlsl/
DhlslGrammar.cpp474 … if (variableType.getBasicType() != EbtString && parseContext.getAnnotationNestingLevel() == 0) { in acceptDeclaration()
1563 new(&type) TType(EbtString); in acceptType()