Searched refs:set_alpha (Results 1 – 10 of 10) sorted by relevance
39 layer_->mutable_activation()->mutable_linear()->set_alpha(alpha_); in Build()46 layer_->mutable_unary()->set_alpha(-1); in Build()
36 layer_->mutable_unary()->set_alpha(alpha_); in Build()
35 layer_->mutable_multiply()->set_alpha(1.0f / 6.0f); in Build()
48 layer_->mutable_multiply()->set_alpha(alpha_); in Build()
42 layer_->mutable_add()->set_alpha(alpha_); in Build()
262 boolean repeat_none, boolean swizzle, boolean set_alpha) in xrender_tex() argument287 if (set_alpha) in xrender_tex()307 if (set_alpha) in xrender_tex()318 boolean repeat_none, boolean swizzle, boolean set_alpha, in read_input() argument335 repeat_none, swizzle, set_alpha); in read_input()
279 boolean set_alpha = FALSE; in picture_format_fixups() local292 set_alpha = (xa_format_type_is_color(src_hw_format) && in picture_format_fixups()295 if (set_alpha) in picture_format_fixups()
175 static const enum pipe_swizzle set_alpha[PIPE_SWIZZLE_MAX] = { enum305 set_alpha : copy_alpha; in svga_init_shader_key_common()309 swizzle_tab = set_alpha; in svga_init_shader_key_common()
213 .set_alpha(alpha_) in launch()266 .set_alpha(alpha_) in launch()505 .set_alpha(alpha_) in launch()580 .set_alpha(alpha_) in launch()
1036 NormalizeDescriptor& set_alpha(float alpha) { in set_alpha() function