Searched refs:DRAWSTATE_INVALID_FENCE (Results 1 – 2 of 2) sorted by relevance
/external/vulkan-validation-layers/layers/ |
D | core_validation_error_enums.h | 71 DRAWSTATE_INVALID_FENCE, // Invalid Fence enumerator
|
D | core_validation.cpp | 4933 (uint64_t)(pFence->fence), __LINE__, DRAWSTATE_INVALID_FENCE, "DS", in ValidateFenceForSubmit() 5406 … (uint64_t)(fence), __LINE__, DRAWSTATE_INVALID_FENCE, "DS", "Fence 0x%" PRIx64 " is in use.", in DestroyFence() 6289 … reinterpret_cast<const uint64_t &>(pFences[i]), __LINE__, DRAWSTATE_INVALID_FENCE, "DS", in ResetFences()
|