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

123456

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_gen_mipmap.c66 boolean is_zs = util_format_is_depth_or_stencil(format);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_gen_mipmap.c66 boolean is_zs = util_format_is_depth_or_stencil(format);
H A Du_tile.c371 if (util_format_is_depth_or_stencil(format))
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_blit.cpp67 if (util_format_is_depth_or_stencil(info->src.format) &&
188 if (util_format_is_depth_or_stencil(info->src.format) && !(info->mask & PIPE_MASK_ZS)) {
192 if (!util_format_is_depth_or_stencil(info->src.format)) {
203 (!util_format_is_depth_or_stencil(info->src.format) ||
335 (!util_format_is_depth_or_stencil(dst->base.format) &&
336 !util_format_is_depth_or_stencil(src->base.format) &&
354 (!util_format_is_depth_or_stencil(dst->base.format) &&
355 !util_format_is_depth_or_stencil(src->base.format))) &&
490 templ.bind = util_format_is_depth_or_stencil(templ.format) ? PIPE_BIND_DEPTH_STENCIL : PIPE_BIND_RENDER_TARGET;
579 if (!util_format_is_depth_or_stencil(inf
[all...]
H A Dd3d12_format.c307 return util_format_is_depth_or_stencil(fmt) ?
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_surface.c75 !util_format_is_depth_or_stencil(info.src.resource->format) &&
136 if (util_format_is_depth_or_stencil(surf_tmpl->format)) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_texture_desc.c352 if (util_format_is_depth_or_stencil(tex->b.b.format) &&
428 util_format_is_depth_or_stencil(tex->b.b.format)) {
472 boolean is_zb = util_format_is_depth_or_stencil(format);
584 !util_format_is_depth_or_stencil(tex->b.b.format) &&
H A Dr300_screen.c659 if (!util_format_is_depth_or_stencil(format) &&
668 if (!util_format_is_depth_or_stencil(format) &&
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_surface.c44 !util_format_is_depth_or_stencil(info->src.resource->format) &&
H A Dsp_tex_tile_cache.c208 boolean zs = util_format_is_depth_or_stencil(tc->format);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_blit.h89 return (util_format_is_depth_or_stencil(info->src.format) ||
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_blit.h89 return (util_format_is_depth_or_stencil(info->src.format) ||
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_texture_desc.c352 if (util_format_is_depth_or_stencil(tex->b.format) &&
428 util_format_is_depth_or_stencil(tex->b.format)) {
472 boolean is_zb = util_format_is_depth_or_stencil(format);
584 !util_format_is_depth_or_stencil(tex->b.format) &&
H A Dr300_screen.c581 if (!util_format_is_depth_or_stencil(format) &&
590 if (!util_format_is_depth_or_stencil(format) &&
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_surface.c44 !util_format_is_depth_or_stencil(info->src.resource->format) &&
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_formats.c168 if (util_format_is_depth_or_stencil(format))
184 util_format_is_depth_or_stencil(format))
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_blit.c406 if (!util_format_is_depth_or_stencil(info->src.resource->format) &&
411 if (util_format_is_depth_or_stencil(info->src.resource->format)) {
504 if (util_format_is_depth_or_stencil(info->src.format) ||
576 if (devinfo->ver <= 6 && util_format_is_depth_or_stencil(dst_pfmt))
814 if (devinfo->ver < 6 && util_format_is_depth_or_stencil(p_dst->format)) {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_eglimage.c115 if (util_format_is_depth_or_stencil(format)) {
/xsrc/external/mit/MesaLib/dist/src/freedreno/fdl/
H A Dfd6_layout.c124 if (layout->ubwc || util_format_is_depth_or_stencil(format))
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_blit.c402 if (util_format_is_depth_or_stencil(info->src.format) ||
439 if (util_format_is_depth_or_stencil(info->dst.format))
H A Diris_clear.c631 if (util_format_is_depth_or_stencil(p_res->format)) {
736 assert(util_format_is_depth_or_stencil(psurf->texture->format));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_surface.c191 if (util_format_is_depth_or_stencil(surf_tmpl->format)) {
415 if (util_format_is_depth_or_stencil(tex->format)) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_blit.c28 util_format_is_depth_or_stencil(info->dst.format) ||
128 if (util_format_is_depth_or_stencil(info->dst.format) &&
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_uniforms.c142 if (util_format_is_depth_or_stencil(texture->format)) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_uniforms.c142 if (util_format_is_depth_or_stencil(texture->format)) {

Completed in 23 milliseconds

123456