Home
last modified time | relevance | path

Searched refs:IGIL_EVENT_UNUSED (Results 1 – 3 of 3) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/BiFModule/Languages/OpenCL/
H A DIBiF_Device_Enqueue.cl116 int status = atomic_cmpxchg( &events[i].m_state, IGIL_EVENT_UNUSED, IGIL_EVENT_QUEUED );
118 if( IGIL_EVENT_UNUSED == status )
157 … atomic_xchg( &events[(int)__builtin_astype(event, __private void*)].m_state, IGIL_EVENT_UNUSED );
199 …tomic_xchg( &events[(int)__builtin_astype(in_event, __private void*)].m_state, IGIL_EVENT_UNUSED );
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/AdaptorOCL/ocl_igc_shared/device_enqueue/
H A DDeviceEnqueueInternalTypes.h19 #define IGIL_EVENT_UNUSED -501 macro
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/scheduler/
H A Dscheduler.cl239 …mic_xchg( &events[ ( uint )(size_t)__builtin_astype( event, void* ) ].m_state, IGIL_EVENT_UNUSED );