MCPcopy Create free account
hub / github.com/KhronosGroup/glslang / tensorLayoutViewCheck

Method tensorLayoutViewCheck

glslang/MachineIndependent/Versions.cpp:1518–1524  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1516}
1517
1518void TParseVersions::tensorLayoutViewCheck(const TSourceLoc& loc, const char* op, bool builtIn)
1519{
1520 if (!builtIn) {
1521 const char* const extensions[] = {E_GL_NV_cooperative_matrix2};
1522 requireExtensions(loc, sizeof(extensions)/sizeof(extensions[0]), extensions, op);
1523 }
1524}
1525
1526void TParseVersions::coopvecCheck(const TSourceLoc& loc, const char* op, bool builtIn)
1527{

Callers 1

yyparseFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected