OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rgb_dst
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
xa_composite.c
48
unsigned
rgb_dst
: 8; /**< PIPE_BLENDFACTOR_x */
member in struct:xa_composite_blend
136
blend->
rgb_dst
= xa_convert_blend_for_luminance(blend->
rgb_dst
);
159
if (blend->
rgb_dst
== PIPE_BLENDFACTOR_SRC_ALPHA) {
160
blend->
rgb_dst
= PIPE_BLENDFACTOR_SRC_COLOR;
161
} else if (blend->
rgb_dst
== PIPE_BLENDFACTOR_INV_SRC_ALPHA) {
162
blend->
rgb_dst
= PIPE_BLENDFACTOR_INV_SRC_COLOR;
270
blend.rt[0].rgb_dst_factor = blend_opt.
rgb_dst
;
271
blend.rt[0].alpha_dst_factor = blend_opt.
rgb_dst
;
/external/mesa3d/src/gallium/state_trackers/xa/
xa_composite.c
48
unsigned
rgb_dst
: 8; /**< PIPE_BLENDFACTOR_x */
member in struct:xa_composite_blend
136
blend->
rgb_dst
= xa_convert_blend_for_luminance(blend->
rgb_dst
);
159
if (blend->
rgb_dst
== PIPE_BLENDFACTOR_SRC_ALPHA) {
160
blend->
rgb_dst
= PIPE_BLENDFACTOR_SRC_COLOR;
161
} else if (blend->
rgb_dst
== PIPE_BLENDFACTOR_INV_SRC_ALPHA) {
162
blend->
rgb_dst
= PIPE_BLENDFACTOR_INV_SRC_COLOR;
270
blend.rt[0].rgb_dst_factor = blend_opt.
rgb_dst
;
271
blend.rt[0].alpha_dst_factor = blend_opt.
rgb_dst
;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_composite.c
21
unsigned
rgb_dst
: 8; /**< PIPE_BLENDFACTOR_x */
member in struct:xorg_composite_blend
104
if (blend->
rgb_dst
== PIPE_BLENDFACTOR_SRC_ALPHA) {
105
blend->
rgb_dst
= PIPE_BLENDFACTOR_SRC_COLOR;
106
} else if (blend->
rgb_dst
== PIPE_BLENDFACTOR_INV_SRC_ALPHA) {
107
blend->
rgb_dst
= PIPE_BLENDFACTOR_INV_SRC_COLOR;
226
blend.rt[0].rgb_dst_factor = blend_opt.
rgb_dst
;
227
blend.rt[0].alpha_dst_factor = blend_opt.
rgb_dst
;
/external/mesa3d/src/gallium/state_trackers/xorg/
xorg_composite.c
21
unsigned
rgb_dst
: 8; /**< PIPE_BLENDFACTOR_x */
member in struct:xorg_composite_blend
104
if (blend->
rgb_dst
== PIPE_BLENDFACTOR_SRC_ALPHA) {
105
blend->
rgb_dst
= PIPE_BLENDFACTOR_SRC_COLOR;
106
} else if (blend->
rgb_dst
== PIPE_BLENDFACTOR_INV_SRC_ALPHA) {
107
blend->
rgb_dst
= PIPE_BLENDFACTOR_INV_SRC_COLOR;
226
blend.rt[0].rgb_dst_factor = blend_opt.
rgb_dst
;
227
blend.rt[0].alpha_dst_factor = blend_opt.
rgb_dst
;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
asm_fill.h
363
* RGB_out = (1 - A_dst) * RGB_src + (1 - A_src) *
RGB_dst
+
364
* RGB_src *
RGB_dst
/external/mesa3d/src/gallium/state_trackers/vega/
asm_fill.h
363
* RGB_out = (1 - A_dst) * RGB_src + (1 - A_src) *
RGB_dst
+
364
* RGB_src *
RGB_dst
Completed in 121 milliseconds