Home
last modified time | relevance | path

Searched refs:phFunction (Results 1 – 8 of 8) sorted by relevance

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/test/unit_tests/mocks/
H A Dmock_device_recompile_built_ins.h21 ze_kernel_handle_t *phFunction) override { in createKernel()
23 *phFunction = new Mock<Kernel>(); in createKernel()
H A Dmock_module.h44 …l, ze_result_t, ZE_RESULT_SUCCESS, (const ze_kernel_desc_t *desc, ze_kernel_handle_t *phFunction));
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/api/core/
H A Dze_module.cpp71 ze_kernel_handle_t *phFunction) { in zeKernelCreate() argument
72 return L0::Module::fromHandle(hModule)->createKernel(desc, phFunction); in zeKernelCreate()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/source/module/
H A Dmodule.h37 ze_kernel_handle_t *phFunction) = 0;
H A Dmodule_imp.h93 ze_kernel_handle_t *phFunction) override;
H A Dmodule_imp.cpp667 ze_kernel_handle_t *phFunction) { in createKernel() argument
675 *phFunction = kernel->toHandle(); in createKernel()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/experimental/source/tracing/
H A Dtracing_module_imp.h53 ze_kernel_handle_t *phFunction);
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/test/unit_tests/sources/builtin/
H A Dbuiltin_functions_tests.cpp203 ze_kernel_handle_t *phFunction) override { in HWTEST_F()
204 *phFunction = nullptr; in HWTEST_F()