Go to the source code of this file.
|
template<typename aligner_type , typename pipeline_type > |
void | nvbio::bowtie2::cuda::detail::banded_score_all (const uint32 band_len, const pipeline_type &pipeline, const aligner_type aligner, const ParamsPOD params, const uint32 buffer_offset, const uint32 buffer_size, uint32 *counter) |
|
template<typename scheme_type > |
uint32 | nvbio::bowtie2::cuda::score_all_t (const uint32 band_len, const AllMappingPipelineState< scheme_type > &pipeline, const ParamsPOD params, const uint32 buffer_offset, const uint32 buffer_size) |
|