Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Include/
DTypes.h2332 return basicType == right.basicType && sameElementShape(right); in sameElementType()
2357 bool sameElementShape(const TType& right) const in sameElementShape() function
/third_party/glslang/glslang/MachineIndependent/
DParseHelper.cpp6301 ! function[i].type->sameElementShape(*call[i].type)) in findFunction120()
6399 if (from.isArray() || to.isArray() || ! from.sameElementShape(to)) in findFunction400()
6475 if (from.isArray() || to.isArray() || ! from.sameElementShape(to)) in findFunctionExplicitTypes()