Home
last modified time | relevance | path

Searched refs:must_be_recording_map (Results 1 – 1 of 1) sorted by relevance

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp1903 static const std::unordered_map<CmdTypeHashType, std::string> must_be_recording_map = { variable
1994 auto error_it = must_be_recording_map.find(cmd); in ValidateCmd()
1996 assert(error_it != must_be_recording_map.cend()); in ValidateCmd()
1997 if (error_it == must_be_recording_map.cend()) { in ValidateCmd()
1998 …error_it = must_be_recording_map.find(CMD_NONE); // But we'll handle the asserting case, in case … in ValidateCmd()