Home
last modified time | relevance | path

Searched refs:util_get_depth_format_mrd (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_surface.c95 lp->mrd = util_get_depth_format_mrd(depth_desc); in llvmpipe_set_framebuffer_state()
/external/virglrenderer/src/gallium/auxiliary/util/
Du_format.c247 util_get_depth_format_mrd(const struct util_format_description *desc) in util_get_depth_format_mrd() function
Du_format.h395 util_get_depth_format_mrd(const struct util_format_description *desc);
/external/mesa3d/src/util/format/
Du_format.h604 util_get_depth_format_mrd(const struct util_format_description *desc);
Du_format.c298 util_get_depth_format_mrd(const struct util_format_description *desc) in util_get_depth_format_mrd() function
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_context.c266 draw->mrd = util_get_depth_format_mrd(desc); in draw_set_zs_format()