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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dsurface.c2585 UINT row_count = (update_h + format->block_height - 1) / format->block_height;
2589 addr += (src_rect->top / format->block_height) * src_pitch;
2617 dst_point->x, y, update_w, format->block_height, internal, row_length, addr));
2618 y += format->block_height;
2809 height_mask = surface->resource.format->block_height - 1;
4172 wine_dbgstr_rect(rect), format->block_width, format->block_height);
4223 + ((rect->top / format->block_height) * map_desc->row_pitch)
6947 for (y = 0; y < update_h; y += format->block_height)
6959 src_row += (((update_h / format->block_height)
[all...]
H A Dutils.c201 UINT block_height; member in struct:wined3d_format_block_info
1012 format->block_height = 1;
1052 format->block_height = format_block_info[i].block_height;
1983 UINT row_count = (height + format->block_height - 1) / format->block_height;
H A Dwined3d_private.h3132 UINT block_height; member in struct:wined3d_format
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dsurface_base.c1760 for (y = 0; y < h; y += dEntry->block_height)
1936 + ((pRect->top / format_desc->block_height) * pLockedRect->Pitch)
H A Dutils.c193 UINT block_height; member in struct:wined3d_format_compression_info
936 format_desc->block_height = format_compression_info[i].block_height;
H A Ddevice.c5561 UINT row_count = update_h / src_format->block_height;
5566 data += (src_rect->top / src_format->block_height) * src_pitch;
5588 dst_x, y, update_w, src_format->block_height, dst_format->glInternal, row_length, data));
5589 y += src_format->block_height;
H A Dsurface.c153 UINT row_count = (height + format_desc->block_height - 1) / format_desc->block_height;
H A Dwined3d_private.h3354 UINT block_height; member in struct:wined3d_format_desc
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h3395 UINT block_height; member in struct:wined3d_format_desc

Completed in 177 milliseconds