Searched refs:fenceStatus (Results 1 – 1 of 1) sorted by relevance
982 VkResult fenceStatus; in testFences() local1006 fenceStatus = deviceInterface.getFenceStatus(device, testContext.fences[0]); in testFences()1007 if (fenceStatus != VK_NOT_READY) in testFences()1009 …ionPrimitives fence 0 should be reset but status is " << getResultName(fenceStatus) << TestLog::En… in testFences()1012 fenceStatus = deviceInterface.getFenceStatus(device, testContext.fences[1]); in testFences()1013 if (fenceStatus != VK_NOT_READY) in testFences()1015 …ionPrimitives fence 1 should be reset but status is " << getResultName(fenceStatus) << TestLog::En… in testFences()1056 fenceStatus = deviceInterface.getFenceStatus(device, testContext.fences[0]); in testFences()1057 if (fenceStatus != VK_SUCCESS) in testFences()1059 …onPrimitives fence should be signaled but status is " << getResultName(fenceStatus) << TestLog::En… in testFences()