Home
last modified time | relevance | path

Searched refs:IGIL_EventPool (Results 1 – 10 of 10) sorted by relevance

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/device_queue/
H A Ddevice_queue_tests.cpp95 …auto eventPoolBuffer = reinterpret_cast<IGIL_EventPool *>(deviceQueue->getEventPoolBuffer()->getUn… in HWTEST2_F()
151 IGIL_EventPool expectedIgilEventPool = {0, 0, 0}; in HWTEST2_F()
161 &expectedIgilEventPool, sizeof(IGIL_EventPool))); in HWTEST2_F()
266 sizeof(IGIL_EventPool)); in HWTEST2_F()
H A Ddevice_queue_hw_tests.cpp149 …auto eventPoolBuffer = reinterpret_cast<IGIL_EventPool *>(deviceQueue->getEventPoolBuffer()->getUn… in HWTEST2_F()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/BiFModule/Languages/OpenCL/
H A DIBiF_Device_Enqueue.cl53 __global IGIL_EventPool* IGIL_GetEventPool()
55 return (__global IGIL_EventPool*)__builtin_IB_get_event_pool();
60 __global IGIL_EventPool *pool = IGIL_GetEventPool();
68 __global IGIL_EventPool *pool = IGIL_GetEventPool();
84 __global IGIL_EventPool *pool = IGIL_GetEventPool();
H A DDeviceEnqueueHelpers.h22 __global IGIL_EventPool* IGIL_GetEventPool( void );
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/device_queue/
H A Ddevice_queue.cpp127 … = static_cast<size_t>(caps.maxOnDeviceEvents) * sizeof(IGIL_DeviceEvent) + sizeof(IGIL_EventPool); in allocateResources()
165 auto igilEventPool = reinterpret_cast<IGIL_EventPool *>(eventPoolBuffer->getUnderlyingBuffer()); in initDeviceQueue()
H A Ddevice_queue_hw_base.inl37 auto igilEventPool = reinterpret_cast<IGIL_EventPool *>(eventPoolBuffer->getUnderlyingBuffer());
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/builtin_kernels_simulation/gen11/
H A Dscheduler_simulation_gen11.cpp57 … (IGIL_EventPool *)eventsPool->getUnderlyingBuffer(), in startScheduler()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/builtin_kernels_simulation/gen9/
H A Dscheduler_simulation_gen9.cpp59 … (IGIL_EventPool *)eventsPool->getUnderlyingBuffer(), in startScheduler()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/AdaptorOCL/ocl_igc_shared/device_enqueue/
H A DDeviceEnqueueInternalTypes.h92 } IGIL_EventPool; typedef
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/scheduler/
H A Dscheduler.cl216 inline __global IGIL_DeviceEvent* TEMP_IGIL_GetDeviceEvents( __global IGIL_EventPool *pool )
221 inline __global IGIL_DeviceEvent* TEMP_IGIL_GetDeviceEvent( __global IGIL_EventPool *pool, uint eve…
227 bool SetEventState( __global IGIL_EventPool *pool, uint eventId, int state )
234 void TEMP_IGIL_FreeEvent( clk_event_t event, __global IGIL_EventPool *pool )
1890 __global IGIL_EventPool* eventsPool,
2570 __global IGIL_EventPool* eventsPool )
2593 __global IGIL_EventPool* eventsPool )
2613 void UpdateEventsTreeStatusParallel( clk_event_t eventId, __global IGIL_EventPool* eventsPool, bool…
2778 __global IGIL_EventPool* eventsPool,