Home
last modified time | relevance | path

Searched refs:fd5_pipe2depth (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_format.h38 enum a5xx_depth_format fd5_pipe2depth(enum pipe_format format);
Dfd5_screen.c99 (fd5_pipe2depth(format) != (enum a5xx_depth_format) ~0) && in fd5_screen_is_format_supported()
Dfd5_format.c371 fd5_pipe2depth(enum pipe_format format) in fd5_pipe2depth() function
Dfd5_gmem.c142 enum a5xx_depth_format fmt = fd5_pipe2depth(zsbuf->format); in emit_zs()