Searched refs:dst_factor (Results 1 – 6 of 6) sorted by relevance
/external/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,
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_nir_lower_blend.c | 304 int dst_factor = ((i != 3) ? blend->rgb_dst_factor : in vc4_do_blending_f() local 313 dst_factor, i)); in vc4_do_blending_f() 363 nir_ssa_def *dst_factor = vc4_blend_channel_i(b, in vc4_do_blending_i() local 389 dst_factor = vc4_nir_set_packed_chan(b, dst_factor, in vc4_do_blending_i() 394 nir_ssa_def *dst_blend = nir_umul_unorm_4x8(b, dst_color, dst_factor); in vc4_do_blending_i()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_pipeline.c | 257 unsigned *dst_factor, unsigned expected_dst, in si_blend_remove_dst() argument 261 *dst_factor == VK_BLEND_FACTOR_ZERO) { in si_blend_remove_dst() 263 *dst_factor = replacement_src; in si_blend_remove_dst()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state.c | 441 unsigned *dst_factor, unsigned expected_dst, in si_blend_remove_dst() argument 445 *dst_factor == PIPE_BLENDFACTOR_ZERO) { in si_blend_remove_dst() 447 *dst_factor = replacement_src; in si_blend_remove_dst()
|