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

/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_eglimage.c51 if (util_format_is_depth_or_stencil(format)) {
H A Dst_cb_fbo.c191 if (util_format_is_depth_or_stencil(format)) {
H A Dst_cb_texture.c221 if (util_format_is_depth_or_stencil(format))
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_tile_image.c144 if (util_format_is_depth_or_stencil(format)) {
234 if (util_format_is_depth_or_stencil(format)) {
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tex_tile_cache.c232 boolean zs = util_format_is_depth_or_stencil(tc->format);
H A Dsp_tile_cache.c183 tc->depth_stencil = util_format_is_depth_or_stencil(ps->format);
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_texture_desc.c356 if (util_format_is_depth_or_stencil(tex->b.b.format) &&
423 boolean is_zb = util_format_is_depth_or_stencil(format);
H A Dr300_state_derived.c613 if (util_format_is_depth_or_stencil(format)) {
815 if (util_format_is_depth_or_stencil(view->base.format)) {
H A Dr300_texture.c892 if (util_format_is_depth_or_stencil(surf->base.format)) {
1052 if (util_format_is_depth_or_stencil(base->format) &&
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dr600_texture.c155 if (util_format_is_depth_or_stencil(rtex->real_format)) {
186 if (util_format_is_depth_or_stencil(res->format))
492 if (util_format_is_depth_or_stencil(rtex->real_format) && permit_hardware_blit(screen, base))
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format.h492 util_format_is_depth_or_stencil(enum pipe_format format) function
H A Du_blitter.c998 if (util_format_is_depth_or_stencil(dst->format)) {
H A Du_gen_mipmap.c1526 boolean is_depth = util_format_is_depth_or_stencil(psv->format);
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_miptree.c191 if (util_format_is_depth_or_stencil(pt->format))
H A Dnv50_surface.c676 if (util_format_is_depth_or_stencil(res->format))
877 blit->filter = util_format_is_depth_or_stencil(dst->format) ? 0 : 1;
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_dri2.c101 !util_format_is_depth_or_stencil(exa_priv->depth_stencil_tex->format))
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_surface.c742 if (util_format_is_depth_or_stencil(res->format))
969 blit->filter = util_format_is_depth_or_stencil(dst->format) ? 0 : 1;
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_screen.h344 if(util_format_is_depth_or_stencil(format))

Completed in 619 milliseconds