Searched refs:TEST_EQ_4V (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | clip.c | 84 if (TEST_EQ_4V(ctx->Transform.EyeUserPlane[p], equation)) in _mesa_ClipPlane()
|
D | light.c | 111 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()
|
D | texgen.c | 145 if (TEST_EQ_4V(unit->ObjectPlane[index], params)) in texgenfv() 167 if (TEST_EQ_4V(unit->EyePlane[index], tmp)) in texgenfv()
|
D | fog.c | 145 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 | 820 if (TEST_EQ_4V(tmp, ctx->Color.BlendColorUnclamped)) in _mesa_BlendColor()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_cb_bitmap.c | 488 !TEST_EQ_4V(ctx->Current.RasterColor, cache->color) || in accum_bitmap()
|