Searched refs:depth_t (Results 1 – 5 of 5) sorted by relevance
| /oneTBB/include/oneapi/tbb/ |
| H A D | partitioner.h | 187 typedef unsigned char depth_t; typedef 190 template <typename T, depth_t MaxCapacity> 192 depth_t my_head; 193 depth_t my_tail; 194 depth_t my_size; 213 depth_t prev = my_head; in split_to_fill() 243 depth_t front_depth() { in front_depth() 247 depth_t back_depth() { in back_depth() 251 bool is_divisible(depth_t max_depth) { in is_divisible() 394 depth_t my_max_depth; [all …]
|
| H A D | parallel_for.h | 90 start_for( start_for& parent_, const Range& r, depth_t d, small_object_allocator& alloc ) : in start_for() 126 void offer_work(const Range& r, depth_t d, execution_data& ed) { in offer_work()
|
| H A D | parallel_reduce.h | 126 … start_reduce( start_reduce& parent_, const Range& r, depth_t d, small_object_allocator& alloc ) : in start_reduce() 162 void offer_work(const Range& r, depth_t d, execution_data& ed) { in offer_work()
|
| /oneTBB/examples/common/gui/ |
| H A D | video.hpp | 35 typedef signed char depth_t; typedef 42 depth_t pixel_depth; 64 depth_t depth, red_shift, green_shift, blue_shift; 127 const depth_t pixel_depth; 175 depth_t bs = blue_shift, rs = red_shift; in get_color()
|
| H A D | xvideo.cpp | 89 inline void mask2bits(unsigned int mask, unsigned int &save, depth_t &shift) { in mask2bits()
|