Searched refs:util_format_get_depth_only (Results 1 – 16 of 16) sorted by relevance
182 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()
110 - gallium: Fix util_format_get_depth_only
300 - gallium: Fix util_format_get_depth_only
2080 - gallium: Fix util_format_get_depth_only
816 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()
147 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()
341 return util_format_get_depth_only(format); in pipe_format_for_aspect()
1482 t.format = util_format_get_depth_only(format); in iris_resource_from_memobj_wrapper()
111 t.format = util_format_get_depth_only(format); in u_transfer_helper_resource_create()
363 return util_format_get_depth_only(format); in pipe_format_for_aspect()
592 util_format_get_depth_only(enum pipe_format format) in util_format_get_depth_only() function
769 enum pipe_format format = util_format_get_depth_only(data->format); in depth_bounds_test_quads()
1136 pfmt = util_format_get_depth_only(pfb->zsbuf->format); in emit_clears()
1930 format = util_format_get_depth_only(pres->format); in zink_image_map()
2383 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()
4289 util_format_get_depth_only(zsbuf_format) == PIPE_FORMAT_Z32_FLOAT); in make_variant_key()