Home
last modified time | relevance | path

Searched refs:TEST_EQ_4V (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dclip.c84 if (TEST_EQ_4V(ctx->Transform.EyeUserPlane[p], equation)) in _mesa_ClipPlane()
Dlight.c111 if (TEST_EQ_4V(lu->Ambient, params)) in _mesa_light()
117 if (TEST_EQ_4V(lu->Diffuse, params)) in _mesa_light()
123 if (TEST_EQ_4V(lu->Specular, params)) in _mesa_light()
130 if (TEST_EQ_4V(lu->EyePosition, params)) in _mesa_light()
508 if (TEST_EQ_4V( ctx->Light.Model.Ambient, params )) in _mesa_LightModelfv()
Dtexgen.c145 if (TEST_EQ_4V(unit->ObjectPlane[index], params)) in texgenfv()
167 if (TEST_EQ_4V(unit->EyePlane[index], tmp)) in texgenfv()
Dfog.c145 if (TEST_EQ_4V(ctx->Fog.Color, params)) in _mesa_Fogfv()
Dmacros.h268 #define TEST_EQ_4V(a,b) ((a)[0] == (b)[0] && \ macro
280 return TEST_EQ_4V(a, b); in TEST_EQ_4UBV()
Daccum.c49 if (TEST_EQ_4V(tmp, ctx->Accum.ClearColor)) in _mesa_ClearAccum()
Dtexenv.c94 if (TEST_EQ_4V(color, texUnit->EnvColorUnclamped)) in set_env_color()
Dblend.c820 if (TEST_EQ_4V(tmp, ctx->Color.BlendColorUnclamped)) in _mesa_BlendColor()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_bitmap.c488 !TEST_EQ_4V(ctx->Current.RasterColor, cache->color) || in accum_bitmap()