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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Dintel_tris.c446 GLfloat psz[4], col[4], restore_psz, restore_alpha; local in function:intel_atten_point
452 restore_alpha = col[3];
466 if (restore_psz != psz[0] || restore_alpha != col[3]) {
473 col[3] = restore_alpha;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Dintel_tris.c446 GLfloat psz[4], col[4], restore_psz, restore_alpha; local in function:intel_atten_point
452 restore_alpha = col[3];
466 if (restore_psz != psz[0] || restore_alpha != col[3]) {
473 col[3] = restore_alpha;

Completed in 5 milliseconds