Home
last modified time | relevance | path

Searched refs:iris_get_depth_stencil_resources (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_blit.c328 iris_get_depth_stencil_resources(p_res, &junk, &s_res); in iris_resource_for_aspect()
773 iris_get_depth_stencil_resources(p_src, &junk, &s_src_res); in iris_resource_copy_region()
774 iris_get_depth_stencil_resources(p_dst, &junk, &s_dst_res); in iris_resource_copy_region()
Diris_resource.h323 void iris_get_depth_stencil_resources(struct pipe_resource *res,
Diris_resolve.c198 iris_get_depth_stencil_resources(zs_surf->texture, &z_res, &s_res); in iris_predraw_resolve_framebuffer()
288 iris_get_depth_stencil_resources(zs_surf->texture, &z_res, &s_res); in iris_postdraw_update_resolve_tracking()
Diris_clear.c541 iris_get_depth_stencil_resources(p_res, &z_res, &stencil_res); in clear_depth_stencil()
Diris_state.c1702 iris_get_depth_stencil_resources(cso_fb->zsbuf->texture, &zres, &sres); in want_pma_fix()
2554 iris_get_depth_stencil_resources(tex, &zres, &sres); in iris_create_sampler_view()
3297 iris_get_depth_stencil_resources(cso->zsbuf->texture, &zres, in iris_set_framebuffer_state()
5220 iris_get_depth_stencil_resources(zsbuf->texture, &zres, &sres); in pin_depth_and_stencil_buffers()
6495 iris_get_depth_stencil_resources(cso_fb->zsbuf->texture, in iris_upload_dirty_render_state()
Diris_resource.c409 iris_get_depth_stencil_resources(struct pipe_resource *res, in iris_get_depth_stencil_resources() function
/third_party/mesa3d/docs/relnotes/
D19.1.0.rst3255 - iris: Simplify iris_get_depth_stencil_resources