Lines Matching defs:Levels
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,
69 * D3DPOOL_SYSTEMMEM: Levels must be 1
70 * D3DPOOL_DEFAULT: no restriction for Levels
74 (Pool == D3DPOOL_SYSTEMMEM && Levels == 1) ||
78 (Pool != D3DPOOL_SYSTEMMEM && Pool != D3DPOOL_SCRATCH && Levels <= 1),
109 Levels = 0;
131 if (Levels)
132 info->last_level = Levels - 1;
382 UINT Width, UINT Height, UINT Levels,
390 Width, Height, Levels,