Home
last modified time | relevance | path

Searched refs:cb_shader_mask (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/amd/common/
Dac_shader_util.c58 unsigned i, cb_shader_mask = 0; in ac_get_cb_shader_mask() local
65 cb_shader_mask |= 0x1 << (i * 4); in ac_get_cb_shader_mask()
68 cb_shader_mask |= 0x3 << (i * 4); in ac_get_cb_shader_mask()
71 cb_shader_mask |= 0x9u << (i * 4); in ac_get_cb_shader_mask()
79 cb_shader_mask |= 0xfu << (i * 4); in ac_get_cb_shader_mask()
85 return cb_shader_mask; in ac_get_cb_shader_mask()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.h946 unsigned cb_shader_mask; member
Dsi_state_shaders.cpp1818 shader->ctx_reg.ps.cb_shader_mask); in si_emit_shader_ps()
1826 unsigned spi_ps_in_control, spi_shader_col_format, cb_shader_mask; in si_shader_ps() local
1952 cb_shader_mask = ac_get_cb_shader_mask(shader->key.ps.part.epilog.spi_shader_col_format); in si_shader_ps()
2003 shader->ctx_reg.ps.cb_shader_mask = cb_shader_mask; in si_shader_ps()
/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline.c65 uint32_t cb_shader_mask; member
589 blend->cb_shader_mask = ac_get_cb_shader_mask(col_format); in radv_pipeline_compute_spi_color_formats()
5553 radeon_set_context_reg(ctx_cs, R_02823C_CB_SHADER_MASK, blend->cb_shader_mask); in radv_pipeline_emit_blend_state()
6874 blend_state->cb_shader_mask = 0xf; in radv_pipeline_init_extra()