| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | lower_blend_equation_advanced.cpp | 308 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 D | lower_blend_equation_advanced.cpp | 308 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 D | i915_render.c | 44 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 D | i830_render.c | 38 Bool dst_alpha; member in struct:blendinfo 190 if (PICT_FORMAT_A(dst_format) == 0 && i830_blend_op[op].dst_alpha) {
|
| H A D | i965_render.c | 55 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 D | r128_exa_render.c | 51 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 D | i830_render.c | 40 Bool dst_alpha; member in struct:blendinfo 189 if (PICT_FORMAT_A(dst_format) == 0 && i830_blend_op[op].dst_alpha) {
|
| H A D | i915_render.c | 46 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 D | i965_render.c | 52 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 D | i830_render.c | 40 Bool dst_alpha; member in struct:blendinfo 189 if (PICT_FORMAT_A(dst_format) == 0 && i830_blend_op[op].dst_alpha) {
|
| H A D | i915_render.c | 46 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 D | i965_render.c | 52 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 D | nv50_exa.c | 38 unsigned dst_alpha; member in struct:nv50_blend_op 768 if (b->dst_alpha) {
|
| H A D | nv30_exa.c | 45 Bool dst_alpha; member in struct:nv_pict_op 214 if (blend->dst_alpha) {
|
| H A D | nv40_exa.c | 42 Bool dst_alpha; member in struct:nv_pict_op 145 if (blend->dst_alpha) {
|
| H A D | nvc0_exa.c | 40 unsigned dst_alpha; member in struct:nvc0_blend_op 755 if (b->dst_alpha) {
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | radeon_render.c | 47 Bool dst_alpha; member in struct:blendinfo 220 if (RadeonBlendOp[op].dst_alpha && !PICT_FORMAT_A(dstFormat)) {
|
| H A D | radeon_exa_render.c | 61 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 D | evergreen_exa.c | 630 Bool dst_alpha; member in struct:blendinfo 694 if (PICT_FORMAT_A(dst_format) == 0 && EVERGREENBlendOp[op].dst_alpha) {
|
| H A D | r600_exa.c | 784 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 D | mga_exa.c | 90 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 D | radeon_exa_render.c | 34 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 D | evergreen_exa.c | 631 Bool dst_alpha; member in struct:blendinfo 697 if (PICT_FORMAT_A(dst_format) == 0 && EVERGREENBlendOp[op].dst_alpha) {
|
| H A D | r600_exa.c | 690 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 D | gen2_render.c | 57 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
|