Blender V5.0
parallel_sorted_index.h File Reference

Go to the source code of this file.

Functions

template<typename GetKeyOp>
CCL_NAMESPACE_BEGIN __device__ void gpu_parallel_sorted_index_array (const uint state_index, const uint num_states, const int num_states_limit, ccl_global int *indices, ccl_global int *num_indices, ccl_global int *key_counter, ccl_global int *key_prefix_sum, GetKeyOp get_key_op)

Function Documentation

◆ gpu_parallel_sorted_index_array()

template<typename GetKeyOp>
CCL_NAMESPACE_BEGIN __device__ void gpu_parallel_sorted_index_array ( const uint state_index,
const uint num_states,
const int num_states_limit,
ccl_global int * indices,
ccl_global int * num_indices,
ccl_global int * key_counter,
ccl_global int * key_prefix_sum,
GetKeyOp get_key_op )