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.c54 unsigned i, cb_shader_mask = 0; in ac_get_cb_shader_mask() local
61 cb_shader_mask |= 0x1 << (i * 4); in ac_get_cb_shader_mask()
64 cb_shader_mask |= 0x3 << (i * 4); in ac_get_cb_shader_mask()
67 cb_shader_mask |= 0x9u << (i * 4); in ac_get_cb_shader_mask()
75 cb_shader_mask |= 0xfu << (i * 4); in ac_get_cb_shader_mask()
81 return cb_shader_mask; in ac_get_cb_shader_mask()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.h872 unsigned cb_shader_mask; member
Dsi_state_shaders.c1607 shader->ctx_reg.ps.cb_shader_mask); in si_emit_shader_ps()
1615 unsigned spi_ps_in_control, spi_shader_col_format, cb_shader_mask; in si_shader_ps() local
1688 cb_shader_mask = ac_get_cb_shader_mask(shader->key.part.ps.epilog.spi_shader_col_format); in si_shader_ps()
1726 shader->ctx_reg.ps.cb_shader_mask = cb_shader_mask; in si_shader_ps()
/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline.c62 uint32_t cb_shader_mask; member
527 blend->cb_shader_mask = ac_get_cb_shader_mask(col_format); in radv_pipeline_compute_spi_color_formats()
4305 radeon_set_context_reg(ctx_cs, R_02823C_CB_SHADER_MASK, blend->cb_shader_mask); in radv_pipeline_generate_blend_state()
5558 blend.cb_shader_mask = 0xf; in radv_pipeline_init()