Searched refs:byte_count (Results 1 - 22 of 22) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dvolume.c210 map_desc->row_pitch = volume->resource.format->byte_count * volume->resource.width; /* Bytes / row */
211 map_desc->slice_pitch = volume->resource.format->byte_count
244 + (box->left * volume->resource.format->byte_count);
314 width * height * depth * format->byte_count, parent, parent_ops,
458 memcpy(pRowDstBits, pRowSrcBits, srcW * dst->resource.format->byte_count);
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 Ddirectx.c3306 format_bits = format->byte_count * CHAR_BIT;
3368 format_bits = format->byte_count * CHAR_BIT;
3548 devmode.dmBitsPerPel = format->byte_count * CHAR_BIT;
H A Dutils.c1008 format->byte_count = formats[i].bpp;
1988 size = height * (((width * format->byte_count) + alignment - 1) & ~(alignment - 1));
H A Dwined3d_private.h3127 UINT byte_count; member in struct:wined3d_format
H A Ddevice.c4703 INT bpp = format->byte_count;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dvolume.c240 pLockedVolume->RowPitch = This->resource.format_desc->byte_count * This->currentDesc.Width; /* Bytes / row */
241 pLockedVolume->SlicePitch = This->resource.format_desc->byte_count
270 + (pBox->Left * This->resource.format_desc->byte_count);
431 width * height * depth * format_desc->byte_count, usage, format_desc, pool, parent, parent_ops
H A Dsurface_base.c354 ret = This->resource.format_desc->byte_count * This->currentDesc.Width; /* Bytes / row */
534 TRACE("(%p) : Size %d, bytesPerPixel %d\n", This, This->resource.size, format_desc->byte_count);
555 switch (format_desc->byte_count)
570 sizeof(BITMAPINFOHEADER) + sizeof(RGBQUAD) * (1 << (format_desc->byte_count * 8)));
590 b_info->bmiHeader.biWidth = IWineD3DSurface_GetPitch(iface) / format_desc->byte_count;
594 b_info->bmiHeader.biBitCount = format_desc->byte_count * 8;
1215 bpp = This->resource.format_desc->byte_count;
1705 bpp = This->resource.format_desc->byte_count;
1943 (pRect->left * format_desc->byte_count);
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 Dsurface_gdi.c356 pix_width = format_desc->byte_count;
H A Dswapchain.c1212 devmode.dmBitsPerPel = format_desc->byte_count * 8;
H A Ddirectx.c2839 UINT format_bits = format_desc->byte_count * CHAR_BIT;
2886 UINT format_bits = format_desc->byte_count * CHAR_BIT;
3360 if(cfgs[i].colorSize != (glDesc->byte_count << 3))
H A Ddevice.c2065 devmode.dmBitsPerPel = format_desc->byte_count * 8;
5048 memcpy(pRowDstBits, pRowSrcBits, srcW * ((IWineD3DVolumeImpl *) pDestinationVolume)->resource.format_desc->byte_count);
5599 data += src_rect->top * src_w * src_format->byte_count;
5600 data += src_rect->left * src_format->byte_count;
6348 INT bpp = format_desc->byte_count;
H A Dutils.c895 desc->byte_count = formats[i].bpp;
H A Dwined3d_private.h3349 UINT byte_count; member in struct:wined3d_format_desc
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/infiniband/
H A Darbel.c1281 MLX_FILL_1 ( &wqe->ud.data[0], 0, byte_count, iob_len ( iobuf ) );
1325 byte_count, iob_len ( &headers ) );
1332 byte_count, ( iob_len ( iobuf ) + 4 /* ICRC */ ) );
1362 MLX_FILL_1 ( &wqe->rc.data[0], 0, byte_count, iob_len ( iobuf ) );
1491 MLX_FILL_1 ( &wqe->data[0], 0, byte_count, iob_tailroom ( iobuf ) );
1605 assert ( MLX_GET ( &recv_wqe->data[0], byte_count ) ==
1607 MLX_FILL_1 ( &recv_wqe->data[0], 0, byte_count, 0 );
H A Dhermon.c1416 MLX_FILL_1 ( &wqe->ud.data[0], 0, byte_count, iob_len ( iobuf ) );
1461 byte_count, iob_len ( &headers ) );
1468 byte_count, ( iob_len ( iobuf ) + 4 /* ICRC */ ) );
1498 MLX_FILL_1 ( &wqe->rc.data[0], 0, byte_count, iob_len ( iobuf ) );
1532 byte_count, iob_len ( iobuf ) );
1646 MLX_FILL_1 ( &wqe->data[0], 0, byte_count, iob_tailroom ( iobuf ) );
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/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/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/Devices/Graphics/shaderlib/
H A Dwined3d_private.h3390 UINT byte_count; member in struct:wined3d_format_desc

Completed in 903 milliseconds