Searched refs:DRAWSTATE_INVALID_RENDERPASS (Results 1 – 2 of 2) sorted by relevance
/external/vulkan-validation-layers/layers/ |
D | core_validation_error_enums.h | 145 DRAWSTATE_INVALID_RENDERPASS, // Use of a NULL or otherwise invalid enumerator
|
D | core_validation.cpp | 3069 …nterpret_cast<const uint64_t &>(pPipeline->pipeline), __LINE__, DRAWSTATE_INVALID_RENDERPASS, "DS", in validatePipelineDrawtimeState() 4644 error_code = DRAWSTATE_INVALID_RENDERPASS; in ValidateAndIncrementBoundObjects() 9587 …pret_cast<const uint64_t &>(pCreateInfo->renderPass), __LINE__, DRAWSTATE_INVALID_RENDERPASS, "DS", in ValidateFramebufferCreateInfo() 9697 __LINE__, DRAWSTATE_INVALID_RENDERPASS, "DS", in CheckDependencyExists() 9738 DRAWSTATE_INVALID_RENDERPASS, "DS", in CheckPreserved() 9805 … DRAWSTATE_INVALID_RENDERPASS, "DS", "Attachment %d aliases attachment %d but doesn't " in ValidateDependencies() 9812 … DRAWSTATE_INVALID_RENDERPASS, "DS", "Attachment %d aliases attachment %d but doesn't " in ValidateDependencies() 9852 DRAWSTATE_INVALID_RENDERPASS, "DS", in ValidateDependencies() 10034 … DRAWSTATE_INVALID_RENDERPASS, "DS", "The src and dest subpasses cannot both be external."); in CreatePassDAG() 10043 DRAWSTATE_INVALID_RENDERPASS, "DS", in CreatePassDAG() [all …]
|