Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_pbo.c202 if (addr->depth != 1 && st->pbo.use_gs && !st->pbo.gs) { in st_pbo_draw()
322 if (!st->pbo.use_gs) in st_pbo_create_vs()
330 if (st->pbo.use_gs) { in st_pbo_create_vs()
624 st->pbo.use_gs = true; in st_init_pbo_helpers()
Dst_context.h233 bool use_gs; member