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 update_depth_stencil_alpha()
/external/mesa3d/src/mesa/main/
Dblend.c680 if (ctx->Color.AlphaFunc == func && ctx->Color.AlphaRefUnclamped == ref) in _mesa_AlphaFunc()
694 ctx->Color.AlphaRefUnclamped = ref; in _mesa_AlphaFunc()
Dmtypes.h424 GLfloat AlphaRefUnclamped; member
Dattrib.c1015 _mesa_AlphaFunc(color->AlphaFunc, color->AlphaRefUnclamped); in _mesa_PopAttrib()
Dget.c985 v->value_float = ctx->Color.AlphaRefUnclamped; in find_custom_value()