Searched refs:two_side (Results 1 – 11 of 11) sorted by relevance
81 boolean two_side; member
96 PRINT_UINT_MEMBER(two_side); in print_shader_info()
300 boolean two_side; member
842 key->ps.color_two_side = rctx->rasterizer && rctx->rasterizer->two_side; in r600_shader_selector_key()
480 rs->two_side = state->light_twoside; in r600_create_rs_state()
3500 shader->two_side = key.ps.color_two_side; in r600_shader_from_tgsi()3751 if (shader->two_side && ctx.colors_used) { in r600_shader_from_tgsi()3938 if (shader->two_side && ctx.colors_used) { in r600_shader_from_tgsi()
493 rs->two_side = state->light_twoside; in evergreen_create_rs_state()
86 unsigned two_side : 1; member
925 rs->two_side = state->light_twoside; in si_create_rs_state()1138 old_rs->flatshade != rs->flatshade || old_rs->two_side != rs->two_side || in si_bind_rs_state()
2052 key->part.ps.prolog.color_two_side = rs->two_side && sel->info.colors_read; in si_ps_key_update_rasterizer()
1060 sh_info().two_side = m_shaderio.two_sided(); in do_finalize()