Searched refs:max_rt (Results 1 – 12 of 12) sorted by relevance
81 for (unsigned i = 0; i <= cso->max_rt; i++) { in __fd6_setup_blend_variant()164 unsigned nr = cso->independent_blend_enable ? cso->max_rt : 0; in fd6_blend_state_create()
204 blend->max_rt = MAX2(1, num_cb) - 1; in st_update_blend()
283 blend.max_rt = num_buffers - 1; in clear_with_quad()
368 unsigned max_rt:3; /* index of max rt, Ie. # of cbufs minus 1 */ member
102 max_rt
189 blend.max_rt = 3; /* Upper bound. Could be optimized to fb->nr_cbufs for example */ in nine_convert_blend_state()
606 util_dump_member(stream, uint, state, max_rt); in util_dump_blend_state()617 valid_entries = state->max_rt + 1; in util_dump_blend_state()
1435 blend.max_rt = i; in get_clear_blend_state()
435 valid_entries = state->max_rt + 1; in trace_dump_blend_state()
448 unsigned num_shader_outputs = state->max_rt + 1; /* estimate */ in si_create_blend_state_mode()
3144 - radeonsi: use pipe_blend_state::max_rt to update fewer blend
826 - st/nine: Set correctly blend max_rt