Home
last modified time | relevance | path

Searched refs:alpha_to_one (Results 1 - 25 of 48) sorted by relevance

12

/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_alpha_test.c30 * The alpha_to_one value overrides the source alpha to 1.0 to implement
40 bool alpha_to_one, in nir_lower_alpha_test()
88 if (alpha_to_one) { in nir_lower_alpha_test()
39 nir_lower_alpha_test(nir_shader *shader, enum compare_func func, bool alpha_to_one, const gl_state_index16 *alpha_ref_state_tokens) nir_lower_alpha_test() argument
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_state.c334 fix_blendfactor(enum pipe_blendfactor f, bool alpha_to_one) in fix_blendfactor() argument
336 if (alpha_to_one) { in fix_blendfactor()
369 cso->alpha_to_one = blend_state->alpha_to_one; in zink_create_blend_state()
382 att.srcColorBlendFactor = blend_factor(fix_blendfactor(rt->rgb_src_factor, cso->alpha_to_one)); in zink_create_blend_state()
383 att.dstColorBlendFactor = blend_factor(fix_blendfactor(rt->rgb_dst_factor, cso->alpha_to_one)); in zink_create_blend_state()
385 att.srcAlphaBlendFactor = blend_factor(fix_blendfactor(rt->alpha_src_factor, cso->alpha_to_one)); in zink_create_blend_state()
386 att.dstAlphaBlendFactor = blend_factor(fix_blendfactor(rt->alpha_dst_factor, cso->alpha_to_one)); in zink_create_blend_state()
H A Dzink_state.h100 VkBool32 alpha_to_one; member
H A Dzink_pipeline.c138 if (state->blend_state->alpha_to_one && !screen->info.feats.features.alphaToOne) { in zink_create_gfx_pipeline()
142 ms_state.alphaToOneEnable = state->blend_state->alpha_to_one; in zink_create_gfx_pipeline()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_blend.c136 .alpha_to_one = cso->alpha_to_one, in __fd6_setup_blend_variant()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.h136 unsigned alpha_to_one:1; member
H A Dr600_pipe.h331 bool alpha_to_one; member
579 bool alpha_to_one; member
H A Dr600_state_common.c195 rctx->alpha_to_one = blend->alpha_to_one; in r600_bind_blend_state_internal()
847 key->ps.alpha_to_one = rctx->alpha_to_one && in r600_shader_selector_key()
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dr3xx_fragprog.c73 int alpha2one = c->state.alpha_to_one; in r3xx_compile_fragment_program()
H A Dradeon_code.h173 unsigned alpha_to_one:1; member
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state_fs.c201 key->fs.alpha_to_one = svga->curr.blend->alpha_to_one; in make_fs_key()
H A Dsvga_pipe_blend.c411 blend->alpha_to_one = templ->alpha_to_one; in svga_create_blend_state()
H A Dsvga_shader.h85 unsigned alpha_to_one:1; member
H A Dsvga_context.h130 unsigned alpha_to_one:1; member
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atom_blend.c294 blend->alpha_to_one = ctx->Multisample.SampleAlphaToOne; in st_update_blend()
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_fs.c151 state->alpha_to_one = r300->alpha_to_one && r300->msaa_enable; in r300_fragment_program_get_external_state()
H A Dr300_state.c532 boolean last_alpha_to_one = r300->alpha_to_one; in r300_bind_blend_state()
540 r300->alpha_to_one = blend->state.alpha_to_one; in r300_bind_blend_state()
543 if (r300->alpha_to_one != last_alpha_to_one && r300->msaa_enable && in r300_bind_blend_state()
1405 if (r300->alpha_to_one && in r300_bind_rs_state()
H A Dr300_context.h593 boolean alpha_to_one; member
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_state.h376 unsigned alpha_to_one:1; member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state.h65 bool alpha_to_one : 1; member
H A Dsi_shader.h603 unsigned alpha_to_one : 1; member
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_state.c1487 fix_blendfactor(enum pipe_blendfactor f, bool alpha_to_one) in fix_blendfactor() argument
1489 if (alpha_to_one) { in fix_blendfactor()
1532 fix_blendfactor(rt->rgb_src_factor, cso_blend->cso.alpha_to_one); in set_blend_entry_bits()
1534 fix_blendfactor(rt->alpha_src_factor, cso_blend->cso.alpha_to_one); in set_blend_entry_bits()
1536 fix_blendfactor(rt->rgb_dst_factor, cso_blend->cso.alpha_to_one); in set_blend_entry_bits()
1538 fix_blendfactor(rt->alpha_dst_factor, cso_blend->cso.alpha_to_one); in set_blend_entry_bits()
1614 fix_blendfactor(rt->rgb_src_factor, state->alpha_to_one); in crocus_create_blend_state()
1616 fix_blendfactor(rt->alpha_src_factor, state->alpha_to_one); in crocus_create_blend_state()
1618 fix_blendfactor(rt->rgb_dst_factor, state->alpha_to_one); in crocus_create_blend_state()
1620 fix_blendfactor(rt->alpha_dst_factor, state->alpha_to_one); in crocus_create_blend_state()
[all...]
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_state.c1331 fix_blendfactor(enum pipe_blendfactor f, bool alpha_to_one) in fix_blendfactor() argument
1333 if (alpha_to_one) { in fix_blendfactor()
1369 fix_blendfactor(rt->rgb_src_factor, state->alpha_to_one); in iris_create_blend_state()
1371 fix_blendfactor(rt->alpha_src_factor, state->alpha_to_one); in iris_create_blend_state()
1373 fix_blendfactor(rt->rgb_dst_factor, state->alpha_to_one); in iris_create_blend_state()
1375 fix_blendfactor(rt->alpha_dst_factor, state->alpha_to_one); in iris_create_blend_state()
1428 (int) fix_blendfactor(state->rt[0].rgb_src_factor, state->alpha_to_one); in iris_create_blend_state()
1430 (int) fix_blendfactor(state->rt[0].alpha_src_factor, state->alpha_to_one); in iris_create_blend_state()
1432 (int) fix_blendfactor(state->rt[0].rgb_dst_factor, state->alpha_to_one); in iris_create_blend_state()
1434 (int) fix_blendfactor(state->rt[0].alpha_dst_factor, state->alpha_to_one); in iris_create_blend_state()
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_state_validate.c330 if (blend->alpha_to_one) in nv30_validate_multisample()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_dump_state.c441 trace_dump_member(bool, state, alpha_to_one); in trace_dump_blend_state()

Completed in 44 milliseconds

12