Searched refs:needW (Results 1 – 2 of 2) sorted by relevance
62 boolean texCoords[I915_TEX_UNITS], colors[2], fog, needW, face; in calculate_vertex_layout() local67 colors[0] = colors[1] = fog = needW = face = FALSE; in calculate_vertex_layout()91 needW = TRUE; in calculate_vertex_layout()109 if (needW) { in calculate_vertex_layout()
1182 Bool needR, needW, needX; in is_valid_for() local1190 needW = toBool(prot & VKI_PROT_WRITE); in is_valid_for()1210 && (needW ? nsegments[i].hasW : True) in is_valid_for()