Home | History | Annotate | Download | only in state_tracker

Lines Matching refs:rt

156  * Figure out if colormasks are different per rt.
172 * Figure out if blend enables/state are different per rt.
212 blend->rt[i].blend_enable = (ctx->Color.BlendEnabled >> i) & 0x1;
217 blend->rt[i].rgb_func =
223 blend->rt[i].rgb_src_factor = PIPE_BLENDFACTOR_ONE;
224 blend->rt[i].rgb_dst_factor = PIPE_BLENDFACTOR_ONE;
227 blend->rt[i].rgb_src_factor =
229 blend->rt[i].rgb_dst_factor =
233 blend->rt[i].alpha_func =
239 blend->rt[i].alpha_src_factor = PIPE_BLENDFACTOR_ONE;
240 blend->rt[i].alpha_dst_factor = PIPE_BLENDFACTOR_ONE;
243 blend->rt[i].alpha_src_factor =
245 blend->rt[i].alpha_dst_factor =
257 blend->rt[i].colormask |= PIPE_MASK_R;
259 blend->rt[i].colormask |= PIPE_MASK_G;
261 blend->rt[i].colormask |= PIPE_MASK_B;
263 blend->rt[i].colormask |= PIPE_MASK_A;