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

Method SetDesiredWarning

tests/framework/error_monitor.cpp:233–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231}
232
233void ErrorMonitor::SetDesiredWarning(const char* msg, uint32_t count) {
234 for (uint32_t i = 0; i < count; ++i) {
235 SetDesiredFailureMsg(kWarningBit, msg);
236 }
237}
238
239void ErrorMonitor::SetDesiredInfo(const char* msg, uint32_t count /*= 1*/) {
240 for (uint32_t i = 0; i < count; ++i) {

Callers 15

TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected