Searched refs:TCL_CHECK (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_state_init.c | 194 #define TCL_CHECK( NM, FLAG, ADD ) \ macro 213 TCL_CHECK( tcl_add4, GL_TRUE, 4 ) 214 TCL_CHECK( tcl_tex0_add4, ctx->Texture.Unit[0]._Current, 4 ) 215 TCL_CHECK( tcl_tex1_add4, ctx->Texture.Unit[1]._Current, 4 ) 216 TCL_CHECK( tcl_tex2_add4, ctx->Texture.Unit[2]._Current, 4 ) 217 TCL_CHECK( tcl_lighting, ctx->Light.Enabled, 0 ) 218 TCL_CHECK( tcl_lighting_add4, ctx->Light.Enabled, 4 ) 219 TCL_CHECK( tcl_eyespace_or_lighting_add4, ctx->_NeedEyeCoords || ctx->Light.Enabled, 4 ) 220 TCL_CHECK( tcl_lit0_add6, ctx->Light.Enabled && ctx->Light.Light[0].Enabled, 6 ) 221 TCL_CHECK( tcl_lit1_add6, ctx->Light.Enabled && ctx->Light.Light[1].Enabled, 6 ) [all …]
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_state_init.c | 228 #define TCL_CHECK( NM, FLAG, ADD ) \ macro 261 TCL_CHECK( tcl_fog_add4, ctx->Fog.Enabled, 4 ) 262 TCL_CHECK( tcl, GL_TRUE, 0 ) 263 TCL_CHECK( tcl_add8, GL_TRUE, 8 ) 264 TCL_CHECK( tcl_add4, GL_TRUE, 4 ) 265 TCL_CHECK( tcl_tex_add4, rmesa->state.texture.unit[atom->idx].unitneeded, 4 ) 266 TCL_CHECK( tcl_lighting_add4, ctx->Light.Enabled, 4 ) 267 TCL_CHECK( tcl_lighting_add6, ctx->Light.Enabled, 6 ) 268 TCL_CHECK( tcl_light_add6, ctx->Light.Enabled && ctx->Light.Light[atom->idx].Enabled, 6 )
|