Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_depth.c135 dsa->alpha_ref_value = ctx->Color.AlphaRefUnclamped; in st_update_depth_stencil_alpha()
/third_party/mesa3d/src/mesa/main/
Dblend.c840 if (ctx->Color.AlphaFunc == func && ctx->Color.AlphaRefUnclamped == ref) in _mesa_AlphaFunc()
855 ctx->Color.AlphaRefUnclamped = ref; in _mesa_AlphaFunc()
Dmtypes.h257 GLfloat AlphaRefUnclamped; member
Dattrib.c762 TEST_AND_CALL2(Color.AlphaFunc, Color.AlphaRefUnclamped, AlphaFunc); in _mesa_PopAttrib()
Dget.c1145 v->value_float = ctx->Color.AlphaRefUnclamped; in find_custom_value()
/third_party/mesa3d/src/mesa/program/
Dprog_statevars.c774 value[0] = ctx->Color.AlphaRefUnclamped; in fetch_state()