Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/Include/
DTypes.h2050 return basicType == right.basicType && sameElementShape(right); in sameElementType()
2068 bool sameElementShape(const TType& right) const in sameElementShape() function
/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.cpp5901 ! function[i].type->sameElementShape(*call[i].type)) in findFunction120()
5990 if (from.isArray() || to.isArray() || ! from.sameElementShape(to)) in findFunction400()
6055 if (from.isArray() || to.isArray() || ! from.sameElementShape(to)) in findFunctionExplicitTypes()