Searched refs:alpha_test_enable (Results 1 – 1 of 1) sorted by relevance
913 static void vrend_alpha_test_enable(struct vrend_context *ctx, bool alpha_test_enable) in vrend_alpha_test_enable() argument919 if (ctx->sub->alpha_test_enabled != alpha_test_enable) { in vrend_alpha_test_enable()920 ctx->sub->alpha_test_enabled = alpha_test_enable; in vrend_alpha_test_enable()921 if (alpha_test_enable) in vrend_alpha_test_enable()