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

Method SyncError

layers/sync/sync_validation.cpp:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71bool SyncValidator::SyncError(SyncHazard hazard, const LogObjectList& objlist, const Location& loc,
72 const std::string& error_message) const {
73 return LogError(string_SyncHazardVUID(hazard), objlist, loc, "%s", error_message.c_str());
74}
75
76ResourceUsageRange SyncValidator::ReserveGlobalTagRange(size_t tag_count) const {
77 ResourceUsageRange reserve;

Callers 15

operator()Method · 0.80
ValidateLoadOperationMethod · 0.80
ValidateMethod · 0.80
DoValidateMethod · 0.80
DetectFirstUseHazardMethod · 0.80
ValidateEndRenderingMethod · 0.80

Calls 2

string_SyncHazardVUIDFunction · 0.85
c_strMethod · 0.80

Tested by

no test coverage detected