Searched defs:tmp_w (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dvolumetexture.c376 UINT tmp_w, tmp_h, tmp_d; local
445 tmp_w = width;
454 tmp_w, tmp_h, tmp_d, format, pool, usage, &texture->volumes[i]
458 tmp_w, tmp_h, tmp_d, format, pool, usage, &texture->volumes[i]);
472 tmp_w = max(1, tmp_w >> 1);
H A Dcubetexture.c504 UINT tmp_w; local
581 tmp_w = edge_length;
598 hr = IWineD3DDeviceParent_CreateSurface(device->device_parent, parent, tmp_w, tmp_w,
603 hr = IWineD3DDeviceParent_CreateSurface(device->device_parent, parent, tmp_w, tmp_w,
619 tmp_w = max(1, tmp_w >> 1);
H A Dtexture.c522 UINT tmp_w, tmp_h; local
653 tmp_w = width;
659 hr = IWineD3DDeviceParent_CreateSurface(device->device_parent, parent, tmp_w, tmp_h, format_desc->format,
668 hr = IWineD3DDeviceParent_CreateSurface(device->device_parent, parent, tmp_w, tmp_h, format_desc->format,
684 tmp_w = max(1, tmp_w >> 1);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dtexture.c1486 UINT tmp_w, tmp_h, tmp_d; local
1582 tmp_w = desc->width;
1592 tmp_w, tmp_h, tmp_d, desc->format, desc->pool, desc->usage, &volume
1610 tmp_w = max(1, tmp_w >> 1);

Completed in 328 milliseconds