Searched refs:is_zs (Results 1 – 4 of 4) sorted by relevance
66 boolean is_zs = util_format_is_depth_or_stencil(format); in util_gen_mipmap() local71 if (is_zs && !has_depth) in util_gen_mipmap()75 if (!is_zs && util_format_is_pure_integer(format)) in util_gen_mipmap()81 (is_zs ? PIPE_BIND_DEPTH_STENCIL : in util_gen_mipmap()100 blit.mask = is_zs ? PIPE_MASK_Z : PIPE_MASK_RGBA; in util_gen_mipmap()
1244 bool is_zs = util_format_is_depth_or_stencil(templ->format); in si_texture_create_with_modifier() local1251 if (is_zs && sscreen->eqaa_force_z_samples) { in si_texture_create_with_modifier()1254 } else if (!is_zs && sscreen->eqaa_force_color_samples) { in si_texture_create_with_modifier()1272 is_zs; in si_texture_create_with_modifier()
1933 bool is_zs = util_format_is_depth_or_stencil(pformat); in zink_get_sparse_texture_virtual_page_size() local1938 …type = (screen->need_2D_sparse || (screen->need_2D_zs && is_zs)) ? VK_IMAGE_TYPE_2D : VK_IMAGE_TYP… in zink_get_sparse_texture_virtual_page_size()1961 …flags |= is_zs ? VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT : VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT; in zink_get_sparse_texture_virtual_page_size()
713 - pan/decode: Remove is_zs weirdness