| 1516 | } |
| 1517 | |
| 1518 | void 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 | |
| 1526 | void TParseVersions::coopvecCheck(const TSourceLoc& loc, const char* op, bool builtIn) |
| 1527 | { |