Searched refs:iris_get_depth_stencil_resources (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_blit.c | 328 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()
|
D | iris_resource.h | 323 void iris_get_depth_stencil_resources(struct pipe_resource *res,
|
D | iris_resolve.c | 198 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()
|
D | iris_clear.c | 541 iris_get_depth_stencil_resources(p_res, &z_res, &stencil_res); in clear_depth_stencil()
|
D | iris_state.c | 1702 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()
|
D | iris_resource.c | 409 iris_get_depth_stencil_resources(struct pipe_resource *res, in iris_get_depth_stencil_resources() function
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.1.0.rst | 3255 - iris: Simplify iris_get_depth_stencil_resources
|