Home
last modified time | relevance | path

Searched refs:LINEAR_STREAM (Results 1 – 25 of 37) sorted by relevance

12

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/test/unit_tests/sources/helper/
H A Dheap_assigner_l0_tests.cpp27 EXPECT_FALSE(heapAssigner.use32BitHeap(GraphicsAllocation::AllocationType::LINEAR_STREAM)); in HWTEST2_F()
34 EXPECT_TRUE(heapAssigner.use32BitHeap(GraphicsAllocation::AllocationType::LINEAR_STREAM)); in HWTEST2_F()
41 … = heapAssigner.get32BitHeapIndex(GraphicsAllocation::AllocationType::LINEAR_STREAM, true, *defaul… in HWTEST2_F()
56 allocationData.type = GraphicsAllocation::AllocationType::LINEAR_STREAM; in TEST_F()
76 …GraphicsAllocation allocation{0, GraphicsAllocation::AllocationType::LINEAR_STREAM, nullptr, 0, 0,… 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.cpp37 …Index, MemoryConstants::pageSize, GraphicsAllocation::AllocationType::LINEAR_STREAM, mockDeviceBit… in DG2TEST_F()
47 …roperties{mockRootDeviceIndex, 1, GraphicsAllocation::AllocationType::LINEAR_STREAM, mockDeviceBit… in DG2TEST_F()
56 …roperties{mockRootDeviceIndex, 1, GraphicsAllocation::AllocationType::LINEAR_STREAM, mockDeviceBit… in DG2TEST_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/helpers/
H A Dheap_assigner_ocl_tests.cpp22 EXPECT_FALSE(heapAssigner.use32BitHeap(GraphicsAllocation::AllocationType::LINEAR_STREAM)); in HWTEST_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/program/
H A Dsync_buffer_handler.cpp31 GraphicsAllocation::AllocationType::LINEAR_STREAM, in allocateNewBuffer()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/helpers/
H A Dheap_helper.cpp18 auto allocationType = GraphicsAllocation::AllocationType::LINEAR_STREAM; in getHeapAllocation()
H A Dheap_assigner.cpp34 return allocType == GraphicsAllocation::AllocationType::LINEAR_STREAM; in useExternal32BitHeap()
H A Dextra_allocation_data_xehp_and_later.inl19 if (properties.allocationType == GraphicsAllocation::AllocationType::LINEAR_STREAM ||
H A Dapp_resource_helper.cpp57 case GraphicsAllocation::AllocationType::LINEAR_STREAM: in getResourceTagStr()
H A Dbindless_heaps_helper.cpp46 auto allocationType = GraphicsAllocation::AllocationType::LINEAR_STREAM; in getHeapAllocation()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/xe_hp_core/xehp/
H A Dmemory_manager_tests_xehp.inl25 …Index, MemoryConstants::pageSize, GraphicsAllocation::AllocationType::LINEAR_STREAM, mockDeviceBit…
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/unit_test/heap_assigner/
H A Dheap_assigner_tests.cpp34 … = heapAssigner.get32BitHeapIndex(GraphicsAllocation::AllocationType::LINEAR_STREAM, true, *defaul… in HWTEST_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/unit_test/memory_manager/
H A Dspecial_heap_pool_tests.cpp74 …GraphicsAllocation allocation{0, GraphicsAllocation::AllocationType::LINEAR_STREAM, nullptr, 0, 0,… in TEST_F()
H A Dgraphics_allocation_tests.cpp143 …T_TRUE(GraphicsAllocation::isCpuAccessRequired(GraphicsAllocation::AllocationType::LINEAR_STREAM)); in TEST()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/memory_manager/
H A Dgraphics_allocation.h73 LINEAR_STREAM, enumerator
226 allocationType == AllocationType::LINEAR_STREAM || in isCpuAccessRequired()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/unit_test/helpers/
H A Dapp_resource_tests.cpp77 {GraphicsAllocation::AllocationType::LINEAR_STREAM, "LINRSTRM"},
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/memory_manager/
H A Dstorage_info_tests.cpp149 …s{mockRootDeviceIndex, false, 0u, GraphicsAllocation::AllocationType::LINEAR_STREAM, true, false, … in TEST_F()
157 …s{mockRootDeviceIndex, false, 0u, GraphicsAllocation::AllocationType::LINEAR_STREAM, false, false,… in TEST_F()
232 … EXPECT_EQ(GraphicsAllocation::AllocationType::LINEAR_STREAM, heapAllocation->getAllocationType()); in HWTEST_F()
H A Dmemory_manager_allocate_in_preferred_pool_tests.cpp657 …roperties{mockRootDeviceIndex, 1, GraphicsAllocation::AllocationType::LINEAR_STREAM, mockDeviceBit… in HWTEST_F()
740 …roperties{mockRootDeviceIndex, 1, GraphicsAllocation::AllocationType::LINEAR_STREAM, mockDeviceBit… in HWTEST_F()
769 …roperties{mockRootDeviceIndex, 1, GraphicsAllocation::AllocationType::LINEAR_STREAM, mockDeviceBit… in HWTEST_F()
1131 GraphicsAllocation::AllocationType::LINEAR_STREAM,
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/memory_manager/definitions/
H A Dstorage_info.cpp86 case GraphicsAllocation::AllocationType::LINEAR_STREAM: in createStorageInfoFromProperties()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/os_interface/windows/
H A Dwddm_memory_manager_allocate_in_device_pool_tests.cpp169 …ties({mockRootDeviceIndex, 4096u, GraphicsAllocation::AllocationType::LINEAR_STREAM, mockDeviceBit… in HWTEST_F()
197 …ECT_EQ(graphicsAllocation->getAllocationType(), GraphicsAllocation::AllocationType::LINEAR_STREAM); in HWTEST_F()
353 GraphicsAllocation::AllocationType::LINEAR_STREAM in TEST_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/source/cmdlist/
H A Dcmdlist.cpp101 … (deallocation->getAllocationType() == NEO::GraphicsAllocation::AllocationType::LINEAR_STREAM))) { in removeDeallocationContainerData()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/utilities/
H A Dlogger.cpp172 case GraphicsAllocation::AllocationType::LINEAR_STREAM: in getAllocationTypeString()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/os_interface/windows/
H A Dwddm_device_command_stream.inl154 …if ((GraphicsAllocation::AllocationType::LINEAR_STREAM == graphicsAllocation->getAllocationType())…
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/unit_test/utilities/
H A Dsoftware_tags_manager_tests.cpp55 GraphicsAllocation::AllocationType::LINEAR_STREAM, in initializeTestCmdStream()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/command_container/
H A Dcmdcontainer.cpp38 …AP) || (deallocation->getAllocationType() == GraphicsAllocation::AllocationType::LINEAR_STREAM))) { in ~CommandContainer()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/xe_hpc_core/
H A Dhw_helper_tests_xe_hpc_core.cpp70 … EXPECT_EQ(GraphicsAllocation::AllocationType::LINEAR_STREAM, heapAllocation->getAllocationType()); in XE_HPC_CORETEST_F()
102 … EXPECT_EQ(GraphicsAllocation::AllocationType::LINEAR_STREAM, heapAllocation->getAllocationType()); in XE_HPC_CORETEST_F()
135 … EXPECT_EQ(GraphicsAllocation::AllocationType::LINEAR_STREAM, heapAllocation->getAllocationType()); in XE_HPC_CORETEST_F()

12