Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DSeparateStructFromUniformDeclarations.cpp60 void doReplacement(TIntermDeclaration *decl, TIntermTyped *declarator, const TType &oldType) in doReplacement() argument
62 const TStructure *structure = oldType.getStruct(); in doReplacement()
88 uniformType->makeArrays(oldType.getArraySizes()); in doReplacement()
/third_party/glslang/glslang/MachineIndependent/
DParseHelper.cpp5067 TType& oldType = *member->type; in redeclareBuiltinBlock() local
5069 if (! newType.sameElementType(oldType)) in redeclareBuiltinBlock()
5071 if (oldType.isArray() != newType.isArray()) in redeclareBuiltinBlock()
5073 …else if (! oldType.getQualifier().isPerView() && ! oldType.sameArrayness(newType) && oldType.isSiz… in redeclareBuiltinBlock()
5075 else if (! oldType.getQualifier().isPerView() && newType.isArray()) in redeclareBuiltinBlock()
5077 if (oldType.getQualifier().isPerView() && ! newType.getQualifier().isPerView()) in redeclareBuiltinBlock()
5079 else if (! oldType.getQualifier().isPerView() && newType.getQualifier().isPerView()) in redeclareBuiltinBlock()
5082 if (oldType.getArraySizes()->getNumDims() != newType.getArraySizes()->getNumDims()) in redeclareBuiltinBlock()
5089 oldType.getArraySizes()->setDimSize(1, innerDimSize); in redeclareBuiltinBlock()
5092 … if (oldType.getQualifier().isPerPrimitive() && ! newType.getQualifier().isPerPrimitive()) in redeclareBuiltinBlock()
[all …]
/third_party/skia/src/gpu/geometry/
DGrStyledShape.cpp599 GrShape::Type oldType = fShape.type(); in simplify() local
601 fSimplified = oldType != fShape.type(); in simplify()