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

/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
H A Ddxgi_native.cpp1165 unsigned blit_x, blit_y, blit_w, blit_h; local
1184 blit_h = dst_w * src->height0 / src->width0;
1189 blit_h = dst_h;
1194 blit_h = dst_h;
1198 blit_y = (dst_h - blit_h) >> 1;
1205 blit_h = dst_h;
1213 if(formats_compatible && blit_w == src->width0 && blit_h == src->height0)
1218 box.height = blit_h;
1224 blitter->blit(dst_surface, gallium_buffer0_view, rect.left + blit_x, rect.top + blit_y, blit_w, blit_h);
1231 if(blit_h !
[all...]

Completed in 52 milliseconds