Lines Matching defs:desc
353 multisampled_target = rt0 && rt0->desc.MultiSampleType >= 1;
354 if (rt0 && rt0->desc.Format == D3DFMT_NULL && context->ds)
355 multisampled_target = context->ds->desc.MultiSampleType >= 1;
719 unsigned w = rt0->desc.Width;
720 unsigned h = rt0->desc.Height;
741 if (rt0->desc.Format == D3DFMT_NULL && context->ds) {
742 w = context->ds->desc.Width;
743 h = context->ds->desc.Height;
750 if (rt && rt->desc.Format != D3DFMT_NULL && (mask & (1 << i)) &&
751 rt->desc.Width == w && rt->desc.Height == h &&
764 if (context->ds && context->ds->desc.Width >= w &&
765 context->ds->desc.Height >= h &&
1298 if (context->rt[0]->desc.MultiSampleType <= D3DMULTISAMPLE_NONMASKABLE) {
1324 const struct util_format_description *desc;
1342 desc = util_format_description(dst->format);
1343 if (desc->colorspace != UTIL_FORMAT_COLORSPACE_ZS)
1855 (context->rt[0]->desc.MultiSampleType <= D3DMULTISAMPLE_NONMASKABLE) !=
1856 (rt->desc.MultiSampleType <= D3DMULTISAMPLE_NONMASKABLE))
2269 if (context->rt[i] && context->rt[i]->desc.Format != D3DFMT_NULL)
2284 rect.x2 >= zsbuf_surf->desc.Width &&
2285 rect.y2 >= zsbuf_surf->desc.Height))) {
2298 if (!rt || rt->desc.Format == D3DFMT_NULL ||
2316 x2 = MIN3(x2, rect.x2, rt->desc.Width);
2317 y2 = MIN3(y2, rect.y2, rt->desc.Height);
2342 x2 = MIN3(x2, rect.x2, zsbuf_surf->desc.Width);
2343 y2 = MIN3(y2, rect.y2, zsbuf_surf->desc.Height);