Home
last modified time | relevance | path

Searched refs:KERNEL_ISA (Results 1 – 25 of 38) sorted by relevance

12

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/unit_test/heap_assigner/
H A Dheap_assigner_tests.cpp21 EXPECT_TRUE(heapAssigner.use32BitHeap(GraphicsAllocation::AllocationType::KERNEL_ISA)); in HWTEST_F()
26 …auto heapIndex = heapAssigner.get32BitHeapIndex(GraphicsAllocation::AllocationType::KERNEL_ISA, tr… in HWTEST_F()
39 EXPECT_TRUE(heapAssigner.useInternal32BitHeap(GraphicsAllocation::AllocationType::KERNEL_ISA)); in HWTEST_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/test/unit_tests/sources/debugger/linux/
H A Dtest_l0_debugger_linux.cpp140 …MockDrmAllocation isaAllocation(GraphicsAllocation::AllocationType::KERNEL_ISA, MemoryPool::System… in TEST_F()
160 …MockDrmAllocation isaAllocation(GraphicsAllocation::AllocationType::KERNEL_ISA, MemoryPool::System… in TEST_F()
172 …MockDrmAllocation isaAllocation(GraphicsAllocation::AllocationType::KERNEL_ISA, MemoryPool::System… in TEST_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/xe_hpg_core/dg2/
H A Dmemory_manager_tests_dg2.cpp66 …eIndex, MemoryConstants::pageSize, GraphicsAllocation::AllocationType::KERNEL_ISA, mockDeviceBitfi… in DG2TEST_F()
76 …properties{mockRootDeviceIndex, 1, GraphicsAllocation::AllocationType::KERNEL_ISA, mockDeviceBitfi… in DG2TEST_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/aub/
H A Daub_helper.h23 case GraphicsAllocation::AllocationType::KERNEL_ISA: in isOneTimeAubWritableAllocationType()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/helpers/
H A Dapp_resource_helper.cpp53 case GraphicsAllocation::AllocationType::KERNEL_ISA: in getResourceTagStr()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/test/unit_tests/sources/helper/
H A Dheap_assigner_l0_tests.cpp66 allocationData.type = GraphicsAllocation::AllocationType::KERNEL_ISA; in TEST_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/memory_manager/
H A Dgraphics_allocation.h71 KERNEL_ISA, enumerator
244 return type == GraphicsAllocation::AllocationType::KERNEL_ISA || in isIsaAllocationType()
H A Dmemory_manager.cpp395 case GraphicsAllocation::AllocationType::KERNEL_ISA: in getAllocationData()
440 if (properties.allocationType == GraphicsAllocation::AllocationType::KERNEL_ISA || in getAllocationData()
856 …operties properties = {rootDeviceIndex, 0x1000, GraphicsAllocation::AllocationType::KERNEL_ISA, 1}; in isLocalMemoryUsedForIsa()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/test/unit_tests/fixtures/
H A Dmodule_fixture.h64 … NEO::GraphicsAllocation::AllocationType::KERNEL_ISA, in MockImmutableData()
307 … NEO::GraphicsAllocation::AllocationType::KERNEL_ISA, in MockImmutableData()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/unit_test/helpers/
H A Dapp_resource_tests.cpp75 {GraphicsAllocation::AllocationType::KERNEL_ISA, "KERNLISA"},
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/memory_manager/
H A Dmemory_manager_multi_device_tests.cpp22 … GraphicsAllocation::AllocationType::KERNEL_ISA}; in TEST_P()
H A Dstorage_info_tests.cpp47 …GraphicsAllocation::AllocationType isaTypes[] = {GraphicsAllocation::AllocationType::KERNEL_ISA, G… in TEST_F()
68 …GraphicsAllocation::AllocationType isaTypes[] = {GraphicsAllocation::AllocationType::KERNEL_ISA, G… in TEST_F()
92 …GraphicsAllocation::AllocationType isaTypes[] = {GraphicsAllocation::AllocationType::KERNEL_ISA, G… in TEST_F()
H A Dmemory_manager_allocate_in_device_pool_tests.cpp238 allocData.type = GraphicsAllocation::AllocationType::KERNEL_ISA; // HEAP_INTERNAL will be used in TEST()
506 …eIndex, MemoryConstants::pageSize, GraphicsAllocation::AllocationType::KERNEL_ISA, mockDeviceBitfi… in HWTEST_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/common/xe_hpc_core/
H A Dtest_encode_xe_hpc_core.cpp140 …GraphicsAllocation::AllocationType isaTypes[] = {GraphicsAllocation::AllocationType::KERNEL_ISA, G… in XE_HPC_CORETEST_F()
165 …GraphicsAllocation::AllocationType isaTypes[] = {GraphicsAllocation::AllocationType::KERNEL_ISA, G… in XE_HPC_CORETEST_F()
193 const GraphicsAllocation allocation(0, GraphicsAllocation::AllocationType::KERNEL_ISA, in XE_HPC_CORETEST_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/program/
H A Dkernel_info_tests.cpp65 EXPECT_EQ(GraphicsAllocation::AllocationType::KERNEL_ISA, allocation->getAllocationType()); in TEST()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/unit_test/memory_manager/
H A Dgraphics_allocation_tests.cpp135 …ECT_FALSE(GraphicsAllocation::isCpuAccessRequired(GraphicsAllocation::AllocationType::KERNEL_ISA)); in TEST()
171 EXPECT_TRUE(GraphicsAllocation::isLockable(GraphicsAllocation::AllocationType::KERNEL_ISA)); in TEST()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/memory_manager/definitions/
H A Dstorage_info.cpp45 case GraphicsAllocation::AllocationType::KERNEL_ISA: in createStorageInfoFromProperties()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/program/
H A Dkernel_info.cpp129 …csAllocation::AllocationType::KERNEL_ISA_INTERNAL : GraphicsAllocation::AllocationType::KERNEL_ISA; in createKernelAllocation()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/os_interface/linux/
H A Ddrm_memory_manager_localmem_tests.cpp553 … GraphicsAllocation::AllocationType::KERNEL_ISA, in HWTEST2_F()
565 case GraphicsAllocation::AllocationType::KERNEL_ISA: in HWTEST2_F()
721 allocData.type = GraphicsAllocation::AllocationType::KERNEL_ISA; in HWTEST2_F()
744 allocData.type = GraphicsAllocation::AllocationType::KERNEL_ISA; in HWTEST2_F()
765 …eIndex, destinationAllocationSize, GraphicsAllocation::AllocationType::KERNEL_ISA, mockDeviceBitfi… in TEST_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/os_interface/linux/
H A Ddrm_allocation.cpp115 case GraphicsAllocation::AllocationType::KERNEL_ISA: in registerBOBindExtHandle()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/test/unit_tests/mocks/
H A Dmock_kernel.h114 …to allocation = new NEO::GraphicsAllocation(0, NEO::GraphicsAllocation::AllocationType::KERNEL_ISA,
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/utilities/
H A Dlogger.cpp168 case GraphicsAllocation::AllocationType::KERNEL_ISA: in getAllocationTypeString()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/command_queue/
H A Dblit_enqueue_tests.cpp1816 …moryPlacement.set(1 << (static_cast<int64_t>(GraphicsAllocation::AllocationType::KERNEL_ISA) - 1)); in HWTEST_TEMPLATED_F()
1838 …moryPlacement.set(1 << (static_cast<int64_t>(GraphicsAllocation::AllocationType::KERNEL_ISA) - 1)); in HWTEST_TEMPLATED_F()
1856 …moryPlacement.set(1 << (static_cast<int64_t>(GraphicsAllocation::AllocationType::KERNEL_ISA) - 1)); in HWTEST_TEMPLATED_F()
1903 …moryPlacement.set(1 << (static_cast<int64_t>(GraphicsAllocation::AllocationType::KERNEL_ISA) - 1)); in HWTEST_TEMPLATED_F()
1929 …moryPlacement.set(1 << (static_cast<int64_t>(GraphicsAllocation::AllocationType::KERNEL_ISA) - 1)); in HWTEST_TEMPLATED_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/test/unit_tests/sources/module/
H A Dtest_module.cpp95 …EXPECT_EQ(NEO::GraphicsAllocation::AllocationType::KERNEL_ISA, kernel->getIsaAllocation()->getAllo… in HWTEST_F()
1121 …), MemoryConstants::pageSize, NEO::GraphicsAllocation::AllocationType::KERNEL_ISA, neoDevice->getD… in TEST_F()
1167 …), MemoryConstants::pageSize, NEO::GraphicsAllocation::AllocationType::KERNEL_ISA, neoDevice->getD… in TEST_F()
1227 …), MemoryConstants::pageSize, NEO::GraphicsAllocation::AllocationType::KERNEL_ISA, neoDevice->getD… in TEST_F()
1288 …), MemoryConstants::pageSize, NEO::GraphicsAllocation::AllocationType::KERNEL_ISA, neoDevice->getD… in TEST_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/test/unit_tests/sources/kernel/
H A Dtest_kernel.cpp1334 …lacement.set(1 << (static_cast<int64_t>(NEO::GraphicsAllocation::AllocationType::KERNEL_ISA) - 1)); in TEST_F()
1360 …lacement.set(1 << (static_cast<int64_t>(NEO::GraphicsAllocation::AllocationType::KERNEL_ISA) - 1)); in TEST_F()
1382 …lacement.set(1 << (static_cast<int64_t>(NEO::GraphicsAllocation::AllocationType::KERNEL_ISA) - 1)); in TEST_F()
1424 …EXPECT_EQ(NEO::GraphicsAllocation::AllocationType::KERNEL_ISA, kernelImmutableData.getIsaGraphicsA… in TEST_F()

12