Home
last modified time | relevance | path

Searched refs:vs_position_window_space (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.h91 boolean vs_position_window_space; member
Dr600_state_common.c1519 current->shader.vs_position_window_space != rctx->clip_misc_state.clip_disable || in r600_update_clip_state()
1524 rctx->clip_misc_state.clip_disable = current->shader.vs_position_window_space; in r600_update_clip_state()
Dr600_state.c2617 if (rshader->vs_position_window_space) { in r600_update_vs_state()
Devergreen_state.c3545 if (rshader->vs_position_window_space) { in evergreen_update_vs_state()
Dr600_shader.c3354 shader->vs_position_window_space = ctx.info.properties[TGSI_PROPERTY_VS_WINDOW_SPACE_POSITION]; in r600_shader_from_tgsi()