Home
last modified time | relevance | path

Searched refs:cacheRequiringAllocation (Results 1 – 6 of 6) sorted by relevance

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/kernel/
H A Dkernel_cache_flush_requirements_tests.cpp276 MockGraphicsAllocation cacheRequiringAllocation; in HWTEST_F() local
277 mockKernel->mockKernel->kernelArgRequiresCacheFlush[1] = &cacheRequiringAllocation; in HWTEST_F()
289 MockGraphicsAllocation cacheRequiringAllocation; in HWTEST_F() local
299 …GraphicsAllocation *kernelArg = (kernelArgRequiresCacheFlush ? &cacheRequiringAllocation : nullptr… in HWTEST_F()
H A Dcache_flush_tests.inl107 MockGraphicsAllocation cacheRequiringAllocation{allocPtr, MemoryConstants::pageSize * 7}; local
108 …is->mockKernelWithInternal->mockKernel->kernelArgRequiresCacheFlush[0] = &cacheRequiringAllocation;
110 …coverRangeExact(cacheRequiringAllocation.getGpuAddress(), cacheRequiringAllocation.getUnderlyingBu…
H A Dcache_flush_xehp_and_later_tests.inl129 MockGraphicsAllocation cacheRequiringAllocation{allocPtr, MemoryConstants::pageSize * 7}; local
130 …is->mockKernelWithInternal->mockKernel->kernelArgRequiresCacheFlush[0] = &cacheRequiringAllocation;
133 …coverRangeExact(cacheRequiringAllocation.getGpuAddress(), cacheRequiringAllocation.getUnderlyingBu…
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/command_queue/
H A Ddispatch_walker_tests.cpp1196 MockGraphicsAllocation cacheRequiringAllocation; in HWTEST_F() local
1197 kernel1.kernelArgRequiresCacheFlush[0] = &cacheRequiringAllocation; in HWTEST_F()
1233 MockGraphicsAllocation cacheRequiringAllocation; in HWTEST_F() local
1234 kernel1.kernelArgRequiresCacheFlush[0] = &cacheRequiringAllocation; in HWTEST_F()
1235 kernel2.kernelArgRequiresCacheFlush[0] = &cacheRequiringAllocation; in HWTEST_F()
1271 MockGraphicsAllocation cacheRequiringAllocation; in HWTEST_F() local
1272 kernel1.kernelArgRequiresCacheFlush[0] = &cacheRequiringAllocation; in HWTEST_F()
1273 kernel2.kernelArgRequiresCacheFlush[0] = &cacheRequiringAllocation; in HWTEST_F()
H A Dcommand_queue_tests.cpp525 MockGraphicsAllocation cacheRequiringAllocation; in HWTEST_F() local
526 mockKernelWithInternals.mockKernel->kernelArgRequiresCacheFlush[0] = &cacheRequiringAllocation; in HWTEST_F()
542 MockGraphicsAllocation cacheRequiringAllocation; in HWTEST_F() local
543 mockKernelWithInternals.mockKernel->kernelArgRequiresCacheFlush[0] = &cacheRequiringAllocation; in HWTEST_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/helpers/
H A Dhardware_commands_helper_tests.cpp1232 MockGraphicsAllocation cacheRequiringAllocation; in HWCMDTEST_F() local
1234 mockKernelWithInternal->mockKernel->kernelArgRequiresCacheFlush[0] = &cacheRequiringAllocation; in HWCMDTEST_F()
1238 EXPECT_NE(allocs.end(), std::find(allocs.begin(), allocs.end(), &cacheRequiringAllocation)); in HWCMDTEST_F()