/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_blit.h | 143 if (mask & PIPE_MASK_S) in nv50_blit_derive_color_mask() 151 if (mask & PIPE_MASK_S) in nv50_blit_derive_color_mask() 158 if (mask & (PIPE_MASK_G | PIPE_MASK_S)) color_mask |= 0x0010; in nv50_blit_derive_color_mask() 177 if (info->mask & PIPE_MASK_S) mask |= 0xff000000; in nv50_blit_eng2d_get_mask() 183 if (info->mask & PIPE_MASK_S) mask |= 0x000000ff; in nv50_blit_eng2d_get_mask()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_blit.c | 138 if (planes & PIPE_MASK_S) in si_blit_dbcb_copy() 211 if (planes & PIPE_MASK_S) in si_blit_decompress_zs_planes_in_place() 254 if (planes & PIPE_MASK_S) 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() 287 si_blit_decompress_zs_planes_in_place(sctx, texture, PIPE_MASK_S, levels_s, first_layer, in si_blit_decompress_zs_in_place() 312 if (required_planes & PIPE_MASK_S) { in si_decompress_depth() 317 inplace_planes |= PIPE_MASK_S; in si_decompress_depth() 319 copy_planes |= PIPE_MASK_S; in si_decompress_depth() 341 copy_planes = PIPE_MASK_Z | PIPE_MASK_S; in si_decompress_depth() 347 if (copy_planes & PIPE_MASK_S) { in si_decompress_depth() [all...] |
H A D | si_test_image_copy_region.c | 890 info.mask = PIPE_MASK_S; in si_test_blit()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_clear_blit.c | 106 if (info.mask & PIPE_MASK_S) { in etna_blit() 108 info.mask &= ~PIPE_MASK_S; in etna_blit()
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3d_blit.c | 141 if ((info->mask & PIPE_MASK_S) == 0) in v3d_stencil_blit() 203 info->mask &= ~PIPE_MASK_S; in v3d_stencil_blit() 434 bool is_stencil_blit = info->mask & PIPE_MASK_S; in v3d_tlb_blit() 548 info->mask &= ~PIPE_MASK_S; in v3d_tlb_blit()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_blit.cpp | 310 static_assert(PIPE_MASK_S == 0x20 && PIPE_MASK_Z == 0x10, "unexpected ZS format mask"); in copy_subregion_no_barriers() 582 !(info->mask & PIPE_MASK_S)) in resolve_stencil_supported() 800 assert(info->mask & PIPE_MASK_S); in blit_resolve_stencil() 863 !(info->mask & PIPE_MASK_S)) in replicate_stencil_supported() 880 assert(info->mask & PIPE_MASK_S); in blit_replicate_stencil()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_blitter.c | 298 if (info.mask & PIPE_MASK_S) { in fd_blit() 300 info.mask &= ~PIPE_MASK_S; in fd_blit()
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_surface.c | 262 if (info.mask & PIPE_MASK_S) { in i915_blit() 264 info.mask &= ~PIPE_MASK_S; in i915_blit()
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_blit.c | 443 if (info.mask & PIPE_MASK_S) { in vc4_blit() 447 info.mask &= ~PIPE_MASK_S; in vc4_blit()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_blit.c | 326 if (pipe_mask == PIPE_MASK_S) { in iris_resource_for_aspect() 338 if (pipe_mask == PIPE_MASK_S) { in pipe_format_for_aspect()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A D | fd6_blitter.c | 1021 assert(info->mask == PIPE_MASK_S); 1035 if (info->mask & PIPE_MASK_S) { 1065 if (info->mask & PIPE_MASK_S)
|
/third_party/mesa3d/src/mesa/main/ |
H A D | blit.c | 576 blit.mask |= PIPE_MASK_S; in do_blit_framebuffer() 610 blit.mask = PIPE_MASK_S; in do_blit_framebuffer()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nv30_miptree.c | 236 if (info.mask & PIPE_MASK_S) { in nv30_blit() 238 info.mask &= ~PIPE_MASK_S; in nv30_blit()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_blit.c | 348 if (pipe_mask == PIPE_MASK_S) { in crocus_resource_for_aspect() 360 if (pipe_mask == PIPE_MASK_S) { in pipe_format_for_aspect()
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_blit.c | 847 if ((info.mask & PIPE_MASK_S) && in r300_blit() 852 info.mask &= ~PIPE_MASK_S; in r300_blit()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_defines.h | 111 #define PIPE_MASK_S 0x20 macro
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
H A D | lima_blit.c | 253 if ((reload_flags & PIPE_CLEAR_STENCIL) && !(info->mask & PIPE_MASK_S)) in lima_do_blit()
|
H A D | lima_resource.c | 852 if (info.mask & PIPE_MASK_S) { in lima_blit() 854 info.mask &= ~PIPE_MASK_S; in lima_blit()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_inlines.h | 843 dst_has |= PIPE_MASK_S; in util_blit_covers_whole_resource()
|
H A D | u_blitter.c | 1248 *shader = util_make_fs_blit_zs(pipe, PIPE_MASK_S, tgsi_tex, in blitter_get_fs_texfetch_stencil() 1706 if ((mask & PIPE_MASK_S) && dst_has_stencil && in is_blit_generic_supported() 1735 if (mask & PIPE_MASK_S) { in is_blit_generic_supported() 2037 mask & PIPE_MASK_S && in util_blitter_blit_generic()
|
H A D | u_dump_state.c | 1055 mask[5] = (info->mask & PIPE_MASK_S) ? 'S' : '-'; in util_dump_blit_info()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_pipe_blit.c | 603 if ((blit.mask & PIPE_MASK_S) || in try_blit()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
H A D | tr_dump_state.c | 948 mask[5] = (info->mask & PIPE_MASK_S) ? 'S' : '-'; in trace_dump_blit_info()
|
/third_party/mesa3d/src/util/format/ |
H A D | u_format.h | 669 return PIPE_MASK_S; in util_format_get_mask()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_drawpixels.c | 1640 blit.mask |= PIPE_MASK_S; in blit_copy_pixels() 1907 blit.mask = util_format_get_mask(pt->format) & ~PIPE_MASK_S; in st_CopyPixels()
|