Searched refs:gs_tri_strip_adj_fix (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_shader.h104 boolean gs_tri_strip_adj_fix; member in struct:r600_shader
H A Dr600_state_common.c806 key->gs.tri_strip_adj_fix = rctx->gs_tri_strip_adj_fix;
2080 bool gs_tri_strip_adj_fix = local in function:r600_draw_vbo
2084 if (gs_tri_strip_adj_fix != rctx->gs_tri_strip_adj_fix)
2085 rctx->gs_tri_strip_adj_fix = gs_tri_strip_adj_fix;
H A Dr600_pipe.h577 bool gs_tri_strip_adj_fix; member in struct:r600_context
H A Dr600_shader.c3395 shader->gs_tri_strip_adj_fix = key.gs.tri_strip_adj_fix;
3563 if (ctx.shader->gs_tri_strip_adj_fix) {
3815 if (ctx.shader->gs_tri_strip_adj_fix) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_shader.h105 boolean gs_tri_strip_adj_fix; member in struct:r600_shader
H A Dr600_dump.c120 PRINT_UINT_MEMBER(gs_tri_strip_adj_fix);
H A Dr600_state_common.c836 key->gs.tri_strip_adj_fix = rctx->gs_tri_strip_adj_fix;
2154 bool gs_tri_strip_adj_fix = local in function:r600_draw_vbo
2158 if (gs_tri_strip_adj_fix != rctx->gs_tri_strip_adj_fix)
2159 rctx->gs_tri_strip_adj_fix = gs_tri_strip_adj_fix;
H A Dr600_pipe.h582 bool gs_tri_strip_adj_fix; member in struct:r600_context
H A Dr600_shader.c3484 shader->gs_tri_strip_adj_fix = key.gs.tri_strip_adj_fix;
3652 if (ctx.shader->gs_tri_strip_adj_fix) {
3904 if (ctx.shader->gs_tri_strip_adj_fix) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_draw.c1356 bool gs_tri_strip_adj_fix = local in function:si_draw_vbo
1361 if (gs_tri_strip_adj_fix != sctx->gs_tri_strip_adj_fix) {
1362 sctx->gs_tri_strip_adj_fix = gs_tri_strip_adj_fix;
H A Dsi_pipe.h965 bool gs_tri_strip_adj_fix:1; member in struct:si_context
H A Dsi_state_shaders.c1541 key->part.gs.prolog.tri_strip_adj_fix = sctx->gs_tri_strip_adj_fix;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_draw.cpp2135 bool gs_tri_strip_adj_fix = local in function:si_draw
2138 if (gs_tri_strip_adj_fix != sctx->shader.gs.key.part.gs.prolog.tri_strip_adj_fix) {
2139 sctx->shader.gs.key.part.gs.prolog.tri_strip_adj_fix = gs_tri_strip_adj_fix;

Completed in 113 milliseconds