Home
last modified time | relevance | path

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

/external/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
/external/mesa3d/src/gallium/auxiliary/util/
Du_transfer_helper.c97 t.format = util_format_get_depth_only(format); in u_transfer_helper_resource_create()
/external/mesa3d/src/gallium/drivers/zink/
Dzink_resource.c543 format = util_format_get_depth_only(pres->format); in zink_transfer_map()
/external/mesa3d/src/util/format/
Du_format.h551 util_format_get_depth_only(enum pipe_format format) in util_format_get_depth_only() function
/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_job.c789 format = util_format_get_depth_only(format); in panfrost_load_surface()
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_gmem.c1015 pfmt = util_format_get_depth_only(pfb->zsbuf->format); in emit_clears()
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_execute.c1557 dst_format = util_format_get_depth_only(src_format); in handle_copy_image_to_buffer()
1638 src_format = util_format_get_depth_only(copycmd->dst->bo->format); in handle_copy_buffer_to_image()