Lines Matching full:levels
43 UINT Width, UINT Height, UINT Levels,
58 DBG("(%p) Width=%u Height=%u Levels=%u Usage=%s Format=%s Pool=%s "
59 "pSharedHandle=%p\n", This, Width, Height, Levels,
66 * D3DPOOL_SYSTEMMEM: Levels must be 1
67 * D3DPOOL_DEFAULT: no restriction for Levels
71 (Pool == D3DPOOL_SYSTEMMEM && Levels == 1) ||
75 (Pool != D3DPOOL_SYSTEMMEM && Pool != D3DPOOL_SCRATCH && Levels <= 1),
106 Levels = 0;
128 if (Levels)
129 info->last_level = Levels - 1;
382 UINT Width, UINT Height, UINT Levels,
390 Width, Height, Levels,