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

/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dgen8_render.c211 #define GEN8_BLENDFACTOR_COUNT (BLENDFACTOR_INV_DST_ALPHA + 1) macro
216 ((d != BLENDFACTOR_ZERO) << 15 | ((s) * GEN8_BLENDFACTOR_COUNT + (d)) << 4)
319 COMPILE_TIME_ASSERT(BLENDFACTOR_INV_DST_ALPHA*GEN8_BLENDFACTOR_COUNT + BLENDFACTOR_INV_DST_ALPHA <= 0x7ff);
935 blend / GEN8_BLENDFACTOR_COUNT,
936 blend % GEN8_BLENDFACTOR_COUNT));
938 assert(blend < GEN8_BLENDFACTOR_COUNT * GEN8_BLENDFACTOR_COUNT);
939 assert(blend / GEN8_BLENDFACTOR_COUNT > 0);
940 assert(blend % GEN8_BLENDFACTOR_COUNT > 0);
948 uint32_t src = blend / GEN8_BLENDFACTOR_COUNT;
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dgen8_render.c172 #define GEN8_BLENDFACTOR_COUNT (BLENDFACTOR_INV_DST_ALPHA + 1) macro
177 ((d != BLENDFACTOR_ZERO) << 15 | ((s) * GEN8_BLENDFACTOR_COUNT + (d)) << 4)
253 COMPILE_TIME_ASSERT(BLENDFACTOR_INV_DST_ALPHA*GEN8_BLENDFACTOR_COUNT + BLENDFACTOR_INV_DST_ALPHA <= 0x7ff);
869 blend / GEN8_BLENDFACTOR_COUNT,
870 blend % GEN8_BLENDFACTOR_COUNT));
872 assert(blend < GEN8_BLENDFACTOR_COUNT * GEN8_BLENDFACTOR_COUNT);
873 assert(blend / GEN8_BLENDFACTOR_COUNT > 0);
874 assert(blend % GEN8_BLENDFACTOR_COUNT > 0);
882 uint32_t src = blend / GEN8_BLENDFACTOR_COUNT;
[all...]

Completed in 5 milliseconds