Searched defs:byte_count (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dsurface.c159 size = height * (((width * format_desc->byte_count) + alignment - 1) & ~(alignment - 1));
744 src_pitch = format_desc->byte_count * This->pow2Width;
1558 bpp = This->resource.format_desc->byte_count;
1578 bpp = This->resource.format_desc->byte_count * 3;
1587 bpp = This->resource.format_desc->byte_count;
5093 int byte_count; local
5123 byte_count = desc.conv_byte_count;
5126 outpitch = width * byte_count;
5140 byte_count = desc.byte_count;
[all...]
H A Dwined3d_private.h3349 UINT byte_count; member in struct:wined3d_format_desc
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/
H A Ddevice.c416 static HRESULT WINAPI d3d8_device_ResourceManagerDiscardBytes(IDirect3DDevice8 *iface, DWORD byte_count) argument
420 TRACE("iface %p, byte_count %u.\n", iface, byte_count);
422 if (byte_count)
/vbox/src/VBox/Additions/solaris/DRM/include/
H A DdrmP.h419 unsigned long byte_count; member in struct:drm_device_dma
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dsurface.c484 switch (format->byte_count)
499 sizeof(BITMAPINFOHEADER) + sizeof(RGBQUAD) * (1 << (format->byte_count * 8)));
520 b_info->bmiHeader.biWidth = wined3d_surface_get_pitch(surface) / format->byte_count;
525 b_info->bmiHeader.biBitCount = format->byte_count * 8;
2446 src_pitch = format->byte_count * surface->pow2Width;
2629 addr += src_rect->left * format->byte_count;
2638 gl_info->gl_ops.gl.p_glPixelStorei(GL_UNPACK_ROW_LENGTH, src_pitch / format->byte_count);
3517 pitch = surface->resource.format->byte_count * surface->resource.width; /* Bytes / row */
4203 map_desc->row_pitch = surface->resource.width * format->byte_count;
4230 + (rect->left * format->byte_count);
6304 UINT byte_count; local
[all...]
H A Dwined3d_private.h3127 UINT byte_count; member in struct:wined3d_format
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/infiniband/
H A DMT25218_PRM.h135 pseudo_bit_t byte_count[0x0000a]; /* Not including padding for 16Byte chunks */ member in struct:arbelprm_wqe_segment_data_inline_st
149 pseudo_bit_t byte_count[0x0001f]; member in struct:arbelprm_wqe_segment_data_ptr_st
H A DMT25408_PRM.h95 pseudo_bit_t byte_count[0x0000a]; /* Not including padding for 16Byte chunks */ member in struct:hermonprm_wqe_segment_data_inline_st
109 pseudo_bit_t byte_count[0x0001f]; member in struct:hermonprm_wqe_segment_data_ptr_st
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h3390 UINT byte_count; member in struct:wined3d_format_desc

Completed in 3173 milliseconds