Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c123 unsigned sx_ps_downconvert = 0; in si_emit_cb_render_state() local
177 sx_ps_downconvert |= V_028754_SX_RT_EXPORT_8_8_8_8 << (i * 4); in si_emit_cb_render_state()
184 sx_ps_downconvert |= V_028754_SX_RT_EXPORT_5_6_5 << (i * 4); in si_emit_cb_render_state()
191 sx_ps_downconvert |= V_028754_SX_RT_EXPORT_1_5_5_5 << (i * 4); in si_emit_cb_render_state()
198 sx_ps_downconvert |= V_028754_SX_RT_EXPORT_4_4_4_4 << (i * 4); in si_emit_cb_render_state()
206 sx_ps_downconvert |= V_028754_SX_RT_EXPORT_32_R << (i * 4); in si_emit_cb_render_state()
209 sx_ps_downconvert |= V_028754_SX_RT_EXPORT_32_A << (i * 4); in si_emit_cb_render_state()
221 sx_ps_downconvert |= V_028754_SX_RT_EXPORT_16_16_GR << (i * 4); in si_emit_cb_render_state()
223 sx_ps_downconvert |= V_028754_SX_RT_EXPORT_16_16_AR << (i * 4); in si_emit_cb_render_state()
229 sx_ps_downconvert |= V_028754_SX_RT_EXPORT_10_11_11 << (i * 4); in si_emit_cb_render_state()
[all …]