/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_blit.h | 145 if (mask & PIPE_MASK_Z) in nv50_blit_derive_color_mask() 153 if (mask & PIPE_MASK_Z) in nv50_blit_derive_color_mask() 157 if (mask & (PIPE_MASK_R | PIPE_MASK_Z)) color_mask |= 0x0001; in nv50_blit_derive_color_mask() 176 if (info->mask & PIPE_MASK_Z) mask |= 0x00ffffff; in nv50_blit_eng2d_get_mask() 182 if (info->mask & PIPE_MASK_Z) mask |= 0xffffff00; in nv50_blit_eng2d_get_mask()
|
H A D | nv50_surface.c | 1066 case PIPE_MASK_Z: return NV50_BLIT_MODE_Z24X8; in nv50_blit_select_mode() 1075 case PIPE_MASK_Z: return NV50_BLIT_MODE_X8Z24; in nv50_blit_select_mode() 1084 case PIPE_MASK_Z: return NV50_BLIT_MODE_PASS; in nv50_blit_select_mode()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_blit.c | 136 if (planes & PIPE_MASK_Z) in si_blit_dbcb_copy() 213 if (planes & PIPE_MASK_Z) in si_blit_decompress_zs_planes_in_place() 252 if (planes & PIPE_MASK_Z) in si_blit_decompress_zs_planes_in_place() 274 si_blit_decompress_zs_planes_in_place(sctx, texture, PIPE_MASK_Z | PIPE_MASK_S, both, in si_blit_decompress_zs_in_place() 282 si_blit_decompress_zs_planes_in_place(sctx, texture, PIPE_MASK_Z, levels_z, first_layer, in si_blit_decompress_zs_in_place() 302 if (required_planes & PIPE_MASK_Z) { in si_decompress_depth() 307 inplace_planes |= PIPE_MASK_Z; in si_decompress_depth() 309 copy_planes |= PIPE_MASK_Z; in si_decompress_depth() 341 copy_planes = PIPE_MASK_Z | PIPE_MASK_S; in si_decompress_depth() 343 if (copy_planes & PIPE_MASK_Z) { in si_decompress_depth() [all...] |
H A D | si_test_image_copy_region.c | 887 info.mask = PIPE_MASK_Z; in si_test_blit()
|
H A D | si_clear.c | 652 si_htile_enabled(zstex, level, PIPE_MASK_Z) && in si_can_fast_clear_depth()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_blit.cpp | 69 info->mask != PIPE_MASK_Z) { in resolve_supported() 310 static_assert(PIPE_MASK_S == 0x20 && PIPE_MASK_Z == 0x10, "unexpected ZS format mask"); in copy_subregion_no_barriers() 585 if (info->mask & PIPE_MASK_Z) { in resolve_stencil_supported() 587 new_info.mask = PIPE_MASK_Z; in resolve_stencil_supported() 805 if (info->mask & PIPE_MASK_Z) { in blit_resolve_stencil() 808 new_info.mask = PIPE_MASK_Z; in blit_resolve_stencil() 866 if (info->mask & PIPE_MASK_Z) { in replicate_stencil_supported() 868 new_info.mask = PIPE_MASK_Z; in replicate_stencil_supported() 885 if (info->mask & PIPE_MASK_Z) { in blit_replicate_stencil() 888 new_info.mask = PIPE_MASK_Z; in blit_replicate_stencil() [all...] |
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_gen_mipmap.c | 100 blit.mask = is_zs ? PIPE_MASK_Z : PIPE_MASK_RGBA; in util_gen_mipmap()
|
H A D | u_simple_shaders.c | 402 if (zs_mask & PIPE_MASK_Z) { in util_make_fs_blit_zs() 419 stencil_sampler = ureg_DECL_sampler(ureg, zs_mask & PIPE_MASK_Z ? 1 : 0); in util_make_fs_blit_zs() 420 ureg_DECL_sampler_view(ureg, zs_mask & PIPE_MASK_Z ? 1 : 0, tex_target, in util_make_fs_blit_zs()
|
H A D | u_inlines.h | 841 dst_has |= PIPE_MASK_Z; in util_blit_covers_whole_resource()
|
H A D | u_dump_state.c | 1054 mask[4] = (info->mask & PIPE_MASK_Z) ? 'Z' : '-'; in util_dump_blit_info()
|
H A D | u_blitter.c | 1156 *shader = util_make_fs_blit_zs(pipe, PIPE_MASK_Z, tgsi_tex, in blitter_get_fs_texfetch_depth() 2034 bool dst_has_depth = mask & PIPE_MASK_Z && in util_blitter_blit_generic()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A D | fd6_blitter.c | 1028 if (info->mask & PIPE_MASK_Z) { 1054 assert(info->mask == PIPE_MASK_Z); 1063 if (info->mask & PIPE_MASK_Z)
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3d_blit.c | 433 bool is_depth_blit = info->mask & PIPE_MASK_Z; in v3d_tlb_blit() 544 info->mask &= ~PIPE_MASK_Z; in v3d_tlb_blit()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | blit.c | 574 blit.mask |= PIPE_MASK_Z; in do_blit_framebuffer() 594 blit.mask = PIPE_MASK_Z; in do_blit_framebuffer()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_blit.c | 362 } else if (pipe_mask == PIPE_MASK_Z) { in pipe_format_for_aspect() 414 depth_blit.mask = PIPE_MASK_Z; in crocus_blit()
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_blit.c | 853 if (!(info.mask & PIPE_MASK_Z)) { in r300_blit() 860 if (info.mask & PIPE_MASK_Z) { in r300_blit()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_defines.h | 110 #define PIPE_MASK_Z 0x10 macro
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
H A D | lima_blit.c | 250 if ((reload_flags & PIPE_CLEAR_DEPTH) && !(info->mask & PIPE_MASK_Z)) in lima_do_blit()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_blit.c | 340 } else if (pipe_mask == PIPE_MASK_Z) { in pipe_format_for_aspect()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_blit.c | 328 depth_blit.mask = PIPE_MASK_Z; in zink_blit()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_pipe_blit.c | 575 if (!svga_have_vgpu10(svga) && (blit.mask & PIPE_MASK_Z) && in try_blit()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
H A D | tr_dump_state.c | 947 mask[4] = (info->mask & PIPE_MASK_Z) ? 'Z' : '-'; in trace_dump_blit_info()
|
/third_party/mesa3d/src/util/format/ |
H A D | u_format.h | 665 return PIPE_MASK_Z; in util_format_get_mask()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_drawpixels.c | 1638 blit.mask |= PIPE_MASK_Z; in blit_copy_pixels() 1909 blit.mask = util_format_get_mask(pt->format) & ~PIPE_MASK_Z; in st_CopyPixels()
|
H A D | st_cb_texture.c | 1061 return PIPE_MASK_Z; in st_get_blit_mask() 1073 return PIPE_MASK_Z; in st_get_blit_mask()
|