Home
last modified time | relevance | path

Searched refs:gpuBaseAddress (Results 1 – 7 of 7) sorted by relevance

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/unit_test/helpers/
H A Ddirty_state_helpers_tests.cpp29 using HeapDirtyState::gpuBaseAddress;
47 EXPECT_EQ(0llu, mockHeapDirtyState.gpuBaseAddress); in TEST_F()
54 EXPECT_EQ(castToUint64(buffer), mockHeapDirtyState.gpuBaseAddress); in TEST_F()
59 EXPECT_EQ(castToUint64(buffer), mockHeapDirtyState.gpuBaseAddress); in TEST_F()
74 EXPECT_EQ(castToUint64(newBuffer), mockHeapDirtyState.gpuBaseAddress); in TEST_F()
95 EXPECT_EQ(castToUint64(buffer), mockHeapDirtyState.gpuBaseAddress); in TEST_F()
111 EXPECT_EQ(castToUint64(newBuffer), mockHeapDirtyState.gpuBaseAddress); in TEST_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/helpers/
H A Ddirty_state_helpers.cpp19 …bool dirty = gpuBaseAddress != heap->getHeapGpuBase() || sizeInPages != heap->getHeapSizeInPages(); in updateAndCheck()
21 gpuBaseAddress = heap->getHeapGpuBase(); in updateAndCheck()
H A Ddirty_state_helpers.h20 uint64_t gpuBaseAddress = 0llu;
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/memory_manager/
H A Dgraphics_allocation.h144 return gpuBaseAddress; in getGpuBaseAddress()
147 gpuBaseAddress = baseAddress; in setGpuBaseAddress()
150 DEBUG_BREAK_IF(gpuAddress < gpuBaseAddress); in getGpuAddress()
154 DEBUG_BREAK_IF(gpuAddress < gpuBaseAddress); in getGpuAddressToPatch()
155 return gpuAddress + allocationOffset - gpuBaseAddress; in getGpuAddressToPatch()
344 uint64_t gpuBaseAddress = 0; variable
H A Dgraphics_allocation.cpp25 gpuBaseAddress(baseAddress), in GraphicsAllocation()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/test/unit_tests/sources/cmdlist/
H A Dtest_cmdlist_append_barrier.cpp109 …auto gpuBaseAddress = commandList->commandContainer.getCommandStream()->getGraphicsAllocation()->g… in HWTEST2_F() local
112 auto gpuCrossTileSyncAddress = gpuBaseAddress + in HWTEST2_F()
118 auto gpuStartAddress = gpuBaseAddress + in HWTEST2_F()
H A Dtest_cmdlist_4.cpp299 auto gpuBaseAddress = static_cast<size_t>(hostAllocation->getGpuAddress()); in HWTEST2_F() local
300 …auto expectedAlignedAddress = alignDown(gpuBaseAddress, NEO::EncodeSurfaceState<FamilyType>::getSu… in HWTEST2_F()
301 size_t expectedOffset = gpuBaseAddress - expectedAlignedAddress; in HWTEST2_F()