Searched refs:gs_tri_strip_adj_fix (Results 1 – 6 of 6) sorted by relevance
105 boolean gs_tri_strip_adj_fix; member
120 PRINT_UINT_MEMBER(gs_tri_strip_adj_fix); in print_shader_info()
836 key->gs.tri_strip_adj_fix = rctx->gs_tri_strip_adj_fix; in r600_shader_selector_key()2154 bool gs_tri_strip_adj_fix = in r600_draw_vbo() local2158 if (gs_tri_strip_adj_fix != rctx->gs_tri_strip_adj_fix) in r600_draw_vbo()2159 rctx->gs_tri_strip_adj_fix = gs_tri_strip_adj_fix; in r600_draw_vbo()
582 bool gs_tri_strip_adj_fix; member
3484 shader->gs_tri_strip_adj_fix = key.gs.tri_strip_adj_fix; in r600_shader_from_tgsi()3652 if (ctx.shader->gs_tri_strip_adj_fix) { in r600_shader_from_tgsi()3904 if (ctx.shader->gs_tri_strip_adj_fix) { in r600_shader_from_tgsi()
2133 bool gs_tri_strip_adj_fix = in si_draw() local2136 if (gs_tri_strip_adj_fix != sctx->shader.gs.key.part.gs.prolog.tri_strip_adj_fix) { in si_draw()2137 sctx->shader.gs.key.part.gs.prolog.tri_strip_adj_fix = gs_tri_strip_adj_fix; in si_draw()