Searched refs:DRAWSTATE_INVALID_SUBPASS_INDEX (Results 1 – 2 of 2) sorted by relevance
/external/vulkan-validation-layers/layers/ |
D | core_validation_error_enums.h | 235 DRAWSTATE_INVALID_SUBPASS_INDEX, // Stepping beyond last subpass, or not reaching it enumerator
|
D | core_validation.cpp | 10493 … reinterpret_cast<uint64_t>(commandBuffer), __LINE__, DRAWSTATE_INVALID_SUBPASS_INDEX, "DS", in CmdNextSubpass() 10524 … reinterpret_cast<uint64_t>(commandBuffer), __LINE__, DRAWSTATE_INVALID_SUBPASS_INDEX, "DS", in CmdEndRenderPass()
|