Lines Matching refs:Height
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);
83 info->height0 = Height;
88 info->last_level = util_logbase2(MAX2(MAX2(Width, Height), Depth));
120 voldesc.Height = u_minify(Height, l);
283 UINT Width, UINT Height, UINT Depth, UINT Levels,
291 Width, Height, Depth, Levels,