Searched defs:dst_factor (Results 1 - 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_blend.c82 lp_build_blend_factor_complementary(unsigned src_factor, unsigned dst_factor) argument
84 return dst_factor == (src_factor ^ 0x10);
124 * @param dst_factor dst factor computed value
143 LLVMValueRef dst_factor,
156 return lp_build_lerp(bld, dst_factor, src, dst, 0);
165 result = lp_build_mul(bld, result, dst_factor);
175 result = lp_build_mul(bld, result, dst_factor);
196 dst_term = lp_build_mul(bld, dst, dst_factor);
136 lp_build_blend(struct lp_build_context *bld, unsigned func, unsigned factor_src, unsigned factor_dst, LLVMValueRef src, LLVMValueRef dst, LLVMValueRef src_factor, LLVMValueRef dst_factor, boolean not_alpha_dependent, boolean optimise_only) argument
H A Dlp_bld_blend_aos.c315 LLVMValueRef src_factor, dst_factor; local
370 dst_factor = lp_build_blend_factor(&bld, state->rgb_dst_factor,
382 dst_factor,
397 dst_factor,
/external/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_nir_lower_blend.c304 int dst_factor = ((i != 3) ? blend->rgb_dst_factor : local
313 dst_factor, i));
363 nir_ssa_def *dst_factor = vc4_blend_channel_i(b, local
389 dst_factor = vc4_nir_set_packed_chan(b, dst_factor,
394 nir_ssa_def *dst_blend = nir_umul_unorm_4x8(b, dst_color, dst_factor);
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state.c378 unsigned *dst_factor, unsigned expected_dst,
382 *dst_factor == PIPE_BLENDFACTOR_ZERO) {
384 *dst_factor = replacement_src;
377 si_blend_remove_dst(unsigned *func, unsigned *src_factor, unsigned *dst_factor, unsigned expected_dst, unsigned replacement_src) argument

Completed in 90 milliseconds