Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_clear.c76 util_format_is_depth_and_stencil(zsbuf->texture->format) && in softpipe_clear()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_eglimage.c113 if (util_format_is_depth_and_stencil(format)) { in st_pipe_format_to_base_format()
Dst_cb_texture.c2177 util_format_is_depth_and_stencil(stImage->pt->format)) in fallback_copy_texsubimage()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_state_framebuffer.c105 util_format_is_depth_and_stencil(curr->zsbuf->format)) { in emit_fb_vgpu9()
166 util_format_is_depth_and_stencil(hw->zsbuf->format)) { in svga_reemit_framebuffer_bindings_vgpu9()
Dsvga_pipe_blit.c294 if (util_format_is_depth_and_stencil(blit_info->src.format) && in can_blit_via_svga_copy_region()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_dma.c165 assert(!util_format_is_depth_and_stencil(rtiled->resource.b.b.format)); in si_dma_copy_tile()
Dsi_blit.c353 if (util_format_is_depth_and_stencil(dst->resource.b.b.format)) in si_decompress_depth()
/external/virglrenderer/src/gallium/auxiliary/util/
Du_format.h358 util_format_is_depth_and_stencil(enum pipe_format format) in util_format_is_depth_and_stencil() function
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_draw.c567 util_format_is_depth_and_stencil(vc4->framebuffer.zsbuf->format)) { in vc4_clear()
/external/mesa3d/src/gallium/auxiliary/util/
Du_format.h547 util_format_is_depth_and_stencil(enum pipe_format format) in util_format_is_depth_and_stencil() function
Du_surface.c517 util_format_is_depth_and_stencil(format)) in util_clear_depth_stencil_texture()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup.c214 util_format_is_depth_and_stencil(setup->fb.zsbuf->format)) in begin_binning()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample_soa.c2250 if (util_format_is_depth_and_stencil(format_desc->format)) { in lp_build_clamp_border_color()
/external/mesa3d/src/gallium/state_trackers/nine/
Ddevice9.c1952 util_format_is_depth_and_stencil(zsbuf_surf->base.info.format)), in NineDevice9_Clear()