Lines Matching refs:writeEvent
618 cl_event writeEvent; in test_stream_write() local
668 …teBuffer( queue, streams[ii], false, 0, ptrSizes[i]*num_elements, inptr[i], 0, NULL, &writeEvent ); in test_stream_write()
679 err = clWaitForEvents( 1, &writeEvent ); in test_stream_write()
683 clReleaseEvent(writeEvent); in test_stream_write()
691 …while( ( err = clGetEventProfilingInfo( writeEvent, CL_PROFILING_COMMAND_QUEUED, sizeof( cl_ulong … in test_stream_write()
695 clReleaseEvent(writeEvent); in test_stream_write()
702 …while( ( err = clGetEventProfilingInfo( writeEvent, CL_PROFILING_COMMAND_SUBMIT, sizeof( cl_ulong … in test_stream_write()
706 clReleaseEvent(writeEvent); in test_stream_write()
713 …err = clGetEventProfilingInfo( writeEvent, CL_PROFILING_COMMAND_START, sizeof( cl_ulong ), &writeS… in test_stream_write()
716 clReleaseEvent(writeEvent); in test_stream_write()
723 …err = clGetEventProfilingInfo( writeEvent, CL_PROFILING_COMMAND_END, sizeof( cl_ulong ), &writeEnd… in test_stream_write()
726 clReleaseEvent(writeEvent); in test_stream_write()
736 clReleaseEvent(writeEvent); in test_stream_write()
747 clReleaseEvent(writeEvent); in test_stream_write()
761 clReleaseEvent(writeEvent); in test_stream_write()
777 clReleaseEvent(writeEvent); in test_stream_write()
811 clReleaseEvent(writeEvent); in test_stream_write()