Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/Include/
Darrays.h52 extern bool SameSpecializationConstants(TIntermTyped*, TIntermTyped*);
67 return SameSpecializationConstants(node, rhs.node);
Dintermediate.h1717 inline bool SameSpecializationConstants(TIntermTyped* node1, TIntermTyped* node2) in SameSpecializationConstants() function