Home
last modified time | relevance | path

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

/third_party/glslang/Test/
Dlink.vk.inconsistentGLPerVertex.0.vert3 // This test is to test isInconsistentGLPerVertexMember() workarounds.
/third_party/glslang/glslang/Include/
DTypes.h2516 bool isInconsistentGLPerVertexMember(const TString& name) const in isInconsistentGLPerVertexMember() function
2590 … if (isInconsistentGLPerVertexMember((*structure)[li].type->getFieldName())) {
2593 … } else if (isInconsistentGLPerVertexMember((*right.structure)[ri].type->getFieldName())) {
2603 …if (!(*structure)[li].type->hiddenMember() && !isInconsistentGLPerVertexMember((*structure)[li].ty…
2610 …if (!(*right.structure)[ri].type->hiddenMember() && !isInconsistentGLPerVertexMember((*right.struc…