Lines Matching refs:Width
33 UINT Width, UINT Height, UINT Depth, UINT Levels,
46 DBG("This=%p pParams=%p Width=%u Height=%u Depth=%u Levels=%u "
48 This, pParams, Width, Height, Depth, Levels,
51 user_assert(Width && Height && Depth, D3DERR_INVALIDCALL);
76 user_assert(!(Width % w) && !(Height % h), D3DERR_INVALIDCALL);
82 info->width0 = Width;
88 info->last_level = util_logbase2(MAX2(MAX2(Width, Height), Depth));
119 voldesc.Width = u_minify(Width, l);
283 UINT Width, UINT Height, UINT Depth, UINT Levels,
291 Width, Height, Depth, Levels,