Lines Matching refs:writeEvent
620 cl_event writeEvent; in test_stream_write() local
678 …teBuffer( queue, streams[ii], false, 0, ptrSizes[i]*num_elements, inptr[i], 0, NULL, &writeEvent ); in test_stream_write()
689 err = clWaitForEvents( 1, &writeEvent ); in test_stream_write()
693 clReleaseEvent(writeEvent); in test_stream_write()
701 …while( ( err = clGetEventProfilingInfo( writeEvent, CL_PROFILING_COMMAND_QUEUED, sizeof( cl_ulong … in test_stream_write()
705 clReleaseEvent(writeEvent); in test_stream_write()
712 …while( ( err = clGetEventProfilingInfo( writeEvent, CL_PROFILING_COMMAND_SUBMIT, sizeof( cl_ulong … in test_stream_write()
716 clReleaseEvent(writeEvent); in test_stream_write()
723 …err = clGetEventProfilingInfo( writeEvent, CL_PROFILING_COMMAND_START, sizeof( cl_ulong ), &writeS… in test_stream_write()
726 clReleaseEvent(writeEvent); in test_stream_write()
733 …err = clGetEventProfilingInfo( writeEvent, CL_PROFILING_COMMAND_END, sizeof( cl_ulong ), &writeEnd… in test_stream_write()
736 clReleaseEvent(writeEvent); in test_stream_write()
746 clReleaseEvent(writeEvent); in test_stream_write()
757 clReleaseEvent(writeEvent); in test_stream_write()
774 clReleaseEvent(writeEvent); in test_stream_write()
790 clReleaseEvent(writeEvent); in test_stream_write()
824 clReleaseEvent(writeEvent); in test_stream_write()