HomeSort by relevance Sort by last modified time
    Searched refs:dst_factor (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_bld_blend.c 77 lp_build_blend_factor_complementary(unsigned src_factor, unsigned dst_factor)
79 return dst_factor == (src_factor ^ 0x10);
119 * @param dst_factor dst factor computed value
138 LLVMValueRef dst_factor,
151 return lp_build_lerp(bld, dst_factor, src, dst);
160 result = lp_build_mul(bld, result, dst_factor);
170 result = lp_build_mul(bld, result, dst_factor);
191 dst_term = lp_build_mul(bld, dst, dst_factor);
lp_bld_blend.h 51 LLVMValueRef dst_factor,
lp_bld_blend_aos.c 271 LLVMValueRef src_factor, dst_factor; local
294 dst_factor = lp_build_blend_factor(&bld, state->rgb_dst_factor,
304 dst_factor,
318 dst_factor,
lp_bld_blend_soa.c 244 unsigned dst_factor = i < 3 ? blend->rt[rt].rgb_dst_factor : blend->rt[rt].alpha_dst_factor; local
255 bld.factor[1][1][i] = lp_build_blend_soa_factor(&bld, dst_factor, i);
263 dst_factor,
295 (dst_factor == PIPE_BLENDFACTOR_DST_ALPHA ||
296 dst_factor == PIPE_BLENDFACTOR_INV_DST_ALPHA)) {
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_blend.c 77 lp_build_blend_factor_complementary(unsigned src_factor, unsigned dst_factor)
79 return dst_factor == (src_factor ^ 0x10);
119 * @param dst_factor dst factor computed value
138 LLVMValueRef dst_factor,
151 return lp_build_lerp(bld, dst_factor, src, dst);
160 result = lp_build_mul(bld, result, dst_factor);
170 result = lp_build_mul(bld, result, dst_factor);
191 dst_term = lp_build_mul(bld, dst, dst_factor);
lp_bld_blend.h 51 LLVMValueRef dst_factor,
lp_bld_blend_aos.c 271 LLVMValueRef src_factor, dst_factor; local
294 dst_factor = lp_build_blend_factor(&bld, state->rgb_dst_factor,
304 dst_factor,
318 dst_factor,
lp_bld_blend_soa.c 244 unsigned dst_factor = i < 3 ? blend->rt[rt].rgb_dst_factor : blend->rt[rt].alpha_dst_factor; local
255 bld.factor[1][1][i] = lp_build_blend_soa_factor(&bld, dst_factor, i);
263 dst_factor,
295 (dst_factor == PIPE_BLENDFACTOR_DST_ALPHA ||
296 dst_factor == PIPE_BLENDFACTOR_INV_DST_ALPHA)) {
  /system/core/libpixelflinger/codeflinger/
blending.cpp 185 integer_t dst_factor;
209 build_blend_factor(dst_factor, fd,
211 mul_factor(temp, fb, dst_factor);
221 build_blend_factor(dst_factor, fd,
223 mul_factor_add(temp, fb, dst_factor, component_t(fragment));
240 build_blend_factor(dst_factor, fd,
242 mul_factor_add(temp, fb, dst_factor, temp);
263 // src_factor/dst_factor won't be used after blending,

Completed in 290 milliseconds