Searched refs:sx_blend_opt_epsilon (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_state.c133 unsigned sx_blend_opt_epsilon = 0; local in function:si_emit_cb_render_state
187 sx_blend_opt_epsilon |= V_028758_8BIT_FORMAT << (i * 4);
194 sx_blend_opt_epsilon |= V_028758_6BIT_FORMAT << (i * 4);
201 sx_blend_opt_epsilon |= V_028758_5BIT_FORMAT << (i * 4);
208 sx_blend_opt_epsilon |= V_028758_4BIT_FORMAT << (i * 4);
239 sx_blend_opt_epsilon |= V_028758_11BIT_FORMAT << (i * 4);
246 sx_blend_opt_epsilon |= V_028758_10BIT_FORMAT << (i * 4);
255 sx_ps_downconvert, sx_blend_opt_epsilon,
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_cmd_buffer.c751 unsigned sx_blend_opt_epsilon = 0; local in function:radv_emit_rbplus_state
808 sx_blend_opt_epsilon |= V_028758_8BIT_FORMAT << (i * 4);
815 sx_blend_opt_epsilon |= V_028758_6BIT_FORMAT << (i * 4);
822 sx_blend_opt_epsilon |= V_028758_5BIT_FORMAT << (i * 4);
829 sx_blend_opt_epsilon |= V_028758_4BIT_FORMAT << (i * 4);
860 sx_blend_opt_epsilon |= V_028758_11BIT_FORMAT << (i * 4);
867 sx_blend_opt_epsilon |= V_028758_10BIT_FORMAT << (i * 4);
880 radeon_emit(cmd_buffer->cs, sx_blend_opt_epsilon);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_state.c129 unsigned sx_blend_opt_epsilon = 0; local in function:si_emit_cb_render_state
188 sx_blend_opt_epsilon |= V_028758_8BIT_FORMAT << (i * 4);
195 sx_blend_opt_epsilon |= V_028758_6BIT_FORMAT << (i * 4);
202 sx_blend_opt_epsilon |= V_028758_5BIT_FORMAT << (i * 4);
209 sx_blend_opt_epsilon |= V_028758_4BIT_FORMAT << (i * 4);
242 sx_blend_opt_epsilon |= V_028758_10BIT_FORMAT << (i * 4);
261 sx_ps_downconvert, sx_blend_opt_epsilon, sx_blend_opt_control);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.3.5.rst241 - radv: don't set sx_blend_opt_epsilon for V_028C70_COLOR_10_11_11
H A D21.0.0.rst2822 - radv: don't set sx_blend_opt_epsilon for V_028C70_COLOR_10_11_11
H A D21.1.0.rst4775 - radv: don't set sx_blend_opt_epsilon for V_028C70_COLOR_10_11_11
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_cmd_buffer.c1131 unsigned sx_blend_opt_epsilon = 0; local in function:radv_emit_rbplus_state
1195 sx_blend_opt_epsilon |= V_028758_8BIT_FORMAT << (i * 4);
1202 sx_blend_opt_epsilon |= V_028758_6BIT_FORMAT << (i * 4);
1209 sx_blend_opt_epsilon |= V_028758_5BIT_FORMAT << (i * 4);
1216 sx_blend_opt_epsilon |= V_028758_4BIT_FORMAT << (i * 4);
1249 sx_blend_opt_epsilon |= V_028758_10BIT_FORMAT << (i * 4);
1264 sx_blend_opt_epsilon == cmd_buffer->state.last_sx_blend_opt_epsilon &&
1270 radeon_emit(cmd_buffer->cs, sx_blend_opt_epsilon);
1276 cmd_buffer->state.last_sx_blend_opt_epsilon = sx_blend_opt_epsilon;

Completed in 43 milliseconds