Home | History | Annotate | Download | only in r300

Lines Matching refs:dstA

59                                             unsigned dstRGB, unsigned dstA)
74 (dstA == PIPE_BLENDFACTOR_INV_SRC_COLOR ||
75 dstA == PIPE_BLENDFACTOR_INV_SRC_ALPHA ||
76 dstA == PIPE_BLENDFACTOR_ONE);
80 unsigned dstRGB, unsigned dstA)
93 (dstA == PIPE_BLENDFACTOR_SRC_COLOR ||
94 dstA == PIPE_BLENDFACTOR_SRC_ALPHA ||
95 dstA == PIPE_BLENDFACTOR_ONE);
99 unsigned dstRGB, unsigned dstA)
110 (dstA == PIPE_BLENDFACTOR_ONE);
114 unsigned dstRGB, unsigned dstA)
125 (dstA == PIPE_BLENDFACTOR_ONE);
129 unsigned dstRGB, unsigned dstA)
146 (dstA == PIPE_BLENDFACTOR_INV_SRC_COLOR ||
147 dstA == PIPE_BLENDFACTOR_INV_SRC_ALPHA ||
148 dstA == PIPE_BLENDFACTOR_ONE);
152 unsigned dstRGB, unsigned dstA)
167 (dstA == PIPE_BLENDFACTOR_SRC_COLOR ||
168 dstA == PIPE_BLENDFACTOR_SRC_ALPHA ||
169 dstA == PIPE_BLENDFACTOR_ONE);
245 unsigned dstA = state->rt[0].alpha_dst_factor;
266 dstA != PIPE_BLENDFACTOR_ZERO ||
288 (dstA == PIPE_BLENDFACTOR_SRC_COLOR ||
289 dstA == PIPE_BLENDFACTOR_SRC_ALPHA ||
290 dstA == PIPE_BLENDFACTOR_ZERO) &&
301 (dstA == PIPE_BLENDFACTOR_INV_SRC_COLOR ||
302 dstA == PIPE_BLENDFACTOR_INV_SRC_ALPHA ||
303 dstA == PIPE_BLENDFACTOR_ZERO) &&
337 if (blend_discard_if_src_alpha_0(srcRGB, srcA, dstRGB, dstA)) {
340 dstRGB, dstA)) {
343 dstRGB, dstA)) {
346 dstRGB, dstA)) {
349 dstRGB, dstA)) {
353 dstRGB, dstA)) {
360 if (srcA != srcRGB || dstA != dstRGB || eqA != eqRGB) {
365 (r300_translate_blend_factor(dstA) << R300_DST_BLEND_SHIFT);