Searched refs:crocus_get_depth_stencil_resources (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_blit.c | 350 crocus_get_depth_stencil_resources(devinfo, p_res, &junk, &s_res); in crocus_resource_for_aspect() 799 crocus_get_depth_stencil_resources(devinfo, p_src, &junk, &s_src_res); in crocus_resource_copy_region() 800 crocus_get_depth_stencil_resources(devinfo, p_dst, &junk, &s_dst_res); in crocus_resource_copy_region()
|
D | crocus_resolve.c | 121 … crocus_get_depth_stencil_resources(&batch->screen->devinfo, isv->base.texture, &zres, &sres); in resolve_sampler_views() 234 crocus_get_depth_stencil_resources(devinfo, zs_surf->texture, &z_res, &s_res); in crocus_predraw_resolve_framebuffer() 331 crocus_get_depth_stencil_resources(devinfo, zs_surf->texture, &z_res, &s_res); in crocus_postdraw_update_resolve_tracking()
|
D | crocus_resource.h | 323 crocus_get_depth_stencil_resources(const struct intel_device_info *devinfo, in crocus_get_depth_stencil_resources() function
|
D | crocus_clear.c | 569 crocus_get_depth_stencil_resources(&batch->screen->devinfo, p_res, &z_res, &stencil_res); in clear_depth_stencil()
|
D | crocus_state.c | 1867 crocus_get_depth_stencil_resources(devinfo, in want_pma_fix() 2693 crocus_get_depth_stencil_resources(devinfo, tex, &zres, &sres); in crocus_create_sampler_view() 3460 crocus_get_depth_stencil_resources(devinfo, cso->zsbuf->texture, &zres, in crocus_set_framebuffer_state() 7127 crocus_get_depth_stencil_resources(&batch->screen->devinfo, 7462 … crocus_get_depth_stencil_resources(&batch->screen->devinfo, cso->zsbuf->texture, &zres, &sres);
|