Home
last modified time | relevance | path

Searched refs:src_stride_pos (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/util/format/
Du_format.c63 int src_stride_pos = src_stride < 0 ? -src_stride : src_stride; in util_copy_rect() local
82 src += src_y * src_stride_pos; in util_copy_rect()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_execute.c2244 int src_stride_pos = src_stride < 0 ? -src_stride : src_stride; in copy_depth_rect() local
2266 src += src_y * src_stride_pos; in copy_depth_rect()