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.c857 if (ctx->Color.AlphaFunc == func && ctx->Color.AlphaRefUnclamped == ref) in _mesa_AlphaFunc()
873 ctx->Color.AlphaRefUnclamped = ref; in _mesa_AlphaFunc()
Dattrib.c834 TEST_AND_CALL2(Color.AlphaFunc, Color.AlphaRefUnclamped, AlphaFunc); in _mesa_PopAttrib()
Dmtypes.h342 GLfloat AlphaRefUnclamped; member
Dget.c1125 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()