|
Blender V5.0
|
Go to the source code of this file.
Macros | |
| #define | GPU_PARALLEL_ACTIVE_INDEX_DEFAULT_BLOCK_SIZE 512 |
| #define | GPU_PARALLEL_PREFIX_SUM_DEFAULT_BLOCK_SIZE 512 |
| #define | GPU_PARALLEL_SORTED_INDEX_DEFAULT_BLOCK_SIZE 512 |
| #define | GPU_PARALLEL_SORTED_INDEX_INACTIVE_KEY (~0) |
| #define | GPU_PARALLEL_SORT_BLOCK_SIZE 1024 |
| #define GPU_PARALLEL_ACTIVE_INDEX_DEFAULT_BLOCK_SIZE 512 |
Definition at line 12 of file block_sizes.h.
| #define GPU_PARALLEL_PREFIX_SUM_DEFAULT_BLOCK_SIZE 512 |
Definition at line 13 of file block_sizes.h.
| #define GPU_PARALLEL_SORT_BLOCK_SIZE 1024 |
Definition at line 18 of file block_sizes.h.
Referenced by PathTraceWorkGPU::compute_sorted_queued_paths().
| #define GPU_PARALLEL_SORTED_INDEX_DEFAULT_BLOCK_SIZE 512 |
Definition at line 14 of file block_sizes.h.
| #define GPU_PARALLEL_SORTED_INDEX_INACTIVE_KEY (~0) |
Definition at line 17 of file block_sizes.h.
Referenced by gpu_parallel_sorted_index_array().