Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Include/
DTypes.h1468 bool isCoopmatKHR() const { return coopmatKHR; } in isCoopmatKHR() function
1612 … if (p.isCoopmatKHR() && p.typeParameters && p.typeParameters->arraySizes->getNumDims() > 0) { in TType()
/third_party/glslang/glslang/MachineIndependent/
DParseHelper.cpp7339 if (publicType.isCoopmatKHR()) { in coopMatTypeParametersCheck()