Home
last modified time | relevance | path

Searched refs:specConstType (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/compiler/translator/tree_util/
DSpecializationConstant.cpp238 TType *specConstType = new TType(type); in MakeSpecConst() local
239 specConstType->setQualifier(EvqSpecConst); in MakeSpecConst()
244 specConstType->setLayoutQualifier(layoutQualifier); in MakeSpecConst()
246 return specConstType; in MakeSpecConst()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.cpp2979 bool specConstType = false; // value is only valid if constType is true in constructorError() local
3012 specConstType = true; in constructorError()
3076 if (specConstType) { in constructorError()
3130 else if (specConstType) in constructorError()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DParseHelper.cpp3195 bool specConstType = false; // value is only valid if constType is true in constructorError() local
3229 specConstType = true; in constructorError()
3295 if (specConstType) { in constructorError()
3358 else if (specConstType) in constructorError()