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

/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_execute.c2027 int src_blockwidth = util_format_get_blockwidth(src_format); local in function:copy_depth_rect
2034 assert(src_blockwidth > 0);
2039 width = (width + src_blockwidth - 1)/src_blockwidth;
2041 src_x /= src_blockwidth;

Completed in 7 milliseconds