Lines Matching refs:Width
44 UINT Width, UINT Height, UINT Levels,
61 DBG("(%p) Width=%u Height=%u Levels=%u Usage=%s Format=%s Pool=%s "
62 "pSharedHandle=%p\n", This, Width, Height, Levels,
66 user_assert(Width && Height, D3DERR_INVALIDCALL);
122 user_assert(!(Width % w) && !(Height % h), D3DERR_INVALIDCALL);
128 info->width0 = Width;
134 info->last_level = util_logbase2(MAX2(Width, Height));
164 Width, Height,
170 Width, Height,
193 sfdesc.Width = u_minify(Width, l);
209 This->dirty_rect.width = Width;
382 UINT Width, UINT Height, UINT Levels,
390 Width, Height, Levels,