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

Function KernelEnqueueFlagsString

SPIRV/doc.cpp:900–910  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

898}
899
900const char* KernelEnqueueFlagsString(int flag)
901{
902 switch (flag)
903 {
904 case 0: return "NoWait";
905 case 1: return "WaitKernel";
906 case 2: return "WaitWorkGroup";
907
908 default: return "Bad";
909 }
910}
911
912const char* KernelProfilingInfoString(int info)
913{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected