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

Function TEST_F

tests/unit/gpu_av_debug_printf.cpp:117–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117TEST_F(NegativeGpuAVDebugPrintf, Basic) {
118 TEST_DESCRIPTION("Both trip a GPU-AV error while calling into DebugPrintf");
119
120 RETURN_IF_SKIP(InitGpuAvDebugPrintfFramework());
121 RETURN_IF_SKIP(InitState());
122 m_errorMonitor->SetDesiredError("VUID-vkCmdDispatch-storageBuffers-06936");
123 m_errorMonitor->SetDesiredInfo("b.length == 3");
124 BasicComputeTest();
125}
126
127TEST_F(NegativeGpuAVDebugPrintf, BasicLayerSettings) {
128 RETURN_IF_SKIP(InitWithLayerSettings(true, true, true));

Callers

nothing calls this directly

Calls 15

CanEnableGpuAVFunction · 0.85
CmdBindPipelineFunction · 0.85
CmdBindDescriptorSetsFunction · 0.85
CmdDrawFunction · 0.85
CmdBindShadersEXTFunction · 0.85
CmdDispatchFunction · 0.85
VkShaderObjClass · 0.85
SetDesiredErrorMethod · 0.80
SetDesiredInfoMethod · 0.80
ExpectSuccessMethod · 0.80

Tested by

no test coverage detected