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

Function FPFastMathString

SPIRV/doc.cpp:696–707  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

694}
695
696const char* FPFastMathString(int mode)
697{
698 switch (mode) {
699 case 0: return "NotNaN";
700 case 1: return "NotInf";
701 case 2: return "NSZ";
702 case 3: return "AllowRecip";
703 case 4: return "Fast";
704
705 default: return "Bad";
706 }
707}
708
709const char* FPRoundingModeString(int mode)
710{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected