Searched refs:util_format_get_depth_only (Results 1 - 19 of 19) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_vX_image.c112 view->pview.format = util_format_get_depth_only(view->pview.format);
H A Dpanvk_vX_meta_blit.c193 info.src.planes[0].format = util_format_get_depth_only(info.src.planes[0].format);
198 info.dst.planes[0].format = util_format_get_depth_only(info.dst.planes[0].format);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.1.7.rst110 - gallium: Fix util_format_get_depth_only
H A D19.2.0.rst300 - gallium: Fix util_format_get_depth_only
H A D19.3.0.rst2080 - gallium: Fix util_format_get_depth_only
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_blitter.c740 enum pipe_format fmt = util_format_get_depth_only(view->format);
928 enum pipe_format fmt = util_format_get_depth_only(view->format);
1337 sviews[0].format = util_format_get_depth_only(sviews[0].format);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_format.h580 util_format_get_depth_only(enum pipe_format format) function in typeref:enum:pipe_format
H A Du_transfer_helper.c97 t.format = util_format_get_depth_only(format);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_transfer_helper.c97 t.format = util_format_get_depth_only(format);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_blit.c334 return util_format_get_depth_only(format);
H A Diris_resource.c1345 t.format = util_format_get_depth_only(format);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_blit.cpp145 if (util_format_get_depth_only(src) == dst ||
146 util_format_get_depth_only(dst) == src)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_blit.c363 return util_format_get_depth_only(format);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test.c769 enum pipe_format format = util_format_get_depth_only(data->format);
/xsrc/external/mit/MesaLib/dist/src/util/format/
H A Du_format.h590 util_format_get_depth_only(enum pipe_format format) function in typeref:enum:pipe_format
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_gmem.c898 pfmt = util_format_get_depth_only(pfb->zsbuf->format);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_gmem.c1120 pfmt = util_format_get_depth_only(pfb->zsbuf->format);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_resource.c1354 format = util_format_get_depth_only(pres->format);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_execute.c2166 dst_format = util_format_get_depth_only(src_format);
2248 src_format = util_format_get_depth_only(dst_image->bo->format);

Completed in 56 milliseconds