Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DGLES1Shaders.inc317 uniform float alpha_test_ref;
505 shouldPassAlpha = incAlpha < alpha_test_ref;
508 shouldPassAlpha = incAlpha <= alpha_test_ref;
511 shouldPassAlpha = incAlpha == alpha_test_ref;
514 shouldPassAlpha = incAlpha >= alpha_test_ref;
517 shouldPassAlpha = incAlpha > alpha_test_ref;
520 shouldPassAlpha = incAlpha != alpha_test_ref;
/external/mesa3d/src/intel/compiler/
Dbrw_debug_recompile.c188 found |= check("mrt alpha test reference value", alpha_test_ref); in debug_fs_recompile()
Dbrw_compiler.h477 float alpha_test_ref; member
Dbrw_fs_visitor.cpp426 cmp = abld.CMP(bld.null_reg_f(), color, brw_imm_f(key->alpha_test_ref), in emit_alpha_test()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm.c521 key->alpha_test_ref = ctx->Color.AlphaRef; in brw_wm_populate_key()