|
Blender V5.0
|
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) |
| 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 ) |
Definition at line 142 of file parallel_sorted_index.h.
References __device__, atomic_fetch_and_add_uint32(), ccl_global, GPU_PARALLEL_SORTED_INDEX_INACTIVE_KEY, indices, and num_states.