| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| H A D | crocus_resolve.c | 233 struct crocus_resource *z_res, *s_res; local in function:crocus_predraw_resolve_framebuffer 234 crocus_get_depth_stencil_resources(devinfo, zs_surf->texture, &z_res, &s_res); 250 if (s_res) { 251 crocus_cache_flush_for_depth(batch, s_res->bo); 330 struct crocus_resource *z_res, *s_res; local in function:crocus_postdraw_update_resolve_tracking 331 crocus_get_depth_stencil_resources(devinfo, zs_surf->texture, &z_res, &s_res); 350 if (s_res) { 352 crocus_resource_finish_write(ice, s_res, zs_surf->u.tex.level, 354 s_res->aux.usage); 358 crocus_depth_cache_add_bo(batch, s_res [all...] |
| H A D | crocus_blit.c | 349 struct crocus_resource *junk, *s_res; local in function:crocus_resource_for_aspect 350 crocus_get_depth_stencil_resources(devinfo, p_res, &junk, &s_res); 351 return s_res;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| H A D | iris_resolve.c | 197 struct iris_resource *z_res, *s_res; local in function:iris_predraw_resolve_framebuffer 198 iris_get_depth_stencil_resources(zs_surf->texture, &z_res, &s_res); 210 if (s_res) { 211 iris_emit_buffer_barrier_for(batch, s_res->bo, 287 struct iris_resource *z_res, *s_res; local in function:iris_postdraw_update_resolve_tracking 288 iris_get_depth_stencil_resources(zs_surf->texture, &z_res, &s_res); 300 if (s_res) { 302 iris_resource_finish_write(ice, s_res, zs_surf->u.tex.level, 304 s_res->aux.usage);
|
| H A D | iris_blit.c | 320 struct iris_resource *junk, *s_res; local in function:iris_resource_for_aspect 321 iris_get_depth_stencil_resources(p_res, &junk, &s_res); 322 return s_res;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/ |
| H A D | iris_resolve.c | 185 struct iris_resource *z_res, *s_res; local in function:iris_predraw_resolve_framebuffer 186 iris_get_depth_stencil_resources(zs_surf->texture, &z_res, &s_res); 198 if (s_res) { 199 iris_cache_flush_for_depth(batch, s_res->bo); 260 struct iris_resource *z_res, *s_res; local in function:iris_postdraw_update_resolve_tracking 261 iris_get_depth_stencil_resources(zs_surf->texture, &z_res, &s_res); 276 if (s_res) { 278 iris_resource_finish_write(ice, s_res, zs_surf->u.tex.level, 284 iris_depth_cache_add_bo(batch, s_res->bo);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 19.1.0.rst | 2940 - iris: z_res -> s_res
|