Home
last modified time | relevance | path

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

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