Searched refs:zres (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_state.c1606 struct iris_resource *zres, *sres; local in function:want_pma_fix
1607 iris_get_depth_stencil_resources(cso_fb->zsbuf->texture, &zres, &sres);
1612 if (!zres || !iris_resource_level_has_hiz(zres, cso_fb->zsbuf->u.tex.level))
2393 struct iris_resource *zres, *sres; local in function:iris_create_sampler_view
2397 iris_get_depth_stencil_resources(tex, &zres, &sres);
2399 tex = util_format_has_depth(desc) ? &zres->base.b : &sres->base.b;
3086 struct iris_resource *zres; local in function:iris_set_framebuffer_state
3133 iris_get_depth_stencil_resources(cso->zsbuf->texture, &zres,
3141 if (zres) {
5070 struct iris_resource *zres, *sres; local in function:pin_depth_and_stencil_buffers
6291 struct iris_resource *zres = NULL, *sres = NULL; local in function:iris_upload_dirty_render_state
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_state.c1765 struct iris_resource *zres, *sres; local in function:iris_create_sampler_view
1769 iris_get_depth_stencil_resources(tex, &zres, &sres);
1771 tex = util_format_has_depth(desc) ? &zres->base : &sres->base;
2446 struct iris_resource *zres; local in function:iris_set_framebuffer_state
2485 iris_get_depth_stencil_resources(cso->zsbuf->texture, &zres,
2493 if (zres) {
2496 info.depth_surf = &zres->surf;
2497 info.depth_address = zres->bo->gtt_offset;
2498 info.mocs = mocs(zres->bo);
2500 view.format = zres
4249 struct iris_resource *zres, *sres; local in function:pin_depth_and_stencil_buffers
4991 struct iris_resource *zres, *sres; local in function:iris_upload_dirty_render_state
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_state.c1865 struct crocus_resource *zres, *sres; local in function:want_pma_fix
1867 cso_fb->zsbuf->texture, &zres, &sres);
1872 if (!zres || !crocus_resource_level_has_hiz(zres, cso_fb->zsbuf->u.tex.level))
2688 struct crocus_resource *zres, *sres; local in function:crocus_create_sampler_view
2692 crocus_get_depth_stencil_resources(devinfo, tex, &zres, &sres);
2694 tex = util_format_has_depth(desc) ? &zres->base.b : &sres->base.b;
3402 struct crocus_resource *zres;
3452 struct crocus_resource *zres; local in function:crocus_set_framebuffer_state
3455 crocus_get_depth_stencil_resources(devinfo, cso->zsbuf->texture, &zres,
7443 struct crocus_resource *zres, *sres; local in function:crocus_upload_dirty_render_state
[all...]
H A Dcrocus_resolve.c120 struct crocus_resource *zres, *sres; local in function:resolve_sampler_views
121 crocus_get_depth_stencil_resources(&batch->screen->devinfo, isv->base.texture, &zres, &sres);

Completed in 79 milliseconds