HomeSort by relevance Sort by last modified time
    Searched refs:numPassingAllocs (Results 1 - 5 of 5) sorted by null

  /external/deqp/external/vulkancts/framework/vulkan/
vkAllocationCallbackUtil.hpp 170 DeterministicFailAllocator (const VkAllocationCallbacks* allocator, Mode mode, deUint32 numPassingAllocs);
173 void reset (Mode mode, deUint32 numPassingAllocs);
vkAllocationCallbackUtil.cpp 280 DeterministicFailAllocator::DeterministicFailAllocator (const VkAllocationCallbacks* allocator, Mode mode, deUint32 numPassingAllocs)
283 reset(mode, numPassingAllocs);
290 void DeterministicFailAllocator::reset (Mode mode, deUint32 numPassingAllocs)
293 m_numPassingAllocs = numPassingAllocs;
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiSurfaceTests.cpp 313 for (deUint32 numPassingAllocs = 0; numPassingAllocs <= 1024u; ++numPassingAllocs)
321 log << TestLog::Message << "Testing with " << numPassingAllocs << " first allocations succeeding" << TestLog::EndMessage;
329 failingAllocator.reset(DeterministicFailAllocator::MODE_COUNT_AND_FAIL, numPassingAllocs);
358 if (numPassingAllocs == 0)
    [all...]
vktWsiSwapchainTests.cpp 618 for (deUint32 numPassingAllocs = 0; numPassingAllocs <= maxAllocs; ++numPassingAllocs)
622 failingAllocator.reset(DeterministicFailAllocator::MODE_COUNT_AND_FAIL, numPassingAllocs);
624 log << TestLog::Message << "Testing with " << numPassingAllocs << " first allocations succeeding" << TestLog::EndMessage;
648 if (numPassingAllocs == 0)
653 else if (numPassingAllocs == maxAllocs)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiObjectManagementTests.cpp     [all...]

Completed in 63 milliseconds