Searched defs:si_ps_epilog_bits (Results 1 – 1 of 1) sorted by relevance
649 struct si_ps_epilog_bits { struct650 unsigned spi_shader_col_format;651 unsigned color_is_int8 : 8;652 unsigned color_is_int10 : 8;653 unsigned last_cbuf : 3;654 unsigned alpha_func : 3;655 unsigned alpha_to_one : 1;656 unsigned alpha_to_coverage_via_mrtz : 1; /* gfx11+ */657 unsigned clamp_color : 1;658 unsigned dual_src_blend_swizzle : 1; /* gfx11+ */[all …]