Searched defs:block_width (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
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 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 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 170 milliseconds