Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_tile_image.c144 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()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_eglimage.c51 if (util_format_is_depth_or_stencil(format)) { in st_pipe_format_to_base_format()
Dst_cb_fbo.c191 if (util_format_is_depth_or_stencil(format)) { in st_renderbuffer_alloc_storage()
Dst_cb_texture.c221 if (util_format_is_depth_or_stencil(format)) in default_bindings()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dr600_texture.c155 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()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_texture_desc.c356 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()
Dr300_texture.c892 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()
Dr300_state_derived.c613 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()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_tile_cache.c232 boolean zs = util_format_is_depth_or_stencil(tc->format); in sp_find_cached_tile_tex()
Dsp_tile_cache.c183 tc->depth_stencil = util_format_is_depth_or_stencil(ps->format); in sp_tile_cache_set_surface()
/external/mesa3d/src/gallium/state_trackers/xorg/
Dxorg_dri2.c101 !util_format_is_depth_or_stencil(exa_priv->depth_stencil_tex->format)) in dri2_do_create_buffer()
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_miptree.c191 if (util_format_is_depth_or_stencil(pt->format)) in nv50_miptree_init_layout_linear()
Dnv50_surface.c676 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()
/external/mesa3d/src/gallium/auxiliary/util/
Du_format.h492 util_format_is_depth_or_stencil(enum pipe_format format) in util_format_is_depth_or_stencil() function
Du_blitter.c998 if (util_format_is_depth_or_stencil(dst->format)) { in util_blitter_default_dst_texture()
Du_gen_mipmap.c1526 boolean is_depth = util_format_is_depth_or_stencil(psv->format); in util_gen_mipmap()
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_surface.c742 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()
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
Dd3d11_screen.h344 if(util_format_is_depth_or_stencil(format)) in CheckFormatSupport()