rocPRIM
detail::block_adjacent_difference_impl< T, BlockSizeX, BlockSizeY, BlockSizeZ > Member List

This is the complete list of members for detail::block_adjacent_difference_impl< T, BlockSizeX, BlockSizeY, BlockSizeZ >, including all inherited members.

apply_left(const T(&input)[ItemsPerThread], Output(&output)[ItemsPerThread], BinaryFunction op, const T tile_predecessor_item, storage_type &storage) (defined in detail::block_adjacent_difference_impl< T, BlockSizeX, BlockSizeY, BlockSizeZ >)detail::block_adjacent_difference_impl< T, BlockSizeX, BlockSizeY, BlockSizeZ >inline
apply_left_partial(const T(&input)[ItemsPerThread], Output(&output)[ItemsPerThread], BinaryFunction op, const T tile_predecessor_item, const unsigned int valid_items, storage_type &storage) (defined in detail::block_adjacent_difference_impl< T, BlockSizeX, BlockSizeY, BlockSizeZ >)detail::block_adjacent_difference_impl< T, BlockSizeX, BlockSizeY, BlockSizeZ >inline
apply_right(const T(&input)[ItemsPerThread], Output(&output)[ItemsPerThread], BinaryFunction op, const T tile_successor_item, storage_type &storage) (defined in detail::block_adjacent_difference_impl< T, BlockSizeX, BlockSizeY, BlockSizeZ >)detail::block_adjacent_difference_impl< T, BlockSizeX, BlockSizeY, BlockSizeZ >inline
apply_right_partial(const T(&input)[ItemsPerThread], Output(&output)[ItemsPerThread], BinaryFunction op, const unsigned int valid_items, storage_type &storage) (defined in detail::block_adjacent_difference_impl< T, BlockSizeX, BlockSizeY, BlockSizeZ >)detail::block_adjacent_difference_impl< T, BlockSizeX, BlockSizeY, BlockSizeZ >inline
BlockSize (defined in detail::block_adjacent_difference_impl< T, BlockSizeX, BlockSizeY, BlockSizeZ >)detail::block_adjacent_difference_impl< T, BlockSizeX, BlockSizeY, BlockSizeZ >static