Home
last modified time | relevance | path

Searched refs:exports_ps (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_draw.c102 unsigned i, exports_ps, num_cout, spi_ps_in_control, db_shader_control; in si_pipe_shader_ps() local
142 exports_ps = 0; in si_pipe_shader_ps()
147 exports_ps |= 1; in si_pipe_shader_ps()
155 if (!exports_ps) { in si_pipe_shader_ps()
157 exports_ps = 2; in si_pipe_shader_ps()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_state.c2466 …unsigned i, exports_ps, num_cout, spi_ps_in_control_0, spi_input_z, spi_ps_in_control_1, db_shader… in r600_pipe_shader_ps() local
2519 exports_ps = 0; in r600_pipe_shader_ps()
2523 exports_ps |= 1; in r600_pipe_shader_ps()
2527 exports_ps |= S_028854_EXPORT_COLORS(num_cout); in r600_pipe_shader_ps()
2528 if (!exports_ps) { in r600_pipe_shader_ps()
2530 exports_ps = 2; in r600_pipe_shader_ps()
2570 exports_ps); in r600_pipe_shader_ps()
Devergreen_state.c2972 …unsigned i, exports_ps, num_cout, spi_ps_in_control_0, spi_input_z, spi_ps_in_control_1, db_shader… in evergreen_pipe_shader_ps() local
3036 exports_ps = 0; in evergreen_pipe_shader_ps()
3040 exports_ps |= 1; in evergreen_pipe_shader_ps()
3045 exports_ps |= S_02884C_EXPORT_COLORS(num_cout); in evergreen_pipe_shader_ps()
3046 if (!exports_ps) { in evergreen_pipe_shader_ps()
3048 exports_ps = 2; in evergreen_pipe_shader_ps()
3106 exports_ps); in evergreen_pipe_shader_ps()