Home
last modified time | relevance | path

Searched refs:zres (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/flang/test/Semantics/
Dresolve56.f908 complex zres variable
49 zres = acos(z)
/external/mesa3d/src/gallium/drivers/iris/
Diris_state.c1545 struct iris_resource *zres, *sres; in want_pma_fix() local
1546 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() local
2400 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() local
3134 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 …]