Lines Matching defs:rt0
349 struct NineSurface9 *rt0 = context->rt[0];
353 multisampled_target = rt0 && rt0->desc.MultiSampleType >= 1;
354 if (rt0 && rt0->desc.Format == D3DFMT_NULL && context->ds)
718 struct NineSurface9 *rt0 = context->rt[0];
719 unsigned w = rt0->desc.Width;
720 unsigned h = rt0->desc.Height;
721 unsigned nr_samples = rt0->base.info.nr_samples;
741 if (rt0->desc.Format == D3DFMT_NULL && context->ds) {