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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_state_derived.c61 boolean texCoords[I915_TEX_UNITS], colors[2], fog, needW, face; local in function:calculate_vertex_layout
66 colors[0] = colors[1] = fog = needW = face = FALSE;
90 needW = TRUE;
108 if (needW) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_state_derived.c49 bool colors[2], fog, needW, face; local in function:calculate_vertex_layout
53 colors[0] = colors[1] = fog = needW = face = false;
72 needW = true;
86 if (needW) {

Completed in 2 milliseconds