Home
last modified time | relevance | path

Searched refs:color_base (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_gmem.c511 uint32_t color_base = 0, depth_base = gmem->zsbuf_base[0]; in fd2_emit_tile_init() local
524 color_base = depth_base; in fd2_emit_tile_init()
544 patch->cs[4] = A2XX_RB_COLOR_INFO_BASE(color_base) | in fd2_emit_tile_init()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_lowering.c42 unsigned color_base; /* base register for chosen COLOR/BCOLOR's */ member
1261 ctx->color_base = tmpbase + ctx->numtmp; in emit_decls()
1313 src->Index = ctx->color_base + j; in rename_color_inputs()