HomeSort by relevance Sort by last modified time
    Searched full:dst_surface_width (Results 1 - 1 of 1) sorted by null

  /external/mesa3d/src/gallium/drivers/vc4/
vc4_blit.c 75 int dst_surface_width = u_minify(info->dst.resource->width0, local
82 info->dst.box.x + info->dst.box.width != dst_surface_width) ||
102 stride = align(dst_surface_width, 32) * 4 * rsc->cpp;
104 stride = align(dst_surface_width * rsc->cpp, 128);
106 stride = align(dst_surface_width * rsc->cpp, 16);

Completed in 229 milliseconds