Searched refs:util_format_is_depth_or_stencil (Results 1 – 18 of 18) sorted by relevance
144 if (util_format_is_depth_or_stencil(format)) { in lp_tiled_to_linear()234 if (util_format_is_depth_or_stencil(format)) { in lp_linear_to_tiled()
51 if (util_format_is_depth_or_stencil(format)) { in st_pipe_format_to_base_format()
191 if (util_format_is_depth_or_stencil(format)) { in st_renderbuffer_alloc_storage()
221 if (util_format_is_depth_or_stencil(format)) in default_bindings()
155 if (util_format_is_depth_or_stencil(rtex->real_format)) { in r600_setup_surface()186 if (util_format_is_depth_or_stencil(res->format)) in permit_hardware_blit()492 if (util_format_is_depth_or_stencil(rtex->real_format) && permit_hardware_blit(screen, base)) in r600_texture_create_object()
356 if (util_format_is_depth_or_stencil(tex->b.b.format) && in r300_setup_hyperz_properties()423 boolean is_zb = util_format_is_depth_or_stencil(format); in r300_setup_tiling()
892 if (util_format_is_depth_or_stencil(surf->base.format)) { in r300_texture_setup_fb_state()1052 if (util_format_is_depth_or_stencil(base->format) && in r300_texture_from_handle()
613 if (util_format_is_depth_or_stencil(format)) { in r300_get_border_color()815 if (util_format_is_depth_or_stencil(view->base.format)) { in r300_merge_textures_and_samplers()
232 boolean zs = util_format_is_depth_or_stencil(tc->format); in sp_find_cached_tile_tex()
183 tc->depth_stencil = util_format_is_depth_or_stencil(ps->format); in sp_tile_cache_set_surface()
101 !util_format_is_depth_or_stencil(exa_priv->depth_stencil_tex->format)) in dri2_do_create_buffer()
191 if (util_format_is_depth_or_stencil(pt->format)) in nv50_miptree_init_layout_linear()
676 if (util_format_is_depth_or_stencil(res->format)) in nv50_blit_set_dst()877 blit->filter = util_format_is_depth_or_stencil(dst->format) ? 0 : 1; in nv50_resource_resolve()
492 util_format_is_depth_or_stencil(enum pipe_format format) in util_format_is_depth_or_stencil() function
998 if (util_format_is_depth_or_stencil(dst->format)) { in util_blitter_default_dst_texture()
1526 boolean is_depth = util_format_is_depth_or_stencil(psv->format); in util_gen_mipmap()
742 if (util_format_is_depth_or_stencil(res->format)) in nvc0_blit_set_dst()969 blit->filter = util_format_is_depth_or_stencil(dst->format) ? 0 : 1; in nvc0_resource_resolve()
344 if(util_format_is_depth_or_stencil(format)) in CheckFormatSupport()