Home
last modified time | relevance | path

Searched refs:util_format_get_depth_only (Results 1 – 16 of 16) sorted by relevance

/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_meta_blit.c182 info.src.planes[0].format = util_format_get_depth_only(info.src.planes[0].format); in panvk_per_arch()
187 info.dst.planes[0].format = util_format_get_depth_only(info.dst.planes[0].format); in panvk_per_arch()
/third_party/mesa3d/docs/relnotes/
D19.1.7.rst110 - gallium: Fix util_format_get_depth_only
D19.2.0.rst300 - gallium: Fix util_format_get_depth_only
D19.3.0.rst2080 - gallium: Fix util_format_get_depth_only
/third_party/mesa3d/src/panfrost/lib/
Dpan_blitter.c816 enum pipe_format fmt = util_format_get_depth_only(view->format); in pan_preload_get_views()
991 enum pipe_format fmt = util_format_get_depth_only(view->format); in pan_preload_emit_textures()
1495 sviews[0].format = util_format_get_depth_only(sviews[0].format); in GENX()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_blit.cpp147 if (util_format_get_depth_only(src) == dst || in formats_are_copy_compatible()
148 util_format_get_depth_only(dst) == src) in formats_are_copy_compatible()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_blit.c341 return util_format_get_depth_only(format); in pipe_format_for_aspect()
Diris_resource.c1482 t.format = util_format_get_depth_only(format); in iris_resource_from_memobj_wrapper()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_transfer_helper.c111 t.format = util_format_get_depth_only(format); in u_transfer_helper_resource_create()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_blit.c363 return util_format_get_depth_only(format); in pipe_format_for_aspect()
/third_party/mesa3d/src/util/format/
Du_format.h592 util_format_get_depth_only(enum pipe_format format) in util_format_get_depth_only() function
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_depth_test.c769 enum pipe_format format = util_format_get_depth_only(data->format); in depth_bounds_test_quads()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_gmem.c1136 pfmt = util_format_get_depth_only(pfb->zsbuf->format); in emit_clears()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_resource.c1930 format = util_format_get_depth_only(pres->format); in zink_image_map()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_execute.c2383 dst_format = util_format_get_depth_only(src_format); in handle_copy_image_to_buffer2()
2459 src_format = util_format_get_depth_only(dst_image->bo->format); in handle_copy_buffer_to_image()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c4289 util_format_get_depth_only(zsbuf_format) == PIPE_FORMAT_Z32_FLOAT); in make_variant_key()