/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_alpha_test.c | 40 bool alpha_to_one, in nir_lower_alpha_test() argument 88 if (alpha_to_one) { in nir_lower_alpha_test()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
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()
|
D | zink_state.h | 100 VkBool32 alpha_to_one; member
|
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/ |
D | fd6_blend.c | 136 .alpha_to_one = cso->alpha_to_one, in __fd6_setup_blend_variant()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.h | 136 unsigned alpha_to_one:1; member
|
D | r600_pipe.h | 331 bool alpha_to_one; member 579 bool alpha_to_one; member
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_state_fs.c | 201 key->fs.alpha_to_one = svga->curr.blend->alpha_to_one; in make_fs_key()
|
D | svga_pipe_blend.c | 411 blend->alpha_to_one = templ->alpha_to_one; in svga_create_blend_state()
|
D | svga_shader.h | 85 unsigned alpha_to_one:1; member
|
D | svga_context.h | 130 unsigned alpha_to_one:1; member
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_code.h | 173 unsigned alpha_to_one:1; member
|
D | r3xx_fragprog.c | 73 int alpha2one = c->state.alpha_to_one; in r3xx_compile_fragment_program()
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
D | r300_fs.c | 151 state->alpha_to_one = r300->alpha_to_one && r300->msaa_enable; in r300_fragment_program_get_external_state()
|
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()
|
D | r300_context.h | 593 boolean alpha_to_one; member
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_atom_blend.c | 294 blend->alpha_to_one = ctx->Multisample.SampleAlphaToOne; in st_update_blend()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_state.h | 376 unsigned alpha_to_one:1; member
|
/third_party/mesa3d/docs/gallium/cso/ |
D | blend.rst | 98 alpha_to_one
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
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/radeonsi/ |
D | si_state.h | 65 bool alpha_to_one : 1; member
|
D | si_shader.h | 603 unsigned alpha_to_one : 1; member
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_state_validate.c | 330 if (blend->alpha_to_one) in nv30_validate_multisample()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
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/panfrost/vulkan/ |
D | panvk_private.h | 926 bool alpha_to_one; member
|