Lines Matching defs:sres
1866 struct crocus_resource *zres, *sres;
1868 cso_fb->zsbuf->texture, &zres, &sres);
1913 (sres && cso_zsa->stencil_writes_enabled)));
2689 struct crocus_resource *zres, *sres;
2693 crocus_get_depth_stencil_resources(devinfo, tex, &zres, &sres);
2695 tex = util_format_has_depth(desc) ? &zres->base.b : &sres->base.b;
2698 if (GFX_VER == 7 && sres->shadow)
2699 tex = &sres->shadow->base.b;
7126 struct crocus_resource *zres, *sres;
7129 &zres, &sres);
7445 struct crocus_resource *zres, *sres;
7462 crocus_get_depth_stencil_resources(&batch->screen->devinfo, cso->zsbuf->texture, &zres, &sres);
7505 if (sres) {
7507 info.stencil_aux_usage = sres->aux.usage;
7508 info.stencil_surf = &sres->surf;
7516 isl_surf_get_image_offset_B_tile_sa(&sres->surf,
7523 sres->bo, stencil_offset, RELOC_32BIT);
7525 view.format = sres->surf.format;
7526 info.mocs = crocus_mocs(sres->bo, isl_dev);