Home
last modified time | relevance | path

Searched refs:fd_pipe2depth (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_draw.c173 switch (fd_pipe2depth(fb->zsbuf->format)) { in fd2_clear()
195 switch (fd_pipe2depth(fb->zsbuf->format)) { in fd2_clear()
Dfd2_screen.c88 (fd_pipe2depth(format) != (enum adreno_rb_depth_format)~0)) { in fd2_screen_is_format_supported()
Dfd2_gmem.c357 reg |= A2XX_RB_DEPTH_INFO_DEPTH_FORMAT(fd_pipe2depth(pfb->zsbuf->format)); in fd2_emit_tile_init()
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_screen.c80 (fd_pipe2depth(format) != (enum adreno_rb_depth_format)~0) && in fd3_screen_is_format_supported()
Dfd3_gmem.c998 reg |= A3XX_RB_DEPTH_INFO_DEPTH_FORMAT(fd_pipe2depth(pfb->zsbuf->format)); in fd3_emit_tile_renderprep()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_util.c37 fd_pipe2depth(enum pipe_format format) in fd_pipe2depth() function
Dfreedreno_util.h47 enum adreno_rb_depth_format fd_pipe2depth(enum pipe_format format);