Home
last modified time | relevance | path

Searched refs:sx_blend_opt_epsilon (Results 1 – 25 of 52) sorted by relevance

123

/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/amd/vulkan/
H A Dradv_cmd_buffer.c1073 unsigned sx_blend_opt_epsilon = 0; in radv_emit_rbplus_state() local
1134 sx_blend_opt_epsilon |= V_028758_8BIT_FORMAT << (i * 4); in radv_emit_rbplus_state()
1141 sx_blend_opt_epsilon |= V_028758_6BIT_FORMAT << (i * 4); in radv_emit_rbplus_state()
1148 sx_blend_opt_epsilon |= V_028758_5BIT_FORMAT << (i * 4); in radv_emit_rbplus_state()
1155 sx_blend_opt_epsilon |= V_028758_4BIT_FORMAT << (i * 4); in radv_emit_rbplus_state()
1186 sx_blend_opt_epsilon |= V_028758_11BIT_FORMAT << (i * 4); in radv_emit_rbplus_state()
1193 sx_blend_opt_epsilon |= V_028758_10BIT_FORMAT << (i * 4); in radv_emit_rbplus_state()
1204 sx_blend_opt_epsilon == cmd_buffer->state.last_sx_blend_opt_epsilon && in radv_emit_rbplus_state()
1210 radeon_emit(cmd_buffer->cs, sx_blend_opt_epsilon); in radv_emit_rbplus_state()
1216 cmd_buffer->state.last_sx_blend_opt_epsilon = sx_blend_opt_epsilon; in radv_emit_rbplus_state()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/radeonsi/
H A Dsi_state.c124 unsigned sx_blend_opt_epsilon = 0; in si_emit_cb_render_state() local
183 sx_blend_opt_epsilon |= V_028758_8BIT_FORMAT << (i * 4); in si_emit_cb_render_state()
190 sx_blend_opt_epsilon |= V_028758_6BIT_FORMAT << (i * 4); in si_emit_cb_render_state()
197 sx_blend_opt_epsilon |= V_028758_5BIT_FORMAT << (i * 4); in si_emit_cb_render_state()
204 sx_blend_opt_epsilon |= V_028758_4BIT_FORMAT << (i * 4); in si_emit_cb_render_state()
237 sx_blend_opt_epsilon |= V_028758_10BIT_FORMAT << (i * 4); in si_emit_cb_render_state()
256 sx_ps_downconvert, sx_blend_opt_epsilon, sx_blend_opt_control); in si_emit_cb_render_state()
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/radeonsi/
H A Dsi_state.c129 unsigned sx_blend_opt_epsilon = 0; in si_emit_cb_render_state() local
188 sx_blend_opt_epsilon |= V_028758_8BIT_FORMAT << (i * 4); in si_emit_cb_render_state()
195 sx_blend_opt_epsilon |= V_028758_6BIT_FORMAT << (i * 4); in si_emit_cb_render_state()
202 sx_blend_opt_epsilon |= V_028758_5BIT_FORMAT << (i * 4); in si_emit_cb_render_state()
209 sx_blend_opt_epsilon |= V_028758_4BIT_FORMAT << (i * 4); in si_emit_cb_render_state()
242 sx_blend_opt_epsilon |= V_028758_10BIT_FORMAT << (i * 4); in si_emit_cb_render_state()
261 sx_ps_downconvert, sx_blend_opt_epsilon, sx_blend_opt_control); in si_emit_cb_render_state()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/radeonsi/
H A Dsi_state.c129 unsigned sx_blend_opt_epsilon = 0; in si_emit_cb_render_state() local
188 sx_blend_opt_epsilon |= V_028758_8BIT_FORMAT << (i * 4); in si_emit_cb_render_state()
195 sx_blend_opt_epsilon |= V_028758_6BIT_FORMAT << (i * 4); in si_emit_cb_render_state()
202 sx_blend_opt_epsilon |= V_028758_5BIT_FORMAT << (i * 4); in si_emit_cb_render_state()
209 sx_blend_opt_epsilon |= V_028758_4BIT_FORMAT << (i * 4); in si_emit_cb_render_state()
242 sx_blend_opt_epsilon |= V_028758_10BIT_FORMAT << (i * 4); in si_emit_cb_render_state()
261 sx_ps_downconvert, sx_blend_opt_epsilon, sx_blend_opt_control); in si_emit_cb_render_state()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/radeonsi/
H A Dsi_state.c129 unsigned sx_blend_opt_epsilon = 0; in si_emit_cb_render_state() local
188 sx_blend_opt_epsilon |= V_028758_8BIT_FORMAT << (i * 4); in si_emit_cb_render_state()
195 sx_blend_opt_epsilon |= V_028758_6BIT_FORMAT << (i * 4); in si_emit_cb_render_state()
202 sx_blend_opt_epsilon |= V_028758_5BIT_FORMAT << (i * 4); in si_emit_cb_render_state()
209 sx_blend_opt_epsilon |= V_028758_4BIT_FORMAT << (i * 4); in si_emit_cb_render_state()
242 sx_blend_opt_epsilon |= V_028758_10BIT_FORMAT << (i * 4); in si_emit_cb_render_state()
261 sx_ps_downconvert, sx_blend_opt_epsilon, sx_blend_opt_control); in si_emit_cb_render_state()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/radeonsi/
H A Dsi_state.c129 unsigned sx_blend_opt_epsilon = 0; in si_emit_cb_render_state() local
188 sx_blend_opt_epsilon |= V_028758_8BIT_FORMAT << (i * 4); in si_emit_cb_render_state()
195 sx_blend_opt_epsilon |= V_028758_6BIT_FORMAT << (i * 4); in si_emit_cb_render_state()
202 sx_blend_opt_epsilon |= V_028758_5BIT_FORMAT << (i * 4); in si_emit_cb_render_state()
209 sx_blend_opt_epsilon |= V_028758_4BIT_FORMAT << (i * 4); in si_emit_cb_render_state()
242 sx_blend_opt_epsilon |= V_028758_10BIT_FORMAT << (i * 4); in si_emit_cb_render_state()
261 sx_ps_downconvert, sx_blend_opt_epsilon, sx_blend_opt_control); in si_emit_cb_render_state()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/radeonsi/
H A Dsi_state.c129 unsigned sx_blend_opt_epsilon = 0; in si_emit_cb_render_state() local
188 sx_blend_opt_epsilon |= V_028758_8BIT_FORMAT << (i * 4); in si_emit_cb_render_state()
195 sx_blend_opt_epsilon |= V_028758_6BIT_FORMAT << (i * 4); in si_emit_cb_render_state()
202 sx_blend_opt_epsilon |= V_028758_5BIT_FORMAT << (i * 4); in si_emit_cb_render_state()
209 sx_blend_opt_epsilon |= V_028758_4BIT_FORMAT << (i * 4); in si_emit_cb_render_state()
242 sx_blend_opt_epsilon |= V_028758_10BIT_FORMAT << (i * 4); in si_emit_cb_render_state()
261 sx_ps_downconvert, sx_blend_opt_epsilon, sx_blend_opt_control); in si_emit_cb_render_state()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/radeonsi/
H A Dsi_state.c129 unsigned sx_blend_opt_epsilon = 0; in si_emit_cb_render_state() local
188 sx_blend_opt_epsilon |= V_028758_8BIT_FORMAT << (i * 4); in si_emit_cb_render_state()
195 sx_blend_opt_epsilon |= V_028758_6BIT_FORMAT << (i * 4); in si_emit_cb_render_state()
202 sx_blend_opt_epsilon |= V_028758_5BIT_FORMAT << (i * 4); in si_emit_cb_render_state()
209 sx_blend_opt_epsilon |= V_028758_4BIT_FORMAT << (i * 4); in si_emit_cb_render_state()
242 sx_blend_opt_epsilon |= V_028758_10BIT_FORMAT << (i * 4); in si_emit_cb_render_state()
261 sx_ps_downconvert, sx_blend_opt_epsilon, sx_blend_opt_control); in si_emit_cb_render_state()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/radeonsi/
H A Dsi_state.c129 unsigned sx_blend_opt_epsilon = 0; in si_emit_cb_render_state() local
188 sx_blend_opt_epsilon |= V_028758_8BIT_FORMAT << (i * 4); in si_emit_cb_render_state()
195 sx_blend_opt_epsilon |= V_028758_6BIT_FORMAT << (i * 4); in si_emit_cb_render_state()
202 sx_blend_opt_epsilon |= V_028758_5BIT_FORMAT << (i * 4); in si_emit_cb_render_state()
209 sx_blend_opt_epsilon |= V_028758_4BIT_FORMAT << (i * 4); in si_emit_cb_render_state()
242 sx_blend_opt_epsilon |= V_028758_10BIT_FORMAT << (i * 4); in si_emit_cb_render_state()
261 sx_ps_downconvert, sx_blend_opt_epsilon, sx_blend_opt_control); in si_emit_cb_render_state()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/radeonsi/
H A Dsi_state.c129 unsigned sx_blend_opt_epsilon = 0; in si_emit_cb_render_state() local
188 sx_blend_opt_epsilon |= V_028758_8BIT_FORMAT << (i * 4); in si_emit_cb_render_state()
195 sx_blend_opt_epsilon |= V_028758_6BIT_FORMAT << (i * 4); in si_emit_cb_render_state()
202 sx_blend_opt_epsilon |= V_028758_5BIT_FORMAT << (i * 4); in si_emit_cb_render_state()
209 sx_blend_opt_epsilon |= V_028758_4BIT_FORMAT << (i * 4); in si_emit_cb_render_state()
242 sx_blend_opt_epsilon |= V_028758_10BIT_FORMAT << (i * 4); in si_emit_cb_render_state()
261 sx_ps_downconvert, sx_blend_opt_epsilon, sx_blend_opt_control); in si_emit_cb_render_state()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/radeonsi/
H A Dsi_state.c129 unsigned sx_blend_opt_epsilon = 0; in si_emit_cb_render_state() local
188 sx_blend_opt_epsilon |= V_028758_8BIT_FORMAT << (i * 4); in si_emit_cb_render_state()
195 sx_blend_opt_epsilon |= V_028758_6BIT_FORMAT << (i * 4); in si_emit_cb_render_state()
202 sx_blend_opt_epsilon |= V_028758_5BIT_FORMAT << (i * 4); in si_emit_cb_render_state()
209 sx_blend_opt_epsilon |= V_028758_4BIT_FORMAT << (i * 4); in si_emit_cb_render_state()
242 sx_blend_opt_epsilon |= V_028758_10BIT_FORMAT << (i * 4); in si_emit_cb_render_state()
261 sx_ps_downconvert, sx_blend_opt_epsilon, sx_blend_opt_control); in si_emit_cb_render_state()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/radeonsi/
H A Dsi_state.c129 unsigned sx_blend_opt_epsilon = 0; in si_emit_cb_render_state() local
188 sx_blend_opt_epsilon |= V_028758_8BIT_FORMAT << (i * 4); in si_emit_cb_render_state()
195 sx_blend_opt_epsilon |= V_028758_6BIT_FORMAT << (i * 4); in si_emit_cb_render_state()
202 sx_blend_opt_epsilon |= V_028758_5BIT_FORMAT << (i * 4); in si_emit_cb_render_state()
209 sx_blend_opt_epsilon |= V_028758_4BIT_FORMAT << (i * 4); in si_emit_cb_render_state()
242 sx_blend_opt_epsilon |= V_028758_10BIT_FORMAT << (i * 4); in si_emit_cb_render_state()
261 sx_ps_downconvert, sx_blend_opt_epsilon, sx_blend_opt_control); in si_emit_cb_render_state()
/dports/lang/clover/mesa-21.3.6/docs/relnotes/
H A D20.3.5.rst241 - radv: don't set sx_blend_opt_epsilon for V_028C70_COLOR_10_11_11
/dports/graphics/libosmesa-gallium/mesa-21.3.6/docs/relnotes/
H A D20.3.5.rst241 - radv: don't set sx_blend_opt_epsilon for V_028C70_COLOR_10_11_11
/dports/graphics/libosmesa/mesa-21.3.6/docs/relnotes/
H A D20.3.5.rst241 - radv: don't set sx_blend_opt_epsilon for V_028C70_COLOR_10_11_11
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/docs/relnotes/
H A D20.3.5.rst241 - radv: don't set sx_blend_opt_epsilon for V_028C70_COLOR_10_11_11
/dports/graphics/mesa-libs/mesa-21.3.6/docs/relnotes/
H A D20.3.5.rst241 - radv: don't set sx_blend_opt_epsilon for V_028C70_COLOR_10_11_11
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/docs/relnotes/
H A D20.3.5.rst241 - radv: don't set sx_blend_opt_epsilon for V_028C70_COLOR_10_11_11
/dports/graphics/mesa-gallium-va/mesa-21.3.6/docs/relnotes/
H A D20.3.5.rst241 - radv: don't set sx_blend_opt_epsilon for V_028C70_COLOR_10_11_11
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/docs/relnotes/
H A D20.3.5.rst241 - radv: don't set sx_blend_opt_epsilon for V_028C70_COLOR_10_11_11
/dports/graphics/mesa-dri/mesa-21.3.6/docs/relnotes/
H A D20.3.5.rst241 - radv: don't set sx_blend_opt_epsilon for V_028C70_COLOR_10_11_11
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/docs/relnotes/
H A D20.3.5.rst241 - radv: don't set sx_blend_opt_epsilon for V_028C70_COLOR_10_11_11
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/amd/vulkan/
H A Dradv_cmd_buffer.c1131 unsigned sx_blend_opt_epsilon = 0; in radv_emit_rbplus_state() local
1195 sx_blend_opt_epsilon |= V_028758_8BIT_FORMAT << (i * 4); in radv_emit_rbplus_state()
1202 sx_blend_opt_epsilon |= V_028758_6BIT_FORMAT << (i * 4); in radv_emit_rbplus_state()
1209 sx_blend_opt_epsilon |= V_028758_5BIT_FORMAT << (i * 4); in radv_emit_rbplus_state()
1216 sx_blend_opt_epsilon |= V_028758_4BIT_FORMAT << (i * 4); in radv_emit_rbplus_state()
1249 sx_blend_opt_epsilon |= V_028758_10BIT_FORMAT << (i * 4); in radv_emit_rbplus_state()
1264 sx_blend_opt_epsilon == cmd_buffer->state.last_sx_blend_opt_epsilon && in radv_emit_rbplus_state()
1270 radeon_emit(cmd_buffer->cs, sx_blend_opt_epsilon); in radv_emit_rbplus_state()
1276 cmd_buffer->state.last_sx_blend_opt_epsilon = sx_blend_opt_epsilon; in radv_emit_rbplus_state()
/dports/graphics/libosmesa/mesa-21.3.6/src/amd/vulkan/
H A Dradv_cmd_buffer.c1131 unsigned sx_blend_opt_epsilon = 0; in radv_emit_rbplus_state() local
1195 sx_blend_opt_epsilon |= V_028758_8BIT_FORMAT << (i * 4); in radv_emit_rbplus_state()
1202 sx_blend_opt_epsilon |= V_028758_6BIT_FORMAT << (i * 4); in radv_emit_rbplus_state()
1209 sx_blend_opt_epsilon |= V_028758_5BIT_FORMAT << (i * 4); in radv_emit_rbplus_state()
1216 sx_blend_opt_epsilon |= V_028758_4BIT_FORMAT << (i * 4); in radv_emit_rbplus_state()
1249 sx_blend_opt_epsilon |= V_028758_10BIT_FORMAT << (i * 4); in radv_emit_rbplus_state()
1264 sx_blend_opt_epsilon == cmd_buffer->state.last_sx_blend_opt_epsilon && in radv_emit_rbplus_state()
1270 radeon_emit(cmd_buffer->cs, sx_blend_opt_epsilon); in radv_emit_rbplus_state()
1276 cmd_buffer->state.last_sx_blend_opt_epsilon = sx_blend_opt_epsilon; in radv_emit_rbplus_state()
/dports/graphics/mesa-libs/mesa-21.3.6/src/amd/vulkan/
H A Dradv_cmd_buffer.c1131 unsigned sx_blend_opt_epsilon = 0; in radv_emit_rbplus_state() local
1195 sx_blend_opt_epsilon |= V_028758_8BIT_FORMAT << (i * 4); in radv_emit_rbplus_state()
1202 sx_blend_opt_epsilon |= V_028758_6BIT_FORMAT << (i * 4); in radv_emit_rbplus_state()
1209 sx_blend_opt_epsilon |= V_028758_5BIT_FORMAT << (i * 4); in radv_emit_rbplus_state()
1216 sx_blend_opt_epsilon |= V_028758_4BIT_FORMAT << (i * 4); in radv_emit_rbplus_state()
1249 sx_blend_opt_epsilon |= V_028758_10BIT_FORMAT << (i * 4); in radv_emit_rbplus_state()
1264 sx_blend_opt_epsilon == cmd_buffer->state.last_sx_blend_opt_epsilon && in radv_emit_rbplus_state()
1270 radeon_emit(cmd_buffer->cs, sx_blend_opt_epsilon); in radv_emit_rbplus_state()
1276 cmd_buffer->state.last_sx_blend_opt_epsilon = sx_blend_opt_epsilon; in radv_emit_rbplus_state()

123