Home | History | Annotate | Download | only in r300

Lines Matching defs:dstRGB

59                                             unsigned dstRGB, unsigned dstA)
72 (dstRGB == PIPE_BLENDFACTOR_INV_SRC_ALPHA ||
73 dstRGB == PIPE_BLENDFACTOR_ONE) &&
80 unsigned dstRGB, unsigned dstA)
91 (dstRGB == PIPE_BLENDFACTOR_SRC_ALPHA ||
92 dstRGB == PIPE_BLENDFACTOR_ONE) &&
99 unsigned dstRGB, unsigned dstA)
108 (dstRGB == PIPE_BLENDFACTOR_INV_SRC_COLOR ||
109 dstRGB == PIPE_BLENDFACTOR_ONE) &&
114 unsigned dstRGB, unsigned dstA)
123 (dstRGB == PIPE_BLENDFACTOR_SRC_COLOR ||
124 dstRGB == PIPE_BLENDFACTOR_ONE) &&
129 unsigned dstRGB, unsigned dstA)
143 (dstRGB == PIPE_BLENDFACTOR_INV_SRC_COLOR ||
144 dstRGB == PIPE_BLENDFACTOR_INV_SRC_ALPHA ||
145 dstRGB == PIPE_BLENDFACTOR_ONE) &&
152 unsigned dstRGB, unsigned dstA)
164 (dstRGB == PIPE_BLENDFACTOR_SRC_COLOR ||
165 dstRGB == PIPE_BLENDFACTOR_SRC_ALPHA ||
166 dstRGB == PIPE_BLENDFACTOR_ONE) &&
241 unsigned dstRGB = state->rt[0].rgb_dst_factor;
252 ( r300_translate_blend_factor(dstRGB) << R300_DST_BLEND_SHIFT);
265 dstRGB != PIPE_BLENDFACTOR_ZERO ||
286 if ((dstRGB == PIPE_BLENDFACTOR_SRC_ALPHA ||
287 dstRGB == PIPE_BLENDFACTOR_ZERO) &&
299 if ((dstRGB == PIPE_BLENDFACTOR_INV_SRC_ALPHA ||
300 dstRGB == 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) {