Searched refs:depth_base (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_gmem.c516 uint32_t color_base = 0, depth_base = gmem->zsbuf_base[0]; local in function:fd2_emit_tile_init
524 depth_base = size / 2;
529 color_base = depth_base;
530 depth_base = depth_base + size / 2;
551 patch->cs[5] = A2XX_RB_DEPTH_INFO_DEPTH_BASE(depth_base) |
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_gmem.c521 uint32_t color_base = 0, depth_base = gmem->zsbuf_base[0]; local in function:fd2_emit_tile_init
529 depth_base = size / 2;
534 color_base = depth_base;
535 depth_base = depth_base + size / 2;
558 patch->cs[5] = A2XX_RB_DEPTH_INFO_DEPTH_BASE(depth_base) |

Completed in 4 milliseconds