Searched refs:validateAndLog (Results 1 – 5 of 5) sorted by relevance
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkAllocationCallbackUtil.hpp | 227 bool validateAndLog (tcu::TestLog& log, const AllocationCallbackRecorder& recorder, deUin…
|
D | vkAllocationCallbackUtil.cpp | 637 bool validateAndLog (tcu::TestLog& log, const AllocationCallbackRecorder& recorder, deUint32 allowe… in validateAndLog() function
|
/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiSurfaceTests.cpp | 305 if (!validateAndLog(log, in createSurfaceCustomAllocatorTest() 312 if (!validateAndLog(log, allocationRecorder, 0u)) in createSurfaceCustomAllocatorTest() 351 if (!validateAndLog(log, in createSurfaceSimulateOOMTest() 363 if (!validateAndLog(log, allocationRecorder, 0u)) in createSurfaceSimulateOOMTest()
|
D | vktWsiSwapchainTests.cpp | 705 if (!validateAndLog(log, allocationRecorder, 0u)) in createSwapchainSimulateOOMTest()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiObjectManagementTests.cpp | 2525 if (!validateAndLog(context.getTestContext().getLog(), objCallbacks, noCmdScope)) in createSingleAllocCallbacksTest() 2530 if (!validateAndLog(context.getTestContext().getLog(), objCallbacks, 0u)) in createSingleAllocCallbacksTest() 2534 if (!validateAndLog(context.getTestContext().getLog(), resCallbacks, 0u)) in createSingleAllocCallbacksTest() 2602 if (!validateAndLog(context.getTestContext().getLog(), recorder, 0u)) in allocCallbackFailTest() 2614 if (!validateAndLog(context.getTestContext().getLog(), resCallbacks, 0u)) in allocCallbackFailTest() 2702 if (!validateAndLog(context.getTestContext().getLog(), recorder, 0u)) in allocCallbackFailMultipleObjectsTest()
|