Lines Matching refs:extra

6860                          const struct radv_graphics_pipeline_create_info *extra,
6866 if (extra->custom_blend_mode == V_028808_CB_ELIMINATE_FAST_CLEAR ||
6867 extra->custom_blend_mode == V_028808_CB_FMASK_DECOMPRESS ||
6868 extra->custom_blend_mode == V_028808_CB_DCC_DECOMPRESS_GFX8 ||
6869 extra->custom_blend_mode == V_028808_CB_DCC_DECOMPRESS_GFX11 ||
6870 extra->custom_blend_mode == V_028808_CB_RESOLVE) {
6876 if (extra->custom_blend_mode == V_028808_CB_RESOLVE)
6880 pipeline->cb_color_control |= S_028808_MODE(extra->custom_blend_mode);
6883 if (extra->use_rectlist) {
6895 ds_state->db_render_control |= S_028000_DEPTH_CLEAR_ENABLE(extra->db_depth_clear);
6896 ds_state->db_render_control |= S_028000_STENCIL_CLEAR_ENABLE(extra->db_stencil_clear);
6897 ds_state->db_render_control |= S_028000_RESUMMARIZE_ENABLE(extra->resummarize_enable);
6898 ds_state->db_render_control |= S_028000_DEPTH_COMPRESS_DISABLE(extra->depth_compress_disable);
6899 ds_state->db_render_control |= S_028000_STENCIL_COMPRESS_DISABLE(extra->stencil_compress_disable);
6917 const struct radv_graphics_pipeline_create_info *extra)
7037 if (extra) {
7038 radv_pipeline_init_extra(pipeline, extra, &blend, &ds_state, &info, &vgt_gs_out_prim_type);
7049 const struct radv_graphics_pipeline_create_info *extra,
7065 result = radv_graphics_pipeline_init(pipeline, device, cache, pCreateInfo, extra);
7081 const struct radv_graphics_pipeline_create_info *extra,
7136 return radv_graphics_pipeline_create_nonlegacy(_device, _cache, &create_info, extra, pAllocator,