Home
last modified time | relevance | path

Searched refs:srcRGBX (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/
Dr300_state.c363 unsigned srcRGBX = srcRGB; in r300_create_blend_state() local
370 switch (srcRGBX) { in r300_create_blend_state()
372 srcRGBX = PIPE_BLENDFACTOR_ONE; in r300_create_blend_state()
375 srcRGBX = PIPE_BLENDFACTOR_ZERO; in r300_create_blend_state()
401 ( r300_translate_blend_factor(srcRGBX) << R300_SRC_BLEND_SHIFT) | in r300_create_blend_state()
418 srcRGBX, srcA, r300screen->caps.is_r500); in r300_create_blend_state()
420 srcRGBX, srcA, FALSE); in r300_create_blend_state()
427 srcRGBX, srcA); in r300_create_blend_state()
440 if (srcA != srcRGBX || dstA != dstRGBX || eqA != eqRGB) { in r300_create_blend_state()