Searched refs:gs_tri_strip_adj_fix (Results 1 – 7 of 7) sorted by relevance
101 boolean gs_tri_strip_adj_fix; member
799 key->gs.tri_strip_adj_fix = rctx->gs_tri_strip_adj_fix; in r600_shader_selector_key()1961 bool gs_tri_strip_adj_fix = in r600_draw_vbo() local1965 if (gs_tri_strip_adj_fix != rctx->gs_tri_strip_adj_fix) in r600_draw_vbo()1966 rctx->gs_tri_strip_adj_fix = gs_tri_strip_adj_fix; in r600_draw_vbo()
568 bool gs_tri_strip_adj_fix; member
3158 shader->gs_tri_strip_adj_fix = key.gs.tri_strip_adj_fix; in r600_shader_from_tgsi()3313 if (ctx.shader->gs_tri_strip_adj_fix) { in r600_shader_from_tgsi()3504 if (ctx.shader->gs_tri_strip_adj_fix) { in r600_shader_from_tgsi()
1315 bool gs_tri_strip_adj_fix = in si_draw_vbo() local1320 if (gs_tri_strip_adj_fix != sctx->gs_tri_strip_adj_fix) { in si_draw_vbo()1321 sctx->gs_tri_strip_adj_fix = gs_tri_strip_adj_fix; in si_draw_vbo()
545 bool gs_tri_strip_adj_fix:1; member
1302 key->part.gs.prolog.tri_strip_adj_fix = sctx->gs_tri_strip_adj_fix; in si_shader_selector_key()