Searched refs:dst_alpha (Results 1 - 25 of 32) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlower_blend_equation_advanced.cpp308 ir_variable *dst_alpha = f.make_temp(glsl_type::float_type, "__blend_dst_a"); local in function:calc_blend_result
310 f.emit(assign(dst_alpha, swizzle_w(fb)));
311 f.emit(if_tree(equal(dst_alpha, imm1(0)),
316 div(swizzle_xyz(fb), dst_alpha)))));
404 f.emit(assign(p0, mul(src_alpha, dst_alpha)));
405 f.emit(assign(p1, mul(src_alpha, sub(imm1(1), dst_alpha))));
406 f.emit(assign(p2, mul(dst_alpha, sub(imm1(1), src_alpha))));
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlower_blend_equation_advanced.cpp308 ir_variable *dst_alpha = f.make_temp(glsl_type::float_type, "__blend_dst_a"); local in function:calc_blend_result
310 f.emit(assign(dst_alpha, swizzle_w(fb)));
311 f.emit(if_tree(equal(dst_alpha, imm1(0)),
316 div(swizzle_xyz(fb), dst_alpha)))));
406 f.emit(assign(p0, mul(src_alpha, dst_alpha)));
407 f.emit(assign(p1, mul(src_alpha, sub(imm1(1), dst_alpha))));
408 f.emit(assign(p2, mul(dst_alpha, sub(imm1(1), src_alpha))));
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di915_render.c44 Bool dst_alpha; member in struct:blendinfo
103 if (PICT_FORMAT_A(dst_format) == 0 && i915_blend_op[op].dst_alpha) {
112 So with dst_alpha blend we should use color factor. See spec on
114 if ((dst_format == PICT_a8) && i915_blend_op[op].dst_alpha) {
H A Di830_render.c38 Bool dst_alpha; member in struct:blendinfo
190 if (PICT_FORMAT_A(dst_format) == 0 && i830_blend_op[op].dst_alpha) {
H A Di965_render.c55 Bool dst_alpha; member in struct:blendinfo
129 if (PICT_FORMAT_A(dst_format) == 0 && i965_blend_op[op].dst_alpha) {
/xsrc/external/mit/xf86-video-r128/dist/src/
H A Dr128_exa_render.c51 Bool dst_alpha; member in struct:__anon4fdc96230108
259 if (R128BlendOp[op].src_alpha || R128BlendOp[op].dst_alpha || pMaskPicture != NULL) {
436 if (R128BlendOp[op].dst_alpha) {
493 if (PICT_FORMAT_A(pDstPicture->format) == 0 && R128BlendOp[op].dst_alpha) {
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Di830_render.c40 Bool dst_alpha; member in struct:blendinfo
189 if (PICT_FORMAT_A(dst_format) == 0 && i830_blend_op[op].dst_alpha) {
H A Di915_render.c46 Bool dst_alpha; member in struct:blendinfo
107 if (PICT_FORMAT_A(dst_format) == 0 && i915_blend_op[op].dst_alpha) {
116 So with dst_alpha blend we should use color factor. See spec on
118 if ((dst_format == PICT_a8) && i915_blend_op[op].dst_alpha) {
H A Di965_render.c52 Bool dst_alpha; member in struct:blendinfo
128 if (PICT_FORMAT_A(dst_format) == 0 && i965_blend_op[op].dst_alpha) {
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Di830_render.c40 Bool dst_alpha; member in struct:blendinfo
189 if (PICT_FORMAT_A(dst_format) == 0 && i830_blend_op[op].dst_alpha) {
H A Di915_render.c46 Bool dst_alpha; member in struct:blendinfo
107 if (PICT_FORMAT_A(dst_format) == 0 && i915_blend_op[op].dst_alpha) {
116 So with dst_alpha blend we should use color factor. See spec on
118 if ((dst_format == PICT_a8) && i915_blend_op[op].dst_alpha) {
H A Di965_render.c52 Bool dst_alpha; member in struct:blendinfo
128 if (PICT_FORMAT_A(dst_format) == 0 && i965_blend_op[op].dst_alpha) {
/xsrc/external/mit/xf86-video-nouveau/dist/src/
H A Dnv50_exa.c38 unsigned dst_alpha; member in struct:nv50_blend_op
768 if (b->dst_alpha) {
H A Dnv30_exa.c45 Bool dst_alpha; member in struct:nv_pict_op
214 if (blend->dst_alpha) {
H A Dnv40_exa.c42 Bool dst_alpha; member in struct:nv_pict_op
145 if (blend->dst_alpha) {
H A Dnvc0_exa.c40 unsigned dst_alpha; member in struct:nvc0_blend_op
755 if (b->dst_alpha) {
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_render.c47 Bool dst_alpha; member in struct:blendinfo
220 if (RadeonBlendOp[op].dst_alpha && !PICT_FORMAT_A(dstFormat)) {
H A Dradeon_exa_render.c61 Bool dst_alpha; member in struct:blendinfo
205 if (PICT_FORMAT_A(dst_format) == 0 && RadeonBlendOp[op].dst_alpha) {
639 if (pDstPicture->format == PICT_a8 && RadeonBlendOp[op].dst_alpha)
1012 if (pDstPicture->format == PICT_a8 && RadeonBlendOp[op].dst_alpha)
H A Devergreen_exa.c630 Bool dst_alpha; member in struct:blendinfo
694 if (PICT_FORMAT_A(dst_format) == 0 && EVERGREENBlendOp[op].dst_alpha) {
H A Dr600_exa.c784 Bool dst_alpha; member in struct:blendinfo
848 if (PICT_FORMAT_A(dst_format) == 0 && R600BlendOp[op].dst_alpha) {
/xsrc/external/mit/xf86-video-mga/dist/src/
H A Dmga_exa.c90 Bool dst_alpha; member in struct:__anon12dc4e940108
589 if (!PICT_FORMAT_A(pDstPict->format) && mgaBlendOp[op].dst_alpha) {
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_exa_render.c34 Bool dst_alpha; member in struct:blendinfo
174 if (PICT_FORMAT_A(dst_format) == 0 && RadeonBlendOp[op].dst_alpha) {
592 if (pDstPicture->format == PICT_a8 && RadeonBlendOp[op].dst_alpha)
954 if (pDstPicture->format == PICT_a8 && RadeonBlendOp[op].dst_alpha)
H A Devergreen_exa.c631 Bool dst_alpha; member in struct:blendinfo
697 if (PICT_FORMAT_A(dst_format) == 0 && EVERGREENBlendOp[op].dst_alpha) {
H A Dr600_exa.c690 Bool dst_alpha; member in struct:blendinfo
756 if (PICT_FORMAT_A(dst_format) == 0 && R600BlendOp[op].dst_alpha) {
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dgen2_render.c57 bool dst_alpha; member in struct:blendinfo
431 if (gen2_blend_op[op].dst_alpha) {
444 * back green channel. So with dst_alpha blend we should use

Completed in 45 milliseconds

12