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

Function TensorAddressingOperandsString

SPIRV/doc.cpp:860–868  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

858const int TensorAddressingOperandsCeiling = 3;
859
860const char* TensorAddressingOperandsString(int op)
861{
862 switch (op) {
863 case (int)TensorAddressingOperandsShift::TensorView: return "TensorView";
864 case (int)TensorAddressingOperandsShift::DecodeFunc: return "DecodeFunc";
865
866 default: return "Bad";
867 }
868}
869
870const char* ScopeString(int mem)
871{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected