Searched refs:TEST_EQ_4V (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | clip.c | 83 if (TEST_EQ_4V(ctx->Transform.EyeUserPlane[p], equation)) in _mesa_ClipPlane()
|
D | light.c | 109 if (TEST_EQ_4V(light->Ambient, params)) in _mesa_light() 115 if (TEST_EQ_4V(light->Diffuse, params)) in _mesa_light() 121 if (TEST_EQ_4V(light->Specular, params)) in _mesa_light() 128 if (TEST_EQ_4V(light->EyePosition, params)) in _mesa_light() 446 if (TEST_EQ_4V( ctx->Light.Model.Ambient, params )) in _mesa_LightModelfv()
|
D | texgen.c | 141 if (TEST_EQ_4V(texgen->ObjectPlane, params)) in texgenfv() 163 if (TEST_EQ_4V(texgen->EyePlane, tmp)) in texgenfv()
|
D | fog.c | 143 if (TEST_EQ_4V(ctx->Fog.Color, params)) in _mesa_Fogfv()
|
D | macros.h | 268 #define TEST_EQ_4V(a,b) ((a)[0] == (b)[0] && \ macro 280 return TEST_EQ_4V(a, b); in TEST_EQ_4UBV()
|
D | accum.c | 49 if (TEST_EQ_4V(tmp, ctx->Accum.ClearColor)) in _mesa_ClearAccum()
|
D | texenv.c | 94 if (TEST_EQ_4V(color, texUnit->EnvColorUnclamped)) in set_env_color()
|
D | blend.c | 791 if (TEST_EQ_4V(tmp, ctx->Color.BlendColorUnclamped)) in _mesa_BlendColor()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_bitmap.c | 482 !TEST_EQ_4V(ctx->Current.RasterColor, cache->color) || in accum_bitmap()
|