Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_format.h41 enum a4xx_depth_format fd4_pipe2depth(enum pipe_format format);
Dfd4_screen.c79 (fd4_pipe2depth(format) != (enum a4xx_depth_format)~0) && in fd4_screen_is_format_supported()
Dfd4_gmem.c720 A4XX_RB_DEPTH_INFO_DEPTH_FORMAT(fd4_pipe2depth(pfb->zsbuf->format))); in fd4_emit_tile_prep()
747 fd4_pipe2depth(pfb->zsbuf->format))); in fd4_emit_tile_prep()
Dfd4_format.c398 fd4_pipe2depth(enum pipe_format format) in fd4_pipe2depth() function