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

/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dgen6_render.c210 #define GEN6_BLENDFACTOR_COUNT (GEN6_BLENDFACTOR_INV_DST_ALPHA + 1) macro
215 (((s) * GEN6_BLENDFACTOR_COUNT + (d)) * GEN6_BLEND_STATE_PADDED_SIZE)
1532 GEN6_BLENDFACTOR_COUNT * GEN6_BLENDFACTOR_COUNT * GEN6_BLEND_STATE_PADDED_SIZE,
1536 for (src = 0; src < GEN6_BLENDFACTOR_COUNT; src++) {
1537 for (dst= 0; dst < GEN6_BLENDFACTOR_COUNT; dst++) {
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dgen6_render.c176 #define GEN6_BLENDFACTOR_COUNT (GEN6_BLENDFACTOR_INV_DST_ALPHA + 1) macro
181 (((s) * GEN6_BLENDFACTOR_COUNT + (d)) * GEN6_BLEND_STATE_PADDED_SIZE)
1498 GEN6_BLENDFACTOR_COUNT * GEN6_BLENDFACTOR_COUNT * GEN6_BLEND_STATE_PADDED_SIZE,
1502 for (src = 0; src < GEN6_BLENDFACTOR_COUNT; src++) {
1503 for (dst= 0; dst < GEN6_BLENDFACTOR_COUNT; dst++) {

Completed in 9 milliseconds