Home
last modified time | relevance | path

Searched refs:clip_disable (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.h458 unsigned clip_disable:1; member
Dsi_state_shaders.c870 key->opt.hw_vs.clip_disable = in si_shader_selector_key_hw_vs()
2387 bool old_clip_disable = old_vs ? old_vs->key.opt.hw_vs.clip_disable : false; in si_update_shaders()
2474 if (old_clip_disable != si_get_vs_state(sctx)->key.opt.hw_vs.clip_disable) in si_update_shaders()
Dsi_shader.c2495 if (shader->key.opt.hw_vs.clip_disable) { in si_llvm_export_vs()
2502 if (shader->key.opt.hw_vs.clip_disable) in si_llvm_export_vs()
6709 fprintf(f, " opt.hw_vs.clip_disable = %u\n", key->opt.hw_vs.clip_disable); in si_dump_shader_key()
Dsi_state.c674 if (vs->key.opt.hw_vs.clip_disable) { in si_emit_clip_regs()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe.h145 boolean clip_disable; /* from vertex shader */ member
Dr600_state_common.c1367 current->shader.vs_position_window_space != rctx->clip_misc_state.clip_disable || in r600_update_clip_state()
1371 rctx->clip_misc_state.clip_disable = current->shader.vs_position_window_space; in r600_update_clip_state()
1654 S_028810_CLIP_DISABLE(state->clip_disable)); in r600_emit_clip_misc_state()