Searched defs:blend (Results 76 - 100 of 223) sorted by relevance

123456789

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
H A Dvl_mc.c375 struct pipe_blend_state blend; local
396 memset(&blend, 0, sizeof blend);
397 blend.independent_blend_enable = 0;
398 blend.rt[0].blend_enable = 1;
399 blend.rt[0].rgb_func = PIPE_BLEND_ADD;
400 blend.rt[0].rgb_src_factor = PIPE_BLENDFACTOR_SRC_ALPHA;
401 blend.rt[0].rgb_dst_factor = PIPE_BLENDFACTOR_ZERO;
402 blend.rt[0].alpha_func = PIPE_BLEND_ADD;
403 blend
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_bld_blend_aos.c245 * @param blend the blend state of the shader variant
249 * @param src blend src
250 * @param dst blend dst
252 * @param const_ const blend color
259 const struct pipe_blend_state *blend,
269 const struct pipe_rt_blend_state * state = &blend->rt[rt];
258 lp_build_blend_aos(struct gallivm_state *gallivm, const struct pipe_blend_state *blend, const enum pipe_format *cbuf_format, struct lp_type type, unsigned rt, LLVMValueRef src, LLVMValueRef dst, LLVMValueRef mask, LLVMValueRef const_, const unsigned char swizzle[4]) argument
H A Dlp_context.h59 const struct pipe_blend_state *blend; member in struct:llvmpipe_context
H A Dlp_rast_debug.c84 return variant->key.blend.rt[0].blend_enable;
117 boolean blend)
139 boolean blend; local
145 blend = tile->state->variant->key.blend.rt[0].blend_enable;
152 plot(tile, i, j, val, blend);
187 boolean blend = tile->state->variant->key.blend.rt[0].blend_enable; local
210 plot(tile, x, y, val, blend);
248 boolean blend local
114 plot(struct tile *tile, int x, int y, char val, boolean blend) argument
[all...]
H A Dlp_state_fs.h54 struct pipe_blend_state blend; member in struct:lp_fragment_shader_variant_key
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnv30_state.c42 uint32_t blend[2], cmask[2]; local
62 blend[0] = cso->rt[0].blend_enable;
68 blend[1] = 0;
71 blend[1] |= cso->rt[i].blend_enable << i;
78 blend[1] = 0x0000000e * (blend[0] & 0x00000001);
87 SB_DATA (so, blend[1]);
91 if (blend[0] || blend[1]) {
93 SB_DATA (so, blend[
[all...]
H A Dnv30_state_validate.c295 PUSH_SPACE(push, nv30->blend->size);
296 PUSH_DATAp(push, nv30->blend->data, nv30->blend->size);
321 struct pipe_blend_state *blend = &nv30->blend->pipe; local
325 if (blend->alpha_to_one)
327 if (blend->alpha_to_coverage)
447 if (!nv30->blend)
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
H A Dsi_state.h75 struct si_state_blend *blend; member in struct:si_state::__anon12240
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
H A Dxa_context.c268 struct pipe_blend_state blend; local
270 memset(&blend, 0, sizeof(struct pipe_blend_state));
271 blend.rt[0].blend_enable = 0;
272 blend.rt[0].colormask = PIPE_MASK_RGBA;
274 blend.rt[0].rgb_src_factor = PIPE_BLENDFACTOR_ONE;
275 blend.rt[0].alpha_src_factor = PIPE_BLENDFACTOR_ONE;
276 blend.rt[0].rgb_dst_factor = PIPE_BLENDFACTOR_ZERO;
277 blend.rt[0].alpha_dst_factor = PIPE_BLENDFACTOR_ZERO;
279 cso_set_blend(ctx->cso, &blend);
/external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
H A Dgraw_util.h153 struct pipe_blend_state blend; local
155 memset(&blend, 0, sizeof blend);
156 blend.rt[0].colormask = PIPE_MASK_RGBA;
157 handle = info->ctx->create_blend_state(info->ctx, &blend);
H A Dquad-sample.c359 struct pipe_blend_state blend; local
361 memset(&blend, 0, sizeof blend);
362 blend.rt[0].colormask = PIPE_MASK_RGBA;
363 handle = ctx->create_blend_state(ctx, &blend);
H A Dshader-leak.c232 struct pipe_blend_state blend; local
234 memset(&blend, 0, sizeof blend);
235 blend.rt[0].colormask = PIPE_MASK_RGBA;
236 handle = ctx->create_blend_state(ctx, &blend);
H A Dtri-gs.c237 struct pipe_blend_state blend; local
239 memset(&blend, 0, sizeof blend);
240 blend.rt[0].colormask = PIPE_MASK_RGBA;
241 handle = ctx->create_blend_state(ctx, &blend);
H A Dtri-instanced.c288 struct pipe_blend_state blend; local
290 memset(&blend, 0, sizeof blend);
291 blend.rt[0].colormask = PIPE_MASK_RGBA;
292 handle = ctx->create_blend_state(ctx, &blend);
/external/chromium_org/third_party/mesa/src/src/gallium/tests/trivial/
H A Dquad-tex.c70 struct pipe_blend_state blend; member in struct:program
195 memset(&p->blend, 0, sizeof(p->blend));
196 p->blend.rt[0].colormask = PIPE_MASK_RGBA;
316 cso_set_blend(p->cso, &p->blend);
H A Dtri.c68 struct pipe_blend_state blend; member in struct:program
146 memset(&p->blend, 0, sizeof(p->blend));
147 p->blend.rt[0].colormask = PIPE_MASK_RGBA;
252 cso_set_blend(p->cso, &p->blend);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_blorp.h282 bool blend; member in struct:brw_blorp_blit_prog_key
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_cb_clear.c229 /* blend state: RGBA masking */
231 struct pipe_blend_state blend; local
232 memset(&blend, 0, sizeof(blend));
233 blend.rt[0].rgb_src_factor = PIPE_BLENDFACTOR_ONE;
234 blend.rt[0].alpha_src_factor = PIPE_BLENDFACTOR_ONE;
235 blend.rt[0].rgb_dst_factor = PIPE_BLENDFACTOR_ZERO;
236 blend.rt[0].alpha_dst_factor = PIPE_BLENDFACTOR_ZERO;
239 blend.rt[0].colormask |= PIPE_MASK_R;
241 blend
[all...]
/external/kernel-headers/original/linux/
H A Dtegrafb.h61 __u32 blend; member in struct:tegra_fb_windowattr
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_compositor.h65 void *blend; member in struct:vl_compositor_layer
172 unsigned layer, void *blend, bool is_clearing);
H A Dvl_mc.c375 struct pipe_blend_state blend; local
396 memset(&blend, 0, sizeof blend);
397 blend.independent_blend_enable = 0;
398 blend.rt[0].blend_enable = 1;
399 blend.rt[0].rgb_func = PIPE_BLEND_ADD;
400 blend.rt[0].rgb_src_factor = PIPE_BLENDFACTOR_SRC_ALPHA;
401 blend.rt[0].rgb_dst_factor = PIPE_BLENDFACTOR_ZERO;
402 blend.rt[0].alpha_func = PIPE_BLEND_ADD;
403 blend
[all...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_blend_aos.c245 * @param blend the blend state of the shader variant
249 * @param src blend src
250 * @param dst blend dst
252 * @param const_ const blend color
259 const struct pipe_blend_state *blend,
269 const struct pipe_rt_blend_state * state = &blend->rt[rt];
258 lp_build_blend_aos(struct gallivm_state *gallivm, const struct pipe_blend_state *blend, const enum pipe_format *cbuf_format, struct lp_type type, unsigned rt, LLVMValueRef src, LLVMValueRef dst, LLVMValueRef mask, LLVMValueRef const_, const unsigned char swizzle[4]) argument
H A Dlp_context.h59 const struct pipe_blend_state *blend; member in struct:llvmpipe_context
H A Dlp_rast_debug.c84 return variant->key.blend.rt[0].blend_enable;
117 boolean blend)
139 boolean blend; local
145 blend = tile->state->variant->key.blend.rt[0].blend_enable;
152 plot(tile, i, j, val, blend);
187 boolean blend = tile->state->variant->key.blend.rt[0].blend_enable; local
210 plot(tile, x, y, val, blend);
248 boolean blend local
114 plot(struct tile *tile, int x, int y, char val, boolean blend) argument
[all...]
H A Dlp_state_fs.h54 struct pipe_blend_state blend; member in struct:lp_fragment_shader_variant_key

Completed in 6778 milliseconds

123456789