Searched refs:srcRGBX (Results 1 – 1 of 1) sorted by relevance
359 unsigned srcRGBX = srcRGB; in r300_create_blend_state() local366 switch (srcRGBX) { in r300_create_blend_state()368 srcRGBX = PIPE_BLENDFACTOR_ONE; in r300_create_blend_state()371 srcRGBX = PIPE_BLENDFACTOR_ZERO; in r300_create_blend_state()397 ( r300_translate_blend_factor(srcRGBX) << R300_SRC_BLEND_SHIFT) | in r300_create_blend_state()414 srcRGBX, srcA, r300screen->caps.is_r500); in r300_create_blend_state()416 srcRGBX, srcA, FALSE); in r300_create_blend_state()423 srcRGBX, srcA); in r300_create_blend_state()436 if (srcA != srcRGBX || dstA != dstRGBX || eqA != eqRGB) { in r300_create_blend_state()