/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_alpha_test.c | 30 * 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 D | zink_state.c | 334 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 D | zink_state.h | 100 VkBool32 alpha_to_one; member
|
H A D | zink_pipeline.c | 138 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 D | fd6_blend.c | 136 .alpha_to_one = cso->alpha_to_one, in __fd6_setup_blend_variant()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_shader.h | 136 unsigned alpha_to_one:1; member
|
H A D | r600_pipe.h | 331 bool alpha_to_one; member 579 bool alpha_to_one; member
|
H A D | r600_state_common.c | 195 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 D | r3xx_fragprog.c | 73 int alpha2one = c->state.alpha_to_one; in r3xx_compile_fragment_program()
|
H A D | radeon_code.h | 173 unsigned alpha_to_one:1; member
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_state_fs.c | 201 key->fs.alpha_to_one = svga->curr.blend->alpha_to_one; in make_fs_key()
|
H A D | svga_pipe_blend.c | 411 blend->alpha_to_one = templ->alpha_to_one; in svga_create_blend_state()
|
H A D | svga_shader.h | 85 unsigned alpha_to_one:1; member
|
H A D | svga_context.h | 130 unsigned alpha_to_one:1; member
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_atom_blend.c | 294 blend->alpha_to_one = ctx->Multisample.SampleAlphaToOne; in st_update_blend()
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_fs.c | 151 state->alpha_to_one = r300->alpha_to_one && r300->msaa_enable; in r300_fragment_program_get_external_state()
|
H A D | r300_state.c | 532 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 D | r300_context.h | 593 boolean alpha_to_one; member
|
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_state.h | 376 unsigned alpha_to_one:1; member
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_state.h | 65 bool alpha_to_one : 1; member
|
H A D | si_shader.h | 603 unsigned alpha_to_one : 1; member
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_state.c | 1487 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 D | iris_state.c | 1331 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 D | nv30_state_validate.c | 330 if (blend->alpha_to_one) in nv30_validate_multisample()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
H A D | tr_dump_state.c | 441 trace_dump_member(bool, state, alpha_to_one); in trace_dump_blend_state()
|