Lines Matching refs:Height
43 UINT Width, UINT Height, UINT Levels, in NineTexture9_ctor() argument
59 "pSharedHandle=%p\n", This, Width, Height, Levels, in NineTexture9_ctor()
63 user_assert(Width && Height, D3DERR_INVALIDCALL); in NineTexture9_ctor()
119 user_assert(!(Width % w) && !(Height % h), D3DERR_INVALIDCALL); in NineTexture9_ctor()
126 info->height0 = Height; in NineTexture9_ctor()
131 info->last_level = util_logbase2(MAX2(Width, Height)); in NineTexture9_ctor()
155 Width, Height, in NineTexture9_ctor()
166 Width, Height, in NineTexture9_ctor()
180 This->base.pstype = (Height == 1) ? 1 : 0; in NineTexture9_ctor()
195 sfdesc.Height = u_minify(Height, l); in NineTexture9_ctor()
211 This->dirty_rect.height = Height; in NineTexture9_ctor()
382 UINT Width, UINT Height, UINT Levels, in NineTexture9_new() argument
390 Width, Height, Levels, in NineTexture9_new()