MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-ValidationLayers / InternalError

Method InternalError

layers/gpuav/spirv/module.cpp:1060–1066  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1058}
1059
1060void Module::InternalError(const char* tag, const std::string& message) {
1061 if (debug_report_) {
1062 debug_report_->LogMessage(kErrorBit, tag, {}, interface_.loc, message);
1063 } else {
1064 std::cerr << "[" << tag << "] " << message << '\n';
1065 }
1066}
1067
1068} // namespace spirv
1069} // namespace gpuav

Callers 15

CommandPoolMethod · 0.45
GetCommandBufferMethod · 0.45
AllocateResourcesMethod · 0.45
PreSubmitMethod · 0.45
PostSubmitMethod · 0.45
SubmitBarrierMethod · 0.45
UpdateBoundDescriptorsFunction · 0.45
TraceRaysIndirectFunction · 0.45
BLASFunction · 0.45

Calls 1

LogMessageMethod · 0.80

Tested by

no test coverage detected