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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dutils.c202 UINT block_byte_count; member in struct:wined3d_format_block_info
1013 format->block_byte_count = formats[i].bpp;
1053 format->block_byte_count = format_block_info[i].block_byte_count;
1984 size = row_count * (((row_block_count * format->block_byte_count) + alignment - 1) & ~(alignment - 1));
H A Dsurface.c2590 addr += (src_rect->left / format->block_width) * format->block_byte_count;
3512 pitch = row_block_count * format->block_byte_count;
4224 + ((rect->left / format->block_width) * format->block_byte_count);
6949 memcpy(dst_row, src_row, row_block_count * format->block_byte_count);
7094 + ((src_rect->left / src_format->block_width) * src_format->block_byte_count);
7100 + ((dst_rect->left / dst_format->block_width) * dst_format->block_byte_count);
H A Dwined3d_private.h3133 UINT block_byte_count; member in struct:wined3d_format
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dsurface_base.c349 ret = row_block_count * format_desc->block_byte_count;
1762 memcpy(dbuf, sbuf, row_block_count * dEntry->block_byte_count);
1937 + ((pRect->left / format_desc->block_width) * format_desc->block_byte_count);
H A Dutils.c194 UINT block_byte_count; member in struct:wined3d_format_compression_info
937 format_desc->block_byte_count = format_compression_info[i].block_byte_count;
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.h3355 UINT block_byte_count; member in struct:wined3d_format_desc
H A Dsurface.c154 size = row_count * row_block_count * format_desc->block_byte_count;
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h3396 UINT block_byte_count; member in struct:wined3d_format_desc

Completed in 204 milliseconds