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

Function ScopeString

SPIRV/doc.cpp:870–881  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

868}
869
870const char* ScopeString(int mem)
871{
872 switch (mem) {
873 case 0: return "CrossDevice";
874 case 1: return "Device";
875 case 2: return "Workgroup";
876 case 3: return "Subgroup";
877 case 4: return "Invocation";
878
879 default: return "Bad";
880 }
881}
882
883const char* GroupOperationString(int gop)
884{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected