Home
last modified time | relevance | path

Searched refs:gs_tri_strip_adj_fix (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.h105 boolean gs_tri_strip_adj_fix; member
Dr600_dump.c120 PRINT_UINT_MEMBER(gs_tri_strip_adj_fix); in print_shader_info()
Dr600_state_common.c811 key->gs.tri_strip_adj_fix = rctx->gs_tri_strip_adj_fix; in r600_shader_selector_key()
2108 bool gs_tri_strip_adj_fix = in r600_draw_vbo() local
2112 if (gs_tri_strip_adj_fix != rctx->gs_tri_strip_adj_fix) in r600_draw_vbo()
2113 rctx->gs_tri_strip_adj_fix = gs_tri_strip_adj_fix; in r600_draw_vbo()
Dr600_pipe.h579 bool gs_tri_strip_adj_fix; member
Dr600_shader.c3479 shader->gs_tri_strip_adj_fix = key.gs.tri_strip_adj_fix; in r600_shader_from_tgsi()
3647 if (ctx.shader->gs_tri_strip_adj_fix) { in r600_shader_from_tgsi()
3899 if (ctx.shader->gs_tri_strip_adj_fix) { in r600_shader_from_tgsi()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_draw.c1861 bool gs_tri_strip_adj_fix = in si_multi_draw_vbo() local
1864 if (gs_tri_strip_adj_fix != sctx->gs_tri_strip_adj_fix) { in si_multi_draw_vbo()
1865 sctx->gs_tri_strip_adj_fix = gs_tri_strip_adj_fix; in si_multi_draw_vbo()
Dsi_pipe.h1113 bool gs_tri_strip_adj_fix : 1; member
Dsi_state_shaders.c1937 key->part.gs.prolog.tri_strip_adj_fix = sctx->gs_tri_strip_adj_fix; in si_shader_selector_key()