Searched refs:spi_shader_col_format_blend (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_pipe.h372 unsigned spi_shader_col_format_blend:8; /* blending without alpha. */ member in struct:si_surface
643 unsigned spi_shader_col_format_blend; member in struct:si_framebuffer
H A Dsi_state.c2360 surf->spi_shader_col_format_blend = blend;
2854 sctx->framebuffer.spi_shader_col_format_blend = 0;
2886 sctx->framebuffer.spi_shader_col_format_blend |=
2887 surf->spi_shader_col_format_blend << (i * 4);
H A Dsi_state_shaders.c1559 sctx->framebuffer.spi_shader_col_format_blend) |
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_pipe.h433 unsigned spi_shader_col_format_blend : 8; /* blending without alpha. */ member in struct:si_surface
725 unsigned spi_shader_col_format_blend; member in struct:si_framebuffer
H A Dsi_state.c2368 surf->spi_shader_col_format_blend = formats.blend;
2854 sctx->framebuffer.spi_shader_col_format_blend = 0;
2885 sctx->framebuffer.spi_shader_col_format_blend |= surf->spi_shader_col_format_blend << (i * 4);
H A Dsi_state_shaders.c1986 sctx->framebuffer.spi_shader_col_format_blend) |

Completed in 74 milliseconds