Searched refs:alpha_test_func (Results 1 – 9 of 9) sorted by relevance
116 old_key->alpha_test_func, key->alpha_test_func); in brw_wm_debug_recompile()568 key->alpha_test_func = ctx->Color.AlphaFunc; in brw_wm_populate_key()
337 if (key->alpha_test_func == GL_ALWAYS) in emit_alpha_test()340 if (key->alpha_test_func == GL_NEVER) { in emit_alpha_test()352 cond_for_alpha_func(key->alpha_test_func)); in emit_alpha_test()
393 GLenum alpha_test_func; /* < For Gen4/5 MRT alpha test */ member
6473 if (wm_key->alpha_test_func) in run_fs()6797 key->alpha_test_func; in brw_compile_fs()
370 key->alpha_test_func = vc5->zsa->base.alpha.func; in vc5_update_compiled_fs()
363 uint8_t alpha_test_func; member
2254 if (c->fs_key->alpha_test_func != COMPARE_FUNC_ALWAYS) { in vc4_shader_ntq()2256 c->fs_key->alpha_test_func, in vc4_shader_ntq()2759 key->alpha_test_func = vc4->zsa->base.alpha.func; in vc4_update_compiled_fs()2761 key->alpha_test_func = COMPARE_FUNC_ALWAYS; in vc4_update_compiled_fs()
333 uint8_t alpha_test_func; member
761 NIR_PASS_V(c->s, nir_lower_alpha_test, key->alpha_test_func, in v3d_compile_fs()