Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state.c134 unsigned sx_ps_downconvert = 0; in si_emit_cb_render_state() local
149 sx_ps_downconvert |= V_028754_SX_RT_EXPORT_32_R << (i * 4); in si_emit_cb_render_state()
195 sx_ps_downconvert |= V_028754_SX_RT_EXPORT_8_8_8_8 << (i * 4); in si_emit_cb_render_state()
202 sx_ps_downconvert |= V_028754_SX_RT_EXPORT_5_6_5 << (i * 4); in si_emit_cb_render_state()
209 sx_ps_downconvert |= V_028754_SX_RT_EXPORT_1_5_5_5 << (i * 4); in si_emit_cb_render_state()
216 sx_ps_downconvert |= V_028754_SX_RT_EXPORT_4_4_4_4 << (i * 4); in si_emit_cb_render_state()
223 sx_ps_downconvert |= V_028754_SX_RT_EXPORT_32_R << (i * 4); in si_emit_cb_render_state()
225 sx_ps_downconvert |= V_028754_SX_RT_EXPORT_32_A << (i * 4); in si_emit_cb_render_state()
236 sx_ps_downconvert |= V_028754_SX_RT_EXPORT_16_16_GR << (i * 4); in si_emit_cb_render_state()
238 sx_ps_downconvert | in si_emit_cb_render_state()
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_cmd_buffer.c1330 unsigned sx_ps_downconvert = 0; in radv_emit_rbplus_state() local
1340 sx_ps_downconvert |= V_028754_SX_RT_EXPORT_32_R << (i * 4); in radv_emit_rbplus_state()
1401 sx_ps_downconvert |= V_028754_SX_RT_EXPORT_8_8_8_8 << (i * 4); in radv_emit_rbplus_state()
1408 sx_ps_downconvert |= V_028754_SX_RT_EXPORT_5_6_5 << (i * 4); in radv_emit_rbplus_state()
1415 sx_ps_downconvert |= V_028754_SX_RT_EXPORT_1_5_5_5 << (i * 4); in radv_emit_rbplus_state()
1422 sx_ps_downconvert |= V_028754_SX_RT_EXPORT_4_4_4_4 << (i * 4); in radv_emit_rbplus_state()
1429 sx_ps_downconvert |= V_028754_SX_RT_EXPORT_32_R << (i * 4); in radv_emit_rbplus_state()
1431 sx_ps_downconvert |= V_028754_SX_RT_EXPORT_32_A << (i * 4); in radv_emit_rbplus_state()
1442 sx_ps_downconvert |= V_028754_SX_RT_EXPORT_16_16_GR << (i * 4); in radv_emit_rbplus_state()
1444 sx_ps_downconvert | in radv_emit_rbplus_state()
[all...]

Completed in 11 milliseconds