Home
last modified time | relevance | path

Searched refs:alpha_test_func (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm.c116 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()
/external/mesa3d/src/intel/compiler/
Dbrw_fs_visitor.cpp337 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()
Dbrw_compiler.h393 GLenum alpha_test_func; /* < For Gen4/5 MRT alpha test */ member
Dbrw_fs.cpp6473 if (wm_key->alpha_test_func) in run_fs()
6797 key->alpha_test_func; in brw_compile_fs()
/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_program.c370 key->alpha_test_func = vc5->zsa->base.alpha.func; in vc5_update_compiled_fs()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_qir.h363 uint8_t alpha_test_func; member
Dvc4_program.c2254 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()
/external/mesa3d/src/broadcom/compiler/
Dv3d_compiler.h333 uint8_t alpha_test_func; member
Dvir.c761 NIR_PASS_V(c->s, nir_lower_alpha_test, key->alpha_test_func, in v3d_compile_fs()