Home
last modified time | relevance | path

Searched refs:peekEvictable (Results 1 – 3 of 3) sorted by relevance

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/command_stream/
H A Dcommand_stream_receiver_flush_task_1_tests.cpp170 EXPECT_EQ(dsh.getGraphicsAllocation()->peekEvictable(), true); in HWTEST_F()
171 EXPECT_EQ(ssh.getGraphicsAllocation()->peekEvictable(), true); in HWTEST_F()
172 EXPECT_EQ(ioh.getGraphicsAllocation()->peekEvictable(), true); in HWTEST_F()
175 EXPECT_EQ(dsh.getGraphicsAllocation()->peekEvictable(), false); in HWTEST_F()
177 EXPECT_EQ(dsh.getGraphicsAllocation()->peekEvictable(), true); in HWTEST_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/memory_manager/
H A Dgraphics_allocation.h166 bool peekEvictable() const { return allocationInfo.flags.evictable; } in peekEvictable() function
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/command_stream/
H A Dcommand_stream_receiver.cpp129 if (gfxAllocation.peekEvictable()) { in makeNonResident()