Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dimage.cpp895 … reinterpret_cast<uint64_t &>(command_buffer), __LINE__, VALIDATION_ERROR_01176, "IMAGE", "%s. %s", in PreCallValidateCmdCopyImage()
896 ss.str().c_str(), validation_error_map[VALIDATION_ERROR_01176]); in PreCallValidateCmdCopyImage()
Dvk_validation_error_messages.h1190 VALIDATION_ERROR_01176 = 1176, enumerator
3480 …{VALIDATION_ERROR_01176, "For more information refer to Vulkan Spec Section '18.3. Copying Data Be…
Dvk_validation_error_database.txt1169 VALIDATION_ERROR_01176~^~Y~^~CopyImageDstSizeExceeded~^~vkCmdCopyImage~^~For more information refer…
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp14040 m_errorMonitor->SetDesiredFailureMsg(VK_DEBUG_REPORT_ERROR_BIT_EXT, VALIDATION_ERROR_01176); in TEST_F()