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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dsurface_base.c348 UINT row_block_count = (This->currentDesc.Width + format_desc->block_width - 1) / format_desc->block_width;
1759 row_block_count = (w + dEntry->block_width - 1) / dEntry->block_width;
1937 + ((pRect->left / format_desc->block_width) * format_desc->block_byte_count);
H A Dutils.c192 UINT block_width; member in struct:wined3d_format_compression_info
935 format_desc->block_width = format_compression_info[i].block_width;
H A Dsurface.c152 UINT row_block_count = (width + format_desc->block_width - 1) / format_desc->block_width;
H A Ddevice.c5560 UINT row_length = (update_w / src_format->block_width) * src_format->block_byte_count;
5567 data += (src_rect->left / src_format->block_width) * src_format->block_byte_count;
H A Dwined3d_private.h3353 UINT block_width; member in struct:wined3d_format_desc
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dutils.c200 UINT block_width; member in struct:wined3d_format_block_info
1011 format->block_width = 1;
1051 format->block_width = format_block_info[i].block_width;
1982 UINT row_block_count = (width + format->block_width - 1) / format->block_width;
H A Dsurface.c2590 addr += (src_rect->left / format->block_width) * format->block_byte_count;
2808 width_mask = surface->resource.format->block_width - 1;
3511 UINT row_block_count = (surface->resource.width + format->block_width - 1) / format->block_width;
4172 wine_dbgstr_rect(rect), format->block_width, format->block_height);
4224 + ((rect->left / format->block_width) * format->block_byte_count);
6943 row_block_count = (update_w + format->block_width - 1) / format->block_width;
7094 + ((src_rect->left / src_format->block_width) * src_format->block_byte_count);
7100 + ((dst_rect->left / dst_format->block_width) * dst_forma
[all...]
H A Dwined3d_private.h3131 UINT block_width; member in struct:wined3d_format
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h3394 UINT block_width; member in struct:wined3d_format_desc

Completed in 642 milliseconds