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

/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dgen7_render.c306 #define GEN7_BLENDFACTOR_COUNT (GEN7_BLENDFACTOR_INV_DST_ALPHA + 1) macro
312 (((s) * GEN7_BLENDFACTOR_COUNT + (d)) * GEN7_BLEND_STATE_PADDED_SIZE))
1734 GEN7_BLENDFACTOR_COUNT * GEN7_BLENDFACTOR_COUNT * GEN7_BLEND_STATE_PADDED_SIZE,
1738 for (src = 0; src < GEN7_BLENDFACTOR_COUNT; src++) {
1739 for (dst= 0; dst < GEN7_BLENDFACTOR_COUNT; dst++) {
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dgen7_render.c269 #define GEN7_BLENDFACTOR_COUNT (GEN7_BLENDFACTOR_INV_DST_ALPHA + 1) macro
275 (((s) * GEN7_BLENDFACTOR_COUNT + (d)) * GEN7_BLEND_STATE_PADDED_SIZE))
1697 GEN7_BLENDFACTOR_COUNT * GEN7_BLENDFACTOR_COUNT * GEN7_BLEND_STATE_PADDED_SIZE,
1701 for (src = 0; src < GEN7_BLENDFACTOR_COUNT; src++) {
1702 for (dst= 0; dst < GEN7_BLENDFACTOR_COUNT; dst++) {

Completed in 10 milliseconds