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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_state.c128 unsigned sx_ps_downconvert = 0; local in function:si_emit_cb_render_state
143 sx_ps_downconvert |= V_028754_SX_RT_EXPORT_32_R << (i * 4);
187 sx_ps_downconvert |= V_028754_SX_RT_EXPORT_8_8_8_8 << (i * 4);
194 sx_ps_downconvert |= V_028754_SX_RT_EXPORT_5_6_5 << (i * 4);
201 sx_ps_downconvert |= V_028754_SX_RT_EXPORT_1_5_5_5 << (i * 4);
208 sx_ps_downconvert |= V_028754_SX_RT_EXPORT_4_4_4_4 << (i * 4);
215 sx_ps_downconvert |= V_028754_SX_RT_EXPORT_32_R << (i * 4);
217 sx_ps_downconvert |= V_028754_SX_RT_EXPORT_32_A << (i * 4);
228 sx_ps_downconvert |= V_028754_SX_RT_EXPORT_16_16_GR << (i * 4);
230 sx_ps_downconvert |
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_state.c132 unsigned sx_ps_downconvert = 0; local in function:si_emit_cb_render_state
186 sx_ps_downconvert |= V_028754_SX_RT_EXPORT_8_8_8_8 << (i * 4);
193 sx_ps_downconvert |= V_028754_SX_RT_EXPORT_5_6_5 << (i * 4);
200 sx_ps_downconvert |= V_028754_SX_RT_EXPORT_1_5_5_5 << (i * 4);
207 sx_ps_downconvert |= V_028754_SX_RT_EXPORT_4_4_4_4 << (i * 4);
215 sx_ps_downconvert |= V_028754_SX_RT_EXPORT_32_R << (i * 4);
218 sx_ps_downconvert |= V_028754_SX_RT_EXPORT_32_A << (i * 4);
230 sx_ps_downconvert |= V_028754_SX_RT_EXPORT_16_16_GR << (i * 4);
232 sx_ps_downconvert |= V_028754_SX_RT_EXPORT_16_16_AR << (i * 4);
238 sx_ps_downconvert |
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_cmd_buffer.c750 unsigned sx_ps_downconvert = 0; local in function:radv_emit_rbplus_state
807 sx_ps_downconvert |= V_028754_SX_RT_EXPORT_8_8_8_8 << (i * 4);
814 sx_ps_downconvert |= V_028754_SX_RT_EXPORT_5_6_5 << (i * 4);
821 sx_ps_downconvert |= V_028754_SX_RT_EXPORT_1_5_5_5 << (i * 4);
828 sx_ps_downconvert |= V_028754_SX_RT_EXPORT_4_4_4_4 << (i * 4);
836 sx_ps_downconvert |= V_028754_SX_RT_EXPORT_32_R << (i * 4);
839 sx_ps_downconvert |= V_028754_SX_RT_EXPORT_32_A << (i * 4);
851 sx_ps_downconvert |= V_028754_SX_RT_EXPORT_16_16_GR << (i * 4);
853 sx_ps_downconvert |= V_028754_SX_RT_EXPORT_16_16_AR << (i * 4);
859 sx_ps_downconvert |
[all...]
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_cmd_buffer.c1130 unsigned sx_ps_downconvert = 0; local in function:radv_emit_rbplus_state
1141 sx_ps_downconvert |= V_028754_SX_RT_EXPORT_32_R << (i * 4);
1194 sx_ps_downconvert |= V_028754_SX_RT_EXPORT_8_8_8_8 << (i * 4);
1201 sx_ps_downconvert |= V_028754_SX_RT_EXPORT_5_6_5 << (i * 4);
1208 sx_ps_downconvert |= V_028754_SX_RT_EXPORT_1_5_5_5 << (i * 4);
1215 sx_ps_downconvert |= V_028754_SX_RT_EXPORT_4_4_4_4 << (i * 4);
1222 sx_ps_downconvert |= V_028754_SX_RT_EXPORT_32_R << (i * 4);
1224 sx_ps_downconvert |= V_028754_SX_RT_EXPORT_32_A << (i * 4);
1235 sx_ps_downconvert |= V_028754_SX_RT_EXPORT_16_16_GR << (i * 4);
1237 sx_ps_downconvert |
[all...]

Completed in 15 milliseconds