Searched refs:zres (Results 1 – 2 of 2) sorted by relevance
8 complex zres variable49 zres = acos(z)
1545 struct iris_resource *zres, *sres; in want_pma_fix() local1546 iris_get_depth_stencil_resources(cso_fb->zsbuf->texture, &zres, &sres); in want_pma_fix()1551 if (!zres || !iris_resource_level_has_hiz(zres, cso_fb->zsbuf->u.tex.level)) in want_pma_fix()2396 struct iris_resource *zres, *sres; in iris_create_sampler_view() local2400 iris_get_depth_stencil_resources(tex, &zres, &sres); in iris_create_sampler_view()2402 tex = util_format_has_depth(desc) ? &zres->base : &sres->base; in iris_create_sampler_view()3087 struct iris_resource *zres; in iris_set_framebuffer_state() local3134 iris_get_depth_stencil_resources(cso->zsbuf->texture, &zres, in iris_set_framebuffer_state()3142 if (zres) { in iris_set_framebuffer_state()3145 info.depth_surf = &zres->surf; in iris_set_framebuffer_state()[all …]