Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.h100 boolean gs_tri_strip_adj_fix; member
H A Dr600_dump.c115 PRINT_UINT_MEMBER(gs_tri_strip_adj_fix); in print_shader_info()
H A Dr600_state_common.c840 key->gs.tri_strip_adj_fix = rctx->gs_tri_strip_adj_fix; in r600_shader_selector_key()
2220 bool gs_tri_strip_adj_fix = in r600_draw_vbo() local
2224 if (gs_tri_strip_adj_fix != rctx->gs_tri_strip_adj_fix) in r600_draw_vbo()
2225 rctx->gs_tri_strip_adj_fix = gs_tri_strip_adj_fix; in r600_draw_vbo()
H A Dr600_pipe.h581 bool gs_tri_strip_adj_fix; member
H A Dr600_shader.c3498 shader->gs_tri_strip_adj_fix = key.gs.tri_strip_adj_fix; in r600_shader_from_tgsi()
3665 if (ctx.shader->gs_tri_strip_adj_fix) { in r600_shader_from_tgsi()
3914 if (ctx.shader->gs_tri_strip_adj_fix) { in r600_shader_from_tgsi()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader.h693 unsigned gs_tri_strip_adj_fix : 1; /* GS only */
H A Dsi_state_draw.cpp2264 bool gs_tri_strip_adj_fix =
2267 if (gs_tri_strip_adj_fix != sctx->shader.gs.key.ge.mono.u.gs_tri_strip_adj_fix) {
2268 sctx->shader.gs.key.ge.mono.u.gs_tri_strip_adj_fix = gs_tri_strip_adj_fix;
H A Dsi_shader.c1272 fprintf(f, " mono.u.gs_tri_strip_adj_fix = %u\n", key->ge.mono.u.gs_tri_strip_adj_fix); in si_dump_shader_key()
1557 sel->screen->info.gfx_level, key->ge.mono.u.gs_tri_strip_adj_fix); in si_lower_io_to_mem()

Completed in 32 milliseconds