| 1540 | } |
| 1541 | |
| 1542 | void TParseVersions::tensorCheckARM(const TSourceLoc& loc, const char* op, bool builtIn) |
| 1543 | { |
| 1544 | if (!builtIn) { |
| 1545 | const char* const extensions[] = {E_GL_ARM_tensors}; |
| 1546 | requireExtensions(loc, sizeof(extensions)/sizeof(extensions[0]), extensions, op); |
| 1547 | } |
| 1548 | } |
| 1549 | |
| 1550 | void TParseVersions::longVectorCheck(const TSourceLoc& loc, const char* op, bool builtIn) |
| 1551 | { |