Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/xa/
Dxa_composite.c52 static const struct xa_composite_blend xa_blends[] = { variable
110 sizeof(xa_blends)/sizeof(struct xa_composite_blend); in blend_for_op()
123 *blend = xa_blends[XA_BLEND_OP_OVER]; in blend_for_op()
126 if (xa_blends[i].op == op) { in blend_for_op()
127 *blend = xa_blends[i]; in blend_for_op()