Home
last modified time | relevance | path

Searched refs:clonedType (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/sksl/ir/
DSkSLType.cpp727 const Type& clonedType = clonedSymbol->as<Type>(); in clone() local
728 SkASSERT(clonedType.typeKind() == this->typeKind()); in clone()
729 return &clonedType; in clone()
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp1127 const TType& clonedType = *variable.getType().clone(); in split() local
1128 const TType& splitType = split(clonedType, variable.getName(), clonedType.getQualifier()); in split()