Searched defs:tmp_h (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dvolumetexture.c376 UINT tmp_w, tmp_h, tmp_d; local
446 tmp_h = height;
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]);
473 tmp_h = max(1, tmp_h >> 1);
H A Dtexture.c522 UINT tmp_w, tmp_h; local
654 tmp_h = height;
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,
685 tmp_h = max(1, tmp_h >> 1);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dtexture.c1486 UINT tmp_w, tmp_h, tmp_d; local
1583 tmp_h = desc->height;
1592 tmp_w, tmp_h, tmp_d, desc->format, desc->pool, desc->usage, &volume
1611 tmp_h = max(1, tmp_h >> 1);

Completed in 280 milliseconds