Home
last modified time | relevance | path

Searched refs:allocation2 (Results 1 – 25 of 34) sorted by relevance

12

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/memory_manager/
H A Dinternal_allocation_storage_tests.cpp121 EXPECT_EQ(nullptr, allocation2); in TEST_F()
169 EXPECT_EQ(nullptr, allocation2->next); in TEST_F()
170 EXPECT_EQ(nullptr, allocation2->prev); in TEST_F()
177 EXPECT_EQ(nullptr, allocation2->next); in TEST_F()
178 EXPECT_EQ(nullptr, allocation2->prev); in TEST_F()
185 EXPECT_EQ(nullptr, allocation2->next); in TEST_F()
186 EXPECT_EQ(allocation, allocation2->prev); in TEST_F()
193 EXPECT_EQ(allocation3, allocation2->next); in TEST_F()
194 EXPECT_EQ(allocation, allocation2->prev); in TEST_F()
198 EXPECT_EQ(nullptr, allocation2->next); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/tests/unittests/
H A DBuddyMemoryAllocatorTests.cpp128 ASSERT_EQ(allocation2.GetInfo().mBlockOffset, heapSize); in TEST()
139 allocator.Deallocate(allocation2); in TEST()
168 ASSERT_EQ(allocation2.GetInfo().mBlockOffset, heapSize / 2); in TEST()
188 allocator.Deallocate(allocation2); in TEST()
220 ASSERT_EQ(allocation2.GetInfo().mBlockOffset, 64u); in TEST()
221 ASSERT_EQ(allocation2.GetOffset(), 64u); in TEST()
261 allocator.Deallocate(allocation2); in TEST()
297 ASSERT_EQ(allocation2.GetInfo().mBlockOffset, 128u); in TEST()
298 ASSERT_EQ(allocation2.GetOffset(), 0u); in TEST()
348 ASSERT_EQ(allocation2.GetInfo().mBlockOffset, 64u); in TEST()
[all …]
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/os_interface/windows/
H A Dwddm_residency_controller_tests.cpp372 residencyController->addToTrimCandidateList(&allocation2); in TEST_F()
387 residencyController->addToTrimCandidateList(&allocation2); in TEST_F()
401 residencyController->addToTrimCandidateList(&allocation2); in TEST_F()
939 MockWddmAllocation allocation2(gmmClientContext); in TEST_F() local
954 MockWddmAllocation allocation2(gmmClientContext); in TEST_F() local
974 MockWddmAllocation allocation2(gmmClientContext); in TEST_F() local
993 MockWddmAllocation allocation2(gmmClientContext); in TEST_F() local
1011 MockWddmAllocation allocation2(gmmClientContext); in TEST_F() local
1033 MockWddmAllocation allocation2(gmmClientContext); in TEST_F() local
1072 MockWddmAllocation allocation2(gmmClientContext); in TEST_F() local
[all …]
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/command_queue/
H A Dcsr_selection_args_tests.cpp22 MockBuffer buffer2{allocation2}; in TEST()
60 allocation2.memoryPool = MemoryPool::System4KBPages; in TEST()
66 EXPECT_EQ(&allocation2, args.dstResource.allocation); in TEST()
70 allocation2.memoryPool = MemoryPool::LocalMemory; in TEST()
76 EXPECT_EQ(&allocation2, args.dstResource.allocation); in TEST()
135 allocation2.memoryPool = MemoryPool::LocalMemory; in TEST()
149 allocation2.memoryPool = MemoryPool::System4KBPages; in TEST()
174 allocation2.memoryPool = MemoryPool::System4KBPages; in TEST()
184 allocation2.memoryPool = MemoryPool::LocalMemory; in TEST()
194 allocation2.memoryPool = MemoryPool::System4KBPages; in TEST()
[all …]
/dports/security/seal/SEAL-3.7.2/native/tests/seal/util/
H A Dmempool.cpp58 uint64_t *allocation2 = pointer2.get(); in TEST() local
116 int *allocation2 = pointer2.get(); in TEST() local
233 uint64_t *allocation2 = p4.get(); in TEST() local
236 ASSERT_TRUE(p3.get() == allocation2); in TEST()
279 seal_byte *allocation2 = p4.get(); in TEST() local
282 ASSERT_TRUE(p3.get() == allocation2); in TEST()
383 int *allocation2 = pointer2.get(); in TEST() local
500 uint64_t *allocation2 = p4.get(); in TEST() local
503 ASSERT_TRUE(p3.get() == allocation2); in TEST()
546 seal_byte *allocation2 = p4.get(); in TEST() local
[all …]
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/os_interface/linux/
H A Ddrm_command_stream_tests_2.cpp124 csr->makeResident(*allocation2); in HWTEST_TEMPLATED_F()
225 csr->makeResident(*allocation2); in HWTEST_TEMPLATED_F()
425 csr->makeResident(*allocation2); in HWTEST_TEMPLATED_F()
453 csr->makeResident(*allocation2); in HWTEST_TEMPLATED_F()
484 ASSERT_NE(nullptr, allocation2); in HWTEST_TEMPLATED_F()
488 csr->makeResident(*allocation2); in HWTEST_TEMPLATED_F()
520 ASSERT_NE(nullptr, allocation2); in HWTEST_TEMPLATED_F()
524 csr->makeResident(*allocation2); in HWTEST_TEMPLATED_F()
574 ASSERT_NE(nullptr, allocation2); in HWTEST_TEMPLATED_F()
577 csr->makeResident(*allocation2); in HWTEST_TEMPLATED_F()
[all …]
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/program/
H A Dblock_kernel_manager_tests.cpp34 MockGraphicsAllocation allocation2(0, 0); in TEST() local
43 blockManager.pushPrivateSurface(&allocation2, 1); in TEST()
48 EXPECT_EQ(&allocation2, blockManager.blockPrivateSurfaceArray[1]); in TEST()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/unit_test/memory_manager/
H A Ddeferrable_allocation_deletion_tests.cpp120 …auto allocation2 = memoryManager->allocateGraphicsMemoryWithProperties(MockAllocationProperties{de… in TEST_F() local
123 allocation2->updateTaskCount(1u, defaultOsContextId); in TEST_F()
126 EXPECT_TRUE(allocation2->isUsed()); in TEST_F()
128 asyncDeleter->deferDeletion(new DeferrableAllocationDeletion(*memoryManager, *allocation2)); in TEST_F()
/dports/devel/py-openstacksdk/openstacksdk-0.60.0/openstack/tests/functional/baremetal/
H A Dtest_baremetal_allocation.py73 allocation2 = self.create_allocation(
77 self.conn.baremetal.wait_for_allocation(allocation2, ignore_error=True)
81 {allocation1.id, allocation2.id})
91 self.assertEqual([p.id for p in allocations], [allocation2.id])
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/unit_test/command_stream/
H A Dtbx_command_stream_tests.cpp320 MockGraphicsAllocation allocation1, allocation2, allocation3; in HWTEST_F() local
324 ASSERT_FALSE(allocation2.isResident(0u)); in HWTEST_F()
343 MockGraphicsAllocation allocation1, allocation2, allocation3; in HWTEST_F() local
345 allocation2.usageInfos[0].residencyTaskCount = 1; in HWTEST_F()
348 ASSERT_TRUE(allocation2.isResident(0u)); in HWTEST_F()
351 tbxCsr.allocationsForDownload = {&allocation1, &allocation2, &allocation3}; in HWTEST_F()
369 MockGraphicsAllocation allocation1, allocation2, allocation3; in HWTEST_F() local
371 allocation2.usageInfos[0].residencyTaskCount = 1; in HWTEST_F()
374 ASSERT_TRUE(allocation2.isResident(0u)); in HWTEST_F()
377 tbxCsr.allocationsForDownload = {&allocation1, &allocation2, &allocation3}; in HWTEST_F()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/monitoring/ThreadMXBean/GetThreadAllocatedBytes/
H A DDoubleAllocationTest.README29 again (allocation2). It is assumed that allocation2/allocation1 ~ 2.
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/monitoring/ThreadMXBean/GetThreadAllocatedBytes/
H A DDoubleAllocationTest.README29 again (allocation2). It is assumed that allocation2/allocation1 ~ 2.
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/monitoring/ThreadMXBean/GetThreadAllocatedBytes/
H A DDoubleAllocationTest.README29 again (allocation2). It is assumed that allocation2/allocation1 ~ 2.
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/monitoring/ThreadMXBean/GetThreadAllocatedBytes/
H A DDoubleAllocationTest.README29 again (allocation2). It is assumed that allocation2/allocation1 ~ 2.
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/monitoring/ThreadMXBean/GetThreadAllocatedBytes/
H A DDoubleAllocationTest.README29 again (allocation2). It is assumed that allocation2/allocation1 ~ 2.
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/monitoring/ThreadMXBean/GetThreadAllocatedBytes/
H A DDoubleAllocationTest.README29 again (allocation2). It is assumed that allocation2/allocation1 ~ 2.
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/monitoring/ThreadMXBean/GetThreadAllocatedBytes/
H A DDoubleAllocationTest.README29 again (allocation2). It is assumed that allocation2/allocation1 ~ 2.
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/monitoring/ThreadMXBean/GetThreadAllocatedBytes/
H A DDoubleAllocationTest.README29 again (allocation2). It is assumed that allocation2/allocation1 ~ 2.
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/dialog/
H A Ddialog-multipaned.cpp499 children[handle + 1]->size_allocate(allocation2); in on_size_allocate()
740 allocation2 = children[handle + 1]->get_allocation(); in on_drag_update()
757 allocation2.set_x(start_allocation2.get_x() + offset_x); in on_drag_update()
758 allocation2.set_width(start_allocation2.get_width() - offset_x); in on_drag_update()
769 allocation2.set_y(start_allocation2.get_y() + offset_y); in on_drag_update()
770 allocation2.set_height(start_allocation2.get_height() - offset_y); in on_drag_update()
H A Ddialog-multipaned.h134 Gtk::Allocation allocation2; variable
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkcontainer.c1990 GdkRectangle allocation2; in up_down_compare() local
1995 get_allocation_coords (compare->container, (GtkWidget *)b, &allocation2); in up_down_compare()
1998 y2 = allocation2.y + allocation2.height / 2; in up_down_compare()
2003 gint x2 = abs (allocation2.x + allocation2.width / 2 - compare->x); in up_down_compare()
2117 GdkRectangle allocation2; in left_right_compare() local
2122 get_allocation_coords (compare->container, (GtkWidget *)b, &allocation2); in left_right_compare()
2125 x2 = allocation2.x + allocation2.width / 2; in left_right_compare()
2130 gint y2 = abs (allocation2.y + allocation2.height / 2 - compare->y); in left_right_compare()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/
H A DTestFifoScheduler.java415 Allocation allocation2 = fs.allocate(appAttemptId1, emptyAsk, emptyId, null, null); in testBlackListNodes() local
416 Assert.assertEquals("allocation2", 1, allocation2.getContainers().size()); in testBlackListNodes()
417 List<Container> containerList = allocation2.getContainers(); in testBlackListNodes()
522 Allocation allocation2 = fs.allocate(appAttemptId2, emptyAsk, emptyId, null, null); in testHeadroom() local
524 allocation2.getResourceLimit().getMemory()); in testHeadroom()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkcontainer.c2957 GdkRectangle allocation2; in up_down_compare() local
2962 get_allocation_coords (compare->container, (GtkWidget *)b, &allocation2); in up_down_compare()
2965 y2 = allocation2.y + allocation2.height / 2; in up_down_compare()
2970 gint x2 = abs (allocation2.x + allocation2.width / 2 - compare->x); in up_down_compare()
3087 GdkRectangle allocation2; in left_right_compare() local
3092 get_allocation_coords (compare->container, (GtkWidget *)b, &allocation2); in left_right_compare()
3095 x2 = allocation2.x + allocation2.width / 2; in left_right_compare()
3100 gint y2 = abs (allocation2.y + allocation2.height / 2 - compare->y); in left_right_compare()
/dports/graphics/pinta/pinta-1.7.1/Pinta.Docking/DockNotebook/
H A DPlaceholderWindow.cs176 …placementDelegate = delegate(DockNotebook arg1, DockNotebookTab tab, Rectangle allocation2, int x2… in ShowPlaceholder()
194 …placementDelegate = delegate(DockNotebook arg1, DockNotebookTab tab, Rectangle allocation2, int x2… in ShowPlaceholder()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/scheduler/
H A Dscheduler_kernel_tests.cpp235 auto *allocation2 = scheduler->getKernelReflectionSurface(); in TEST() local
237 EXPECT_EQ(allocation, allocation2); in TEST()

12