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

/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_blit.c462 unsigned dst_height0 = r300_resource(dst)->tex.height0; local
523 dst_height0 = align(dst_height0, 4);
548 dst_height0 = dst_height0 / 4;
576 dst_view = r300_create_surface_custom(pipe, dst, &dst_templ, dst_width0, dst_height0);

Completed in 293 milliseconds