Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_execute.c2177 int src_blockwidth = util_format_get_blockwidth(src_format); in copy_depth_rect() local
2184 assert(src_blockwidth > 0); in copy_depth_rect()
2189 width = (width + src_blockwidth - 1)/src_blockwidth; in copy_depth_rect()
2191 src_x /= src_blockwidth; in copy_depth_rect()