Searched refs:i965_blend_op (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di965_render.c69 static struct blendinfo i965_blend_op[] = { variable in typeref:struct:blendinfo[]
98 * Highest-valued BLENDFACTOR used in i965_blend_op.
123 *sblend = i965_blend_op[op].src_blend;
124 *dblend = i965_blend_op[op].dst_blend;
129 if (PICT_FORMAT_A(dst_format) == 0 && i965_blend_op[op].dst_alpha) {
141 && i965_blend_op[op].src_alpha) {
227 if (op >= sizeof(i965_blend_op) / sizeof(i965_blend_op[0]))
236 if (i965_blend_op[op].src_alpha &&
237 (i965_blend_op[o
[all...]
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Di965_render.c56 } i965_blend_op[] = { variable in typeref:typename:const struct blendinfo[]
86 * Highest-valued BLENDFACTOR used in i965_blend_op.
122 *sblend = i965_blend_op[op].src_blend;
123 *dblend = i965_blend_op[op].dst_blend;
128 if (PICT_FORMAT_A(dst_format) == 0 && i965_blend_op[op].dst_alpha) {
140 && i965_blend_op[op].src_alpha) {
189 if (op >= sizeof(i965_blend_op) / sizeof(i965_blend_op[0])) {
201 if (i965_blend_op[op].src_alpha &&
202 (i965_blend_op[o
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Di965_render.c56 } i965_blend_op[] = { variable in typeref:typename:const struct blendinfo[]
86 * Highest-valued BLENDFACTOR used in i965_blend_op.
122 *sblend = i965_blend_op[op].src_blend;
123 *dblend = i965_blend_op[op].dst_blend;
128 if (PICT_FORMAT_A(dst_format) == 0 && i965_blend_op[op].dst_alpha) {
140 && i965_blend_op[op].src_alpha) {
189 if (op >= sizeof(i965_blend_op) / sizeof(i965_blend_op[0])) {
201 if (i965_blend_op[op].src_alpha &&
202 (i965_blend_op[o
[all...]

Completed in 6 milliseconds