Searched refs:blend_discard_conditionally (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_state.c172 static unsigned blend_discard_conditionally(unsigned eqRGB, unsigned eqA, function in typeref:typename:unsigned
424 blend_control |= blend_discard_conditionally(eqRGB, eqA, dstRGB, dstA,
426 blend_control_noalpha |= blend_discard_conditionally(eqRGB, eqA, dstRGBX, dstA,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_state.c173 static unsigned blend_discard_conditionally(unsigned eqRGB, unsigned eqA, function in typeref:typename:unsigned
418 blend_control |= blend_discard_conditionally(eqRGB, eqA, dstRGB, dstA,
420 blend_control_noalpha |= blend_discard_conditionally(eqRGB, eqA, dstRGBX, dstA,

Completed in 10 milliseconds