Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_blitter.c1512 bool dst_has_stencil = util_format_has_stencil(desc); in is_blit_generic_supported() local
1515 if ((mask & PIPE_MASK_S) && dst_has_stencil && in is_blit_generic_supported()
1520 if (dst_has_stencil || util_format_has_depth(desc)) in is_blit_generic_supported()