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

Method tensorCheckARM

glslang/MachineIndependent/Versions.cpp:1542–1548  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1540}
1541
1542void 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
1550void TParseVersions::longVectorCheck(const TSourceLoc& loc, const char* op, bool builtIn)
1551{

Callers 1

yyparseFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected