Home
last modified time | relevance | path

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

/dports/games/avp/avp-20170505/src/avp/
H A Dmempool.c17 static size_t AllocationCount=0; variable
64 AllocationCount++; in PoolAllocateMem()
80 …ests, %zu bytes requested, %zu bytes wasted, %zu largest request\n", AllocationCount, MemoryReques… in ClearMemoryPool()
95 AllocationCount = 0; in ClearMemoryPool()
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/meta/tests/
H A Dtest_memory.cpp141 const size_t AllocationCount = 100; in TEST_SUITE() local
144 void* pointers[AllocationCount]; in TEST_SUITE()
148 for (size_t i = 0; i < AllocationCount; ++i) in TEST_SUITE()
155 for (size_t i = 0; i < AllocationCount; ++i) in TEST_SUITE()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/common/mock_gdi/
H A Dmock_gdi.cpp189 numOfAllocations = destroyAllocation->AllocationCount; in D3DKMTDestroyAllocation2()
417 …if (setAllocationPriority->hResource == NULL && (setAllocationPriority->AllocationCount == 0 || se… in D3DKMTSetAllocationPriority()
425 for (auto i = 0u; i < setAllocationPriority->AllocationCount; i++) { in D3DKMTSetAllocationPriority()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/third_party/libdxg/include/
H A Dd3dkmthk.h1104 UINT AllocationCount; member
1105 D3DKMT_PTR(_Field_size_(AllocationCount)
1314 …UINT AllocationCount; // in: Number of allocations in alloca… member
1586 UINT AllocationCount; // in: Number of allocations in phAllocationList member
1596 …UINT AllocationCount; // in: Number of allocations in phAllocati… member
1607 UINT AllocationCount; // in: Number of allocations in phAllocationList member
1623 …UINT AllocationCount; // in: Number of allocations in phAllocati… member
5130 UINT AllocationCount; // in: Number of allocations in phAllocationList member
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/os_interface/windows/wddm/
H A Dwddm.cpp560 setAllocationPriority.AllocationCount = allocationCount; in setAllocationPriority()
656 DestroyAllocation.AllocationCount = allocationCount; in destroyAllocations()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/os_interface/windows/
H A Dwddm20_tests.cpp722 gdi->getDestroyArg().AllocationCount = 0; in TEST_F()
731 EXPECT_EQ(1u, gdi->getDestroyArg().AllocationCount); in TEST_F()
H A Dwddm_memory_manager_tests.cpp630 gdi->getDestroyArg().AllocationCount = 7; in TEST_F()
632 EXPECT_EQ(7, destroyArg.AllocationCount); in TEST_F()
633 gdi->getDestroyArg().AllocationCount = 0; in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/vulkan_memory_allocator/src/
H A DTests.cpp262 size_t AllocationCount, DeallocationCount; member
4384 outThreadResult->AllocationCount = 0; in TestPool_Benchmark()
4518 ++outThreadResult->AllocationCount; in TestPool_Benchmark()
4557 ++outThreadResult->AllocationCount; in TestPool_Benchmark()
4667 allocationCount += threadResult.AllocationCount; in TestPool_Benchmark()