Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_util.c35 fd_pipe2depth(enum pipe_format format) in fd_pipe2depth() function
H A Dfreedreno_util.h53 enum adreno_rb_depth_format fd_pipe2depth(enum pipe_format format);
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_screen.c78 (fd_pipe2depth(format) != (enum adreno_rb_depth_format) ~0)) { in fd2_screen_is_format_supported()
H A Dfd2_gmem.c506 reg |= A2XX_RB_DEPTH_INFO_DEPTH_FORMAT(fd_pipe2depth(pfb->zsbuf->format));
517 depth_size = fd_pipe2depth(pfb->zsbuf->format) == 1 ? 4 : 2;
548 fd_pipe2depth(pfb->zsbuf->format));
H A Dfd2_draw.c458 depth_size = fd_pipe2depth(pfb->zsbuf->format) == DEPTHX_24_8;
579 switch (fd_pipe2depth(fb->zsbuf->format)) {
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_screen.c78 (fd_pipe2depth(format) != (enum adreno_rb_depth_format) ~0) && in fd3_screen_is_format_supported()
H A Dfd3_gmem.c1024 reg |= A3XX_RB_DEPTH_INFO_DEPTH_FORMAT(fd_pipe2depth(pfb->zsbuf->format));

Completed in 5 milliseconds