|
Blender V4.3
|
Public Attributes | |
| uint | start |
| uint | span |
| uint | span_len |
| uint | skip |
For looping over a sub-region of a rcti, could be moved into 'rct.c'.
Definition at line 43 of file gpu_select_pick.cc.
| uint SubRectStride::skip |
Skip those.
Definition at line 51 of file gpu_select_pick.cc.
Referenced by depth_buf_subrect_depth_any(), depth_buf_subrect_depth_any_filled(), gpu_select_load_id_pass_all(), gpu_select_load_id_pass_nearest(), gpu_select_pick_end(), and rect_subregion_stride_calc().
| uint SubRectStride::span |
Read these.
Definition at line 47 of file gpu_select_pick.cc.
Referenced by depth_buf_subrect_depth_any(), depth_buf_subrect_depth_any_filled(), gpu_select_load_id_pass_all(), gpu_select_load_id_pass_nearest(), gpu_select_pick_end(), and rect_subregion_stride_calc().
| uint SubRectStride::span_len |
len times (read span 'len' times).
Definition at line 49 of file gpu_select_pick.cc.
Referenced by depth_buf_subrect_depth_any(), depth_buf_subrect_depth_any_filled(), gpu_select_load_id_pass_all(), gpu_select_load_id_pass_nearest(), gpu_select_pick_end(), and rect_subregion_stride_calc().
| uint SubRectStride::start |
Start here.
Definition at line 45 of file gpu_select_pick.cc.
Referenced by depth_buf_subrect_depth_any(), depth_buf_subrect_depth_any_filled(), gpu_select_load_id_pass_all(), gpu_select_load_id_pass_nearest(), gpu_select_pick_end(), and rect_subregion_stride_calc().