Home
last modified time | relevance | path

Searched refs:PIPE_MASK_ZS (Results 1 – 19 of 19) sorted by relevance

/third_party/mesa3d/src/gallium/include/pipe/
Dp_defines.h112 #define PIPE_MASK_ZS 0x30 macro
113 #define PIPE_MASK_RGBAZS (PIPE_MASK_RGBA|PIPE_MASK_ZS)
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_surface.c1064 switch (mask & PIPE_MASK_ZS) { in nv50_blit_select_mode()
1065 case PIPE_MASK_ZS: return NV50_BLIT_MODE_Z24S8; in nv50_blit_select_mode()
1073 switch (mask & PIPE_MASK_ZS) { in nv50_blit_select_mode()
1074 case PIPE_MASK_ZS: return NV50_BLIT_MODE_S8Z24; in nv50_blit_select_mode()
1082 switch (mask & PIPE_MASK_ZS) { in nv50_blit_select_mode()
1083 case PIPE_MASK_ZS: return NV50_BLIT_MODE_ZS; in nv50_blit_select_mode()
1715 if (!(info->mask & PIPE_MASK_ZS)) in nv50_blit()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_inlines.h837 if (info->mask & PIPE_MASK_ZS) { in util_blit_covers_whole_resource()
844 if (dst_has & ~(info->mask & PIPE_MASK_ZS)) in util_blit_covers_whole_resource()
Du_blitter.c1161 *shader = util_make_fs_blit_zs(pipe, PIPE_MASK_ZS, tgsi_tex, in blitter_get_fs_texfetch_depthstencil()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_blitter.c907 debug_assert(!(info->mask & PIPE_MASK_ZS)); in handle_rgba_blit()
1184 if (info->mask & PIPE_MASK_ZS) in fd6_blit()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_blit.c449 unsigned aspect_mask = info->mask & (PIPE_MASK_R | PIPE_MASK_ZS); in iris_blit()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_blit.c332 blit_info->mask != (PIPE_MASK_ZS)) in can_blit_via_svga_copy_region()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_blit.c541 unsigned aspect_mask = info->mask & (PIPE_MASK_R | PIPE_MASK_ZS); in crocus_blit()
Dcrocus_resolve.c183 …info.mask = util_format_is_depth_or_stencil(surf->base.texture->format) ? PIPE_MASK_ZS : PIPE_MASK… in crocus_update_align_res()
/third_party/mesa3d/src/util/format/
Du_format.h661 return PIPE_MASK_ZS; in util_format_get_mask()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c2580 if (si_htile_enabled(tex, level, PIPE_MASK_ZS)) { in si_init_depth_surface()
2643 if (si_htile_enabled(tex, level, PIPE_MASK_ZS)) { in si_init_depth_surface()
2948 if (vi_tc_compat_htile_enabled(zstex, surf->base.u.tex.level, PIPE_MASK_ZS)) in si_set_framebuffer_state()
3282 vi_tc_compat_htile_enabled(tex, zb->base.u.tex.level, PIPE_MASK_ZS)) { in si_emit_framebuffer_state()
3346 if (si_htile_enabled(tex, zb->base.u.tex.level, PIPE_MASK_ZS)) { in si_emit_framebuffer_state()
Dsi_clear.c768 si_htile_enabled(zstex, zsbuf->u.tex.level, PIPE_MASK_ZS)) { in si_fast_clear()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_blit.cpp188 if (util_format_is_depth_or_stencil(info->src.format) && !(info->mask & PIPE_MASK_ZS)) { in direct_copy_supported()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_execute.c1629 info.mask = PIPE_MASK_ZS; in render_pass_resolve()
2355 info.mask = util_format_is_depth_or_stencil(info.src.format) ? PIPE_MASK_ZS : PIPE_MASK_RGBA; in handle_blit_image()
3023 info.mask = util_format_is_depth_or_stencil(info.src.format) ? PIPE_MASK_ZS : PIPE_MASK_RGBA; in handle_resolve_image()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_drawpixels.c1683 blit.mask |= PIPE_MASK_ZS; in blit_copy_pixels()
Dst_cb_texture.c1146 return PIPE_MASK_ZS; in st_get_blit_mask()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_surface.c1620 if (!(info->mask & PIPE_MASK_ZS)) in nvc0_blit()
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_state.c1368 blit.mask = PIPE_MASK_ZS; in NineDevice9_ResolveZ()
Ddevice9.c1791 blit.mask = zs ? PIPE_MASK_ZS : PIPE_MASK_RGBA; in NineDevice9_StretchRect()