Searched refs:TEST_EQ_4V (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | texgen.c | 148 if (TEST_EQ_4V(texgen->ObjectPlane, params)) in _mesa_TexGenfv() 170 if (TEST_EQ_4V(texgen->EyePlane, tmp)) in _mesa_TexGenfv()
|
D | clip.c | 83 if (TEST_EQ_4V(ctx->Transform.EyeUserPlane[p], equation)) in _mesa_ClipPlane()
|
D | light.c | 110 if (TEST_EQ_4V(light->Ambient, params)) in _mesa_light() 116 if (TEST_EQ_4V(light->Diffuse, params)) in _mesa_light() 122 if (TEST_EQ_4V(light->Specular, params)) in _mesa_light() 129 if (TEST_EQ_4V(light->EyePosition, params)) in _mesa_light() 447 if (TEST_EQ_4V( ctx->Light.Model.Ambient, params )) in _mesa_LightModelfv()
|
D | fog.c | 157 if (TEST_EQ_4V(ctx->Fog.Color, params)) in _mesa_Fogfv()
|
D | macros.h | 242 #define TEST_EQ_4V(a,b) ((a)[0] == (b)[0] && \ macro 254 return TEST_EQ_4V(a, b); in TEST_EQ_4UBV()
|
D | blend.c | 788 if (TEST_EQ_4V(tmp, ctx->Color.BlendColorUnclamped)) in _mesa_BlendColor() 974 if (!TEST_EQ_4V(tmp, ctx->Color.ColorMask[i])) { in _mesa_ColorMask() 1016 if (TEST_EQ_4V(tmp, ctx->Color.ColorMask[buf])) in _mesa_ColorMaski()
|
D | accum.c | 50 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()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_bitmap.c | 479 !TEST_EQ_4V(ctx->Current.RasterColor, cache->color) || in accum_bitmap()
|
/external/mesa3d/src/mesa/drivers/common/ |
D | meta.c | 883 if (!TEST_EQ_4V(ctx->Color.ColorMask[i], save->ColorMask[i])) { in _mesa_meta_end()
|