Home | History | Annotate | Download | only in Renderer

Lines Matching defs:If

41 		#if PERF_PROFILE
64 If(yMin < yMax)
74 if(state.occlusionEnabled)
81 #if PERF_PROFILE
101 if(state.colorWriteActive(index))
107 if(state.depthTestActive)
112 if(state.stencilActive)
147 if(interpolateZ())
153 if(state.multiSample > 1)
162 if(veryEarlyDepthTest && state.multiSample == 1 && !state.depthOverride)
164 if(!state.stencilActive && state.depthTestActive && (state.depthCompareMode == DEPTH_LESSEQUAL || state.depthCompareMode == DEPTH_LESS)) // FIXME: Both modes ok?
171 if(!state.quadLayoutDepthBuffer)
187 if(!state.quadLayoutDepthBuffer)
200 if(complementaryDepthBuffer)
211 If(zMask == 0)
222 if(!state.quadLayoutDepthBuffer)
234 If(x0 < x1)
236 if(interpolateW())
245 if(state.interpolant[interpolant].component & (1 << component))
249 if(!(state.interpolant[interpolant].flat & (1 << component)))
257 if(state.fog.component)
261 if(!state.fog.flat)
298 if(state.colorWriteActive(index))
304 if(state.depthTestActive)
309 if(state.stencilActive)
323 if(!flat)
327 if(perspective)
333 if(clamp)