/third_party/mesa3d/src/panfrost/lib/tests/ |
D | test-blend.c | 62 RGBA(dst_factor, BLEND_FACTOR_SRC_ALPHA), 79 RGBA(dst_factor, BLEND_FACTOR_ZERO), 97 RGBA(dst_factor, BLEND_FACTOR_ZERO), 114 RGBA(dst_factor, BLEND_FACTOR_ZERO), 132 RGBA(dst_factor, BLEND_FACTOR_ZERO), 149 RGBA(dst_factor, BLEND_FACTOR_SRC_COLOR), 177 RGBA(dst_factor, BLEND_FACTOR_SRC_COLOR), 193 RGBA(dst_factor, BLEND_FACTOR_SRC_COLOR),
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_bld_blend.c | 83 lp_build_blend_factor_complementary(unsigned src_factor, unsigned dst_factor) in lp_build_blend_factor_complementary() argument 88 return dst_factor == (src_factor ^ 0x10); in lp_build_blend_factor_complementary() 198 LLVMValueRef dst_factor, in lp_build_blend() argument 211 return lp_build_lerp(bld, dst_factor, src, dst, 0); in lp_build_blend() 220 result = lp_build_mul(bld, result, dst_factor); in lp_build_blend() 230 result = lp_build_mul(bld, result, dst_factor); in lp_build_blend() 299 lp_build_mul_norm_expand(bld, dst, dst_factor, &dst_terml, &dst_termh, in lp_build_blend() 313 dst_term = lp_build_mul(bld, dst, dst_factor); in lp_build_blend()
|
D | lp_bld_blend_aos.c | 327 LLVMValueRef src_factor, dst_factor; in lp_build_blend_aos() local 383 dst_factor = lp_build_blend_factor(&bld, state->rgb_dst_factor, in lp_build_blend_aos() 395 dst_factor, in lp_build_blend_aos() 410 dst_factor, in lp_build_blend_aos()
|
D | lp_bld_blend.h | 52 LLVMValueRef dst_factor,
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_nir_lower_blend.c | 267 int dst_factor = ((i != 3) ? blend->rgb_dst_factor : in vc4_do_blending_f() local 276 dst_factor, i)); in vc4_do_blending_f() 326 nir_ssa_def *dst_factor = vc4_blend_channel_i(b, in vc4_do_blending_i() local 352 dst_factor = vc4_nir_set_packed_chan(b, dst_factor, in vc4_do_blending_i() 357 nir_ssa_def *dst_blend = nir_umul_unorm_4x8_vc4(b, dst_color, dst_factor); in vc4_do_blending_i()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_blend.h | 41 enum blend_factor dst_factor; member
|
D | nir_lower_blend.c | 316 chan.dst_factor, chan.invert_dst_factor); in nir_blend()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_vX_shader.c | 344 .dst_factor = BLEND_FACTOR_ZERO, in panvk_lower_blend() 354 options.rt[rt].rgb.dst_factor = rt_state->equation.rgb_dst_factor; in panvk_lower_blend() 359 options.rt[rt].alpha.dst_factor = rt_state->equation.alpha_dst_factor; in panvk_lower_blend()
|
/third_party/mesa3d/src/panfrost/lib/ |
D | pan_blend.c | 553 .dst_factor = BLEND_FACTOR_ZERO, in GENX() 563 options.rt[0].rgb.dst_factor = rt_state->equation.rgb_dst_factor; in GENX() 568 options.rt[0].alpha.dst_factor = rt_state->equation.alpha_dst_factor; in GENX()
|
/third_party/mesa3d/src/gallium/drivers/asahi/ |
D | agx_state.c | 138 .dst_factor = BLEND_FACTOR_ZERO, in agx_create_blend_state() 148 so->rt[i].rgb.dst_factor = util_blend_factor_to_shader(rt.rgb_dst_factor); in agx_create_blend_state() 154 so->rt[i].alpha.dst_factor = util_blend_factor_to_shader(rt.alpha_dst_factor); in agx_create_blend_state()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state.c | 418 static void si_blend_remove_dst(unsigned *func, unsigned *src_factor, unsigned *dst_factor, in si_blend_remove_dst() argument 421 if (*src_factor == expected_dst && *dst_factor == PIPE_BLENDFACTOR_ZERO) { in si_blend_remove_dst() 423 *dst_factor = replacement_src; in si_blend_remove_dst()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_pipeline.c | 381 si_blend_remove_dst(VkBlendOp *func, VkBlendFactor *src_factor, VkBlendFactor *dst_factor, in si_blend_remove_dst() argument 384 if (*src_factor == expected_dst && *dst_factor == VK_BLEND_FACTOR_ZERO) { in si_blend_remove_dst() 386 *dst_factor = replacement_src; in si_blend_remove_dst()
|