Searched refs:max_rt (Results 1 – 15 of 15) sorted by relevance
82 for (unsigned i = 0; i <= cso->max_rt; i++) { in __fd6_setup_blend_variant()168 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()
273 blend.max_rt = num_buffers - 1; in clear_with_quad()
377 unsigned max_rt:3; /* index of max rt, Ie. # of cbufs minus 1 */ member
442 trace_dump_member(uint, state, max_rt); in trace_dump_blend_state()447 valid_entries = state->max_rt + 1; in trace_dump_blend_state()
102 max_rt
190 blend.max_rt = 3; /* Upper bound. Could be optimized to fb->nr_cbufs for example */ in nine_convert_blend_state()
607 util_dump_member(stream, uint, state, max_rt); in util_dump_blend_state()618 valid_entries = state->max_rt + 1; in util_dump_blend_state()
1501 blend.max_rt = i; in get_clear_blend_state()
373 for (int i = 0; i < blend_state->max_rt + 1; ++i) { in zink_create_blend_state()
4460 so->pan.rt_count = blend->max_rt + 1; in panfrost_create_blend_state()
465 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
4505 - zink: use max_rt to determine number of blend state attachments