Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.h106 uint8_t ps_conservative_z; member
Dr600_dump.c121 PRINT_UINT_MEMBER(ps_conservative_z); in print_shader_info()
Dr600_state.c1582 switch (a->ps_conservative_z) { in r600_emit_db_misc_state()
2800 uint8_t ps_conservative_z; in r600_update_db_shader_control() local
2812 ps_conservative_z = rctx->ps_shader->current->shader.ps_conservative_z; in r600_update_db_shader_control()
2828 ps_conservative_z != rctx->db_misc_state.ps_conservative_z) { in r600_update_db_shader_control()
2830 rctx->db_misc_state.ps_conservative_z = ps_conservative_z; in r600_update_db_shader_control()
Dr600_pipe.h147 uint8_t ps_conservative_z; member
Devergreen_state.c3434 switch (rshader->ps_conservative_z) { in evergreen_update_ps_state()
Dr600_shader.c3691 shader->ps_conservative_z = (uint8_t)ctx.info.properties[TGSI_PROPERTY_FS_DEPTH_LAYOUT]; in r600_shader_from_tgsi()