Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkDefs.cpp37 static bool isOutOfMemoryError (VkResult result) in isOutOfMemoryError() function
63 DE_ASSERT(isOutOfMemoryError(error)); in OutOfMemoryError()
70 DE_ASSERT(isOutOfMemoryError(error)); in OutOfMemoryError()
87 if (isOutOfMemoryError(result)) in checkResult()