Searched refs:GS_ON (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_state_draw.cpp | 2729 si_init_draw_vbo<GFX_VERSION, TESS_OFF, GS_ON, NGG_OFF>(sctx); 2731 si_init_draw_vbo<GFX_VERSION, TESS_ON, GS_ON, NGG_OFF>(sctx); 2733 si_init_draw_vbo<GFX_VERSION, TESS_OFF, GS_ON, NGG_ON>(sctx); 2735 si_init_draw_vbo<GFX_VERSION, TESS_ON, GS_ON, NGG_ON>(sctx);
|
H A D | si_pipe.h | 145 GS_ON, enumerator 1753 sctx->shader.gs.cso ? GS_ON : GS_OFF); in si_get_vs()
|
H A D | si_descriptors.c | 2113 sctx->shader.gs.cso ? GS_ON : GS_OFF, in si_shader_change_notify() 2120 sctx->shader.gs.cso ? GS_ON : GS_OFF, in si_shader_change_notify()
|
Completed in 13 milliseconds