Searched refs:DRAWSTATE_INVALID_IMAGE_LAYOUT (Results 1 – 2 of 2) sorted by relevance
/external/vulkan-validation-layers/layers/ |
D | core_validation_error_enums.h | 57 DRAWSTATE_INVALID_IMAGE_LAYOUT, // Invalid Image layout enumerator
|
D | core_validation.cpp | 4542 …__LINE__, DRAWSTATE_INVALID_IMAGE_LAYOUT, "DS", "Cannot submit cmd buffer using deleted image 0x%"… in ValidateCmdBufImageLayouts() 4551 … reinterpret_cast<uint64_t &>(pCB->commandBuffer), __LINE__, DRAWSTATE_INVALID_IMAGE_LAYOUT, "DS", in ValidateCmdBufImageLayouts() 4561 … reinterpret_cast<uint64_t &>(pCB->commandBuffer), __LINE__, DRAWSTATE_INVALID_IMAGE_LAYOUT, "DS", in ValidateCmdBufImageLayouts() 7970 …__LINE__, DRAWSTATE_INVALID_IMAGE_LAYOUT, "DS", "Cannot copy from an image whose source layout is … in VerifySourceImageLayout() 7982 … (VkDebugReportObjectTypeEXT)0, 0, __LINE__, DRAWSTATE_INVALID_IMAGE_LAYOUT, "DS", in VerifySourceImageLayout() 7987 … DRAWSTATE_INVALID_IMAGE_LAYOUT, "DS", "Layout for input image is %s but can only be " in VerifySourceImageLayout() 8010 …__LINE__, DRAWSTATE_INVALID_IMAGE_LAYOUT, "DS", "Cannot copy from an image whose dest layout is %s… in VerifyDestImageLayout() 8021 … (VkDebugReportObjectTypeEXT)0, 0, __LINE__, DRAWSTATE_INVALID_IMAGE_LAYOUT, "DS", in VerifyDestImageLayout() 8026 … DRAWSTATE_INVALID_IMAGE_LAYOUT, "DS", "Layout for output image is %s but can only be " in VerifyDestImageLayout() 8737 … __LINE__, DRAWSTATE_INVALID_IMAGE_LAYOUT, "DS", "You cannot transition the layout from %s " in TransitionImageLayouts() [all …]
|