Home
last modified time | relevance | path

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

123

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_surface.c75 !util_format_is_depth_or_stencil(info.src.resource->format) && in lp_blit()
136 if (util_format_is_depth_or_stencil(surf_tmpl->format)) { in llvmpipe_create_surface()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_texture_desc.c352 if (util_format_is_depth_or_stencil(tex->b.b.format) && in r300_setup_hyperz_properties()
428 util_format_is_depth_or_stencil(tex->b.b.format)) { in r300_setup_cmask_properties()
472 boolean is_zb = util_format_is_depth_or_stencil(format); in r300_setup_tiling()
584 !util_format_is_depth_or_stencil(tex->b.b.format) && in r300_texture_desc_init()
Dr300_screen.c630 if (!util_format_is_depth_or_stencil(format) && in r300_is_format_supported()
639 if (!util_format_is_depth_or_stencil(format) && in r300_is_format_supported()
Dr300_texture.c996 if (util_format_is_depth_or_stencil(surf->base.format)) { in r300_texture_setup_fb_state()
1127 util_format_is_depth_or_stencil(base->format) ? "depth" : "color"); in r300_texture_create_object()
1192 if (util_format_is_depth_or_stencil(base->format) && in r300_texture_from_handle()
Dr300_state_derived.c658 if (util_format_is_depth_or_stencil(format)) { in r300_get_border_color()
860 if (util_format_is_depth_or_stencil(view->base.format)) { in r300_merge_textures_and_samplers()
/external/mesa3d/src/gallium/auxiliary/util/
Du_gen_mipmap.c66 boolean is_zs = util_format_is_depth_or_stencil(format); in util_gen_mipmap()
Du_tests.c59 (util_format_is_depth_or_stencil(format) ? in util_create_texture2d()
Du_format.h533 util_format_is_depth_or_stencil(enum pipe_format format) in util_format_is_depth_or_stencil() function
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_surface.c44 !util_format_is_depth_or_stencil(info->src.resource->format) && in sp_blit()
Dsp_tex_tile_cache.c208 boolean zs = util_format_is_depth_or_stencil(tc->format); in sp_find_cached_tile_tex()
Dsp_tile_cache.c219 tc->depth_stencil = util_format_is_depth_or_stencil(ps->format); in sp_tile_cache_set_surface()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_blit.h88 return util_format_is_depth_or_stencil(info->src.format) ? 0 : 1; in nv50_blit_get_filter()
Dnv50_miptree.c245 if (util_format_is_depth_or_stencil(pt->format)) in nv50_miptree_init_layout_linear()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_surface.c302 if (util_format_is_depth_or_stencil(surf_tmpl->format)) { in svga_create_surface_view()
557 if (util_format_is_depth_or_stencil(s->base.format)) { in svga_validate_surface_view()
642 if (util_format_is_depth_or_stencil(s->base.format)) { in svga_surface_destroy()
Dsvga_pipe_clear.c300 if (util_format_is_depth_or_stencil(surface->format)) { in svga_clear_texture()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_eglimage.c112 if (util_format_is_depth_or_stencil(format)) { in st_pipe_format_to_base_format()
Dst_cb_readpixels.c281 if (util_format_is_depth_or_stencil(dst_format)) in blit_to_staging()
Dst_cb_fbo.c206 if (util_format_is_depth_or_stencil(format)) { in st_renderbuffer_alloc_storage()
/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_blit.c60 if (util_format_is_depth_or_stencil(info->dst.resource->format))
Dvc5_uniforms.c75 if (util_format_is_depth_or_stencil(texture->format)) {
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_blit.c59 if (util_format_is_depth_or_stencil(info->dst.resource->format)) in vc4_tile_blit()
Dvc4_uniforms.c141 if (util_format_is_depth_or_stencil(texture->format)) { in write_texture_border_color()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_miptree.c271 !util_format_is_depth_or_stencil(pt->format) && in nvc0_miptree_create()
/external/virglrenderer/src/gallium/auxiliary/util/
Du_format.h344 util_format_is_depth_or_stencil(enum pipe_format format) in util_format_is_depth_or_stencil() function
/external/virglrenderer/src/
Dvrend_formats.c341 if (util_format_is_depth_or_stencil(table[i].format)) { in vrend_add_formats()

123