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

12345

/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_emit.c42 struct r300_blend_state* blend = (struct r300_blend_state*)state; local
49 WRITE_CS_TABLE(blend->cb_noclamp, size);
52 WRITE_CS_TABLE(blend->cb_clamp[swz], size);
55 WRITE_CS_TABLE(blend->cb_no_readwrite, size);
H A Dr300_state.c61 /* If the blend equation is ADD or REVERSE_SUBTRACT,
82 /* If the blend equation is ADD or REVERSE_SUBTRACT,
101 /* If the blend equation is ADD or REVERSE_SUBTRACT,
116 /* If the blend equation is ADD or REVERSE_SUBTRACT,
131 /* If the blend equation is ADD or REVERSE_SUBTRACT,
154 /* If the blend equation is ADD or REVERSE_SUBTRACT,
218 /* Create a new blend state based on the CSO blend state.
220 * This encompasses alpha blending, logic/raster ops, and blend dithering. */
225 struct r300_blend_state* blend local
[all...]
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_state_common.c173 struct r600_pipe_blend *blend)
178 rstate = &blend->rstate;
182 if (rctx->cb_misc_state.blend_colormask != blend->cb_target_mask) {
183 rctx->cb_misc_state.blend_colormask = blend->cb_target_mask;
187 rctx->cb_misc_state.cb_color_control != blend->cb_color_control) {
188 rctx->cb_misc_state.cb_color_control = blend->cb_color_control;
191 if (rctx->cb_misc_state.dual_src_blend != blend->dual_src_blend) {
192 rctx->cb_misc_state.dual_src_blend = blend->dual_src_blend;
203 struct r600_pipe_blend *blend = (struct r600_pipe_blend *)state; local
205 if (blend
172 r600_bind_blend_state_internal(struct r600_context *rctx, struct r600_pipe_blend *blend) argument
[all...]
H A Devergreen_state.c102 R600_ERR("Unknown blend function %d\n", blend_func);
151 R600_ERR("Bad blend factor %d not supported!\n", blend_fact);
687 struct r600_pipe_blend *blend = CALLOC_STRUCT(r600_pipe_blend); local
693 if (blend == NULL) {
697 rstate = &blend->rstate;
717 blend->cb_target_mask = target_mask;
727 blend->dual_src_blend = util_blend_state_is_dual(state, 0);
766 blend->alpha_to_one = state->alpha_to_one;
1356 /* blend clamp should be set for all NORM/SRGB types */
1361 /* set blend bypas
3181 struct pipe_blend_state blend; local
3193 struct pipe_blend_state blend; local
[all...]
H A Dr600_state.c46 R600_ERR("Unknown blend function %d\n", blend_func);
95 R600_ERR("Bad blend factor %d not supported!\n", blend_fact);
699 struct r600_pipe_blend *blend = CALLOC_STRUCT(r600_pipe_blend); local
703 if (blend == NULL) {
706 rstate = &blend->rstate;
741 blend->cb_target_mask = target_mask;
742 blend->cb_color_control = color_control;
743 /* only MRT0 has dual src blend */
744 blend->dual_src_blend = util_blend_state_is_dual(state, 0);
786 blend
2646 struct pipe_blend_state blend; local
2668 struct pipe_blend_state blend; local
2680 struct pipe_blend_state blend; local
[all...]
H A Dr600_pipe.h91 unsigned cb_color_control; /* this comes from blend state */
401 /* current external blend state (from state tracker) */
402 struct r600_pipe_blend *blend; member in struct:r600_context
406 /* 1 - override current blend state with no_blend, 0 - use external state */
/external/mesa3d/src/gallium/drivers/rbug/
H A Drbug_context.c209 const struct pipe_blend_state *blend)
217 blend);
225 void *blend)
232 blend);
238 void *blend)
245 blend);
208 rbug_create_blend_state(struct pipe_context *_pipe, const struct pipe_blend_state *blend) argument
224 rbug_bind_blend_state(struct pipe_context *_pipe, void *blend) argument
237 rbug_delete_blend_state(struct pipe_context *_pipe, void *blend) argument
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
H A Dd3d11gears.cpp259 ID3D11BlendState* blend; member in struct:d3d11gears
443 ctx->OMSetBlendState(blend, blend_factor, ~0);
554 ensure(dev->CreateBlendState(&blendd, &blend));
/external/mesa3d/src/gallium/state_trackers/xa/
H A Dxa_renderer.c410 struct pipe_blend_state blend; local
412 memset(&blend, 0, sizeof(blend));
413 blend.rt[0].rgb_src_factor = PIPE_BLENDFACTOR_ONE;
414 blend.rt[0].alpha_src_factor = PIPE_BLENDFACTOR_ONE;
415 blend.rt[0].rgb_dst_factor = PIPE_BLENDFACTOR_ZERO;
416 blend.rt[0].alpha_dst_factor = PIPE_BLENDFACTOR_ZERO;
417 blend.rt[0].colormask = PIPE_MASK_RGBA;
418 cso_set_blend(r->cso, &blend);
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_xv.c434 struct pipe_blend_state blend; local
436 memset(&blend, 0, sizeof(struct pipe_blend_state));
437 blend.rt[0].blend_enable = 0;
438 blend.rt[0].colormask = PIPE_MASK_RGBA;
441 blend.rt[0].rgb_src_factor = PIPE_BLENDFACTOR_ONE;
442 blend.rt[0].alpha_src_factor = PIPE_BLENDFACTOR_ONE;
443 blend.rt[0].rgb_dst_factor = PIPE_BLENDFACTOR_ZERO;
444 blend.rt[0].alpha_dst_factor = PIPE_BLENDFACTOR_ZERO;
446 cso_set_blend(port->r->cso, &blend);
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_drawpixels.c714 struct pipe_blend_state blend; local
730 /* blend (colormask) */
731 memset(&blend, 0, sizeof(blend));
732 cso_set_blend(cso, &blend);
/external/opencv3/modules/java/src/
H A Dphoto+Photo.java328 // C++: void seamlessClone(Mat src, Mat dst, Mat mask, Point p, Mat& blend, int flags)
331 //javadoc: seamlessClone(src, dst, mask, p, blend, flags)
332 public static void seamlessClone(Mat src, Mat dst, Mat mask, Point p, Mat blend, int flags) argument
335 seamlessClone_0(src.nativeObj, dst.nativeObj, mask.nativeObj, p.x, p.y, blend.nativeObj, flags);
688 // C++: void seamlessClone(Mat src, Mat dst, Mat mask, Point p, Mat& blend, int flags)
H A Dphoto.cpp1435 // void seamlessClone(Mat src, Mat dst, Mat mask, Point p, Mat& blend, int flags)
1450 Mat& blend = *((Mat*)blend_nativeObj); local
1451 cv::seamlessClone( src, dst, mask, p, blend, (int)flags );
/external/pdfium/third_party/freetype/src/truetype/
H A Dttgxvar.c293 GX_Blend blend = face->blend; local
306 blend->avar_checked = TRUE;
328 if ( axisCount != (FT_Long)blend->mmvar->num_axis )
335 if ( FT_NEW_ARRAY( blend->avar_segment, axisCount ) )
338 segment = &blend->avar_segment[0];
350 FT_FREE( blend->avar_segment[j].correspondence );
352 FT_FREE( blend->avar_segment );
353 blend->avar_segment = NULL;
409 GX_Blend blend local
562 ft_var_apply_tuple( GX_Blend blend, FT_UShort tupleIndex, FT_Fixed* tuple_coords, FT_Fixed* im_start_coords, FT_Fixed* im_end_coords ) argument
993 GX_Blend blend; local
1154 GX_Blend blend; local
1300 GX_Blend blend = face->blend; local
1769 GX_Blend blend = face->blend; local
[all...]
/external/deqp/modules/egl/
H A DteglRenderTests.cpp122 BlendMode blend; member in struct:deqp::egl::__anon3973::DrawPrimitiveOp
162 drawOp.blend = (BlendMode)rnd.getInt(0, BLENDMODE_LAST-1);
285 if (drawOp.blend != BLENDMODE_NONE)
289 switch (drawOp.blend)
532 switch (drawOp.blend)
/external/deqp/modules/gles31/functional/
H A Des31fDrawBuffersIndexedTests.cpp21 * \brief Indexed blend operation tests (GL_EXT_draw_buffers_indexed)
185 void setCommonBlendState (const glw::Functions& gl, const BlendState& blend) argument
187 if (blend.enableBlend)
189 if (*blend.enableBlend)
195 if (blend.colorMask)
197 const BVec4& mask = *blend.colorMask;
202 if (blend.blendEq)
204 const Either<BlendEq, SeparateBlendEq>& blendEq = *blend.blendEq;
214 if (blend.blendFunc)
216 const Either<BlendFunc, SeparateBlendFunc>& blendFunc = *blend
229 setIndexedBlendState(const glw::Functions& gl, const BlendState& blend, deUint32 index) argument
1049 logBlendState(TestLog& log, const BlendState& blend) argument
[all...]
/external/freetype/include/internal/
H A Dpsaux.h647 PS_Blend blend,
689 PS_Blend blend; /* for multiple master support */ member in struct:T1_DecoderRec_
H A Dtttypes.h1242 /* blend :: Contains the data needed to control GX */
1357 GX_Blend blend; member in struct:TT_FaceRec_
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_blitter.c91 void *blend_write_color; /**< blend state with writemask of RGBA */
92 void *blend_keep_color; /**< blend state with writemask of 0 */
130 struct pipe_blend_state blend; local
172 /* blend state objects */
173 memset(&blend, 0, sizeof(blend));
174 ctx->blend_keep_color = pipe->create_blend_state(pipe, &blend);
176 blend.rt[0].colormask = PIPE_MASK_RGBA;
177 ctx->blend_write_color = pipe->create_blend_state(pipe, &blend);
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_context.h231 const struct i915_blend_state *blend; member in struct:i915_context
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state.c43 struct si_state_blend *blend = rctx->queued.named.blend; local
46 if (blend == NULL)
54 mask &= blend->cb_target_mask;
78 R600_ERR("Unknown blend function %d\n", blend_func);
127 R600_ERR("Bad blend factor %d not supported!\n", blend_fact);
137 struct si_state_blend *blend = CALLOC_STRUCT(si_state_blend); local
138 struct si_pm4_state *pm4 = &blend->pm4;
142 if (blend == NULL)
156 blend
[all...]
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_context.h198 const struct svga_blend_state *blend; member in struct:svga_state
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
H A Ddxgi_native.cpp739 void* blend; member in struct:dxgi_blitter
764 blend = pipe->create_blend_state(pipe, &blendd);
843 pipe->bind_blend_state(pipe, blend);
859 pipe->delete_blend_state(pipe, blend);
/external/mesa3d/src/gallium/state_trackers/vega/
H A Drenderer.c382 * Set renderer blend state. Blending is disabled.
384 * This function modifies blend state.
389 struct pipe_blend_state blend; local
391 memset(&blend, 0, sizeof(blend));
393 blend.rt[0].rgb_src_factor = PIPE_BLENDFACTOR_ONE;
394 blend.rt[0].alpha_src_factor = PIPE_BLENDFACTOR_ONE;
395 blend.rt[0].rgb_dst_factor = PIPE_BLENDFACTOR_ZERO;
396 blend.rt[0].alpha_dst_factor = PIPE_BLENDFACTOR_ZERO;
399 blend
1265 struct pipe_blend_state blend; local
[all...]
/external/pdfium/third_party/freetype/include/freetype/internal/
H A Dpsaux.h647 PS_Blend blend,
689 PS_Blend blend; /* for multiple master support */ member in struct:T1_DecoderRec_

Completed in 729 milliseconds

12345