Searched defs:kthCounts (Results 1 – 1 of 1) sorted by relevance
484 uint32_t* kthCounts // size: num_slices * blocks_per_slice == num_blocks in computeBlockwiseKthCounts()698 uint32_t* kthCounts = reinterpret_cast<uint32_t*>(kthCounts_buffer.get()); in launch() local