Home
last modified time | relevance | path

Searched refs:AlphaRefUnclamped (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_atom_depth.c156 dsa->alpha.ref_value = ctx->Color.AlphaRefUnclamped; in st_update_depth_stencil_alpha()
/external/mesa3d/src/mesa/main/
Dblend.c824 if (ctx->Color.AlphaFunc == func && ctx->Color.AlphaRefUnclamped == ref) in _mesa_AlphaFunc()
839 ctx->Color.AlphaRefUnclamped = ref; in _mesa_AlphaFunc()
Dattrib.c1015 _mesa_AlphaFunc(color->AlphaFunc, color->AlphaRefUnclamped); in _mesa_PopAttrib()
Dmtypes.h439 GLfloat AlphaRefUnclamped; member
Dget.c1008 v->value_float = ctx->Color.AlphaRefUnclamped; in find_custom_value()