Lines Matching defs:srcb
1492 struct NineBaseTexture9 *srcb = NineBaseTexture9(pSourceTexture);
1504 user_assert(srcb->base.pool == D3DPOOL_SYSTEMMEM, D3DERR_INVALIDCALL);
1505 user_assert(dstb->base.type == srcb->base.type, D3DERR_INVALIDCALL);
1506 user_assert(!(srcb->base.usage & D3DUSAGE_AUTOGENMIPMAP) ||
1533 last_src_level = srcb->level_count-1;
1537 unsigned w = u_minify(srcb->base.info.width0, m);
1538 unsigned h = u_minify(srcb->base.info.height0, m);
1539 unsigned d = u_minify(srcb->base.info.depth0, m);
1548 last_dst_level = MIN2(srcb->base.info.last_level - m, last_dst_level);
1552 struct NineTexture9 *src = NineTexture9(srcb);
1576 struct NineCubeTexture9 *src = NineCubeTexture9(srcb);
1605 struct NineVolumeTexture9 *src = NineVolumeTexture9(srcb);