Searched defs:dstb (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/nine/
H A Ddevice9.c1391 struct NineBaseTexture9 *dstb = NineBaseTexture9(pDestinationTexture); local
1403 user_assert(dstb->base.pool == D3DPOOL_DEFAULT, D3DERR_INVALIDCALL);
1405 user_assert(dstb->base.type == srcb->base.type, D3DERR_INVALIDCALL);
1407 dstb->base.usage & D3DUSAGE_AUTOGENMIPMAP, D3DERR_INVALIDCALL);
1434 last_dst_level = (dstb->base.usage & D3DUSAGE_AUTOGENMIPMAP) ? 0 : dstb->base.info.last_level;
1441 if (w <= dstb->base.info.width0 &&
1442 h <= dstb->base.info.height0 &&
1443 d <= dstb->base.info.depth0)
1450 if (dstb
[all...]

Completed in 67 milliseconds