Searched refs:vs_position_window_space (Results 1 – 6 of 6) sorted by relevance
95 boolean vs_position_window_space; member
110 PRINT_UINT_MEMBER(vs_position_window_space); in print_shader_info()
1559 current->shader.vs_position_window_space != rctx->clip_misc_state.clip_disable || in r600_update_clip_state()1564 rctx->clip_misc_state.clip_disable = current->shader.vs_position_window_space; in r600_update_clip_state()
2622 if (rshader->vs_position_window_space) { in r600_update_vs_state()
3630 if (rshader->vs_position_window_space) { in evergreen_update_vs_state()
3685 shader->vs_position_window_space = ctx.info.properties[TGSI_PROPERTY_VS_WINDOW_SPACE_POSITION]; in r600_shader_from_tgsi()