Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_format.h40 enum a6xx_depth_format fd6_pipe2depth(enum pipe_format format);
Dfd6_screen.c111 (fd6_pipe2depth(format) != (enum a6xx_depth_format)~0) && in fd6_screen_is_format_supported()
Dfd6_format.c375 fd6_pipe2depth(enum pipe_format format) in fd6_pipe2depth() function
Dfd6_gmem.c174 enum a6xx_depth_format fmt = fd6_pipe2depth(zsbuf->format); in emit_zs()