Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcore_validation.h1334 … const char* caller, const char* layout_invalid_msg_code, const char* layout_mismatch_msg_code,
1339 … const char* layout_invalid_msg_code, const char* layout_mismatch_msg_code, bool* error) const {
1341 layout_mismatch_msg_code, error);
1346 … const char* caller, const char* layout_invalid_msg_code, const char* layout_mismatch_msg_code,
Dbuffer_validation.cpp1076 … const char *layout_invalid_msg_code, const char *layout_mismatch_msg_code, bool *error) const { in VerifyImageLayout() argument
1087 …auto subresource_cb = [this, explicit_layout, cb_node, layout_mismatch_msg_code, caller, image, &l… in VerifyImageLayout()
1093 HandleToUint64(cb_node->commandBuffer), layout_mismatch_msg_code, in VerifyImageLayout()
1139 const char *layout_mismatch_msg_code, bool *error) const { in VerifyImageLayout() argument
1141 layout_invalid_msg_code, layout_mismatch_msg_code, error); in VerifyImageLayout()