Searched refs:blend (Results 276 - 300 of 367) sorted by relevance

<<1112131415

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
H A Dnv50_context.h109 struct nv50_blend_stateobj *blend; member in struct:nv50_context
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
H A Dnvc0_context.h113 struct nvc0_blend_stateobj *blend; member in struct:nvc0_context
H A Dnvc0_state_validate.c332 PUSH_SPACE(push, nvc0->blend->size);
333 PUSH_DATAp(push, nvc0->blend->state, nvc0->blend->size);
474 if (!ctx_to->blend)
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_context.h198 const struct svga_blend_state *blend; member in struct:svga_state
H A Dsvga_state_fs.c185 /* The blend workaround for simulating logicop xor behaviour
199 if (svga->curr.blend->need_white_fragments) {
H A Dsvga_state_rss.c89 const struct svga_blend_state *curr = svga->curr.blend;
/external/deqp/framework/common/
H A DtcuRGBA.hpp125 inline RGBA blend (RGBA a, RGBA b, float t) function in namespace:tcu
/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/nv50/
H A Dnv50_context.h109 struct nv50_blend_stateobj *blend; member in struct:nv50_context
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_context.h113 struct nvc0_blend_stateobj *blend; member in struct:nvc0_context
H A Dnvc0_state_validate.c332 PUSH_SPACE(push, nvc0->blend->size);
333 PUSH_DATAp(push, nvc0->blend->state, nvc0->blend->size);
474 if (!ctx_to->blend)
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_context.h198 const struct svga_blend_state *blend; member in struct:svga_state
H A Dsvga_state_fs.c185 /* The blend workaround for simulating logicop xor behaviour
199 if (svga->curr.blend->need_white_fragments) {
/external/deqp/modules/egl/
H A DteglRenderTests.cpp130 BlendMode blend; member in struct:deqp::egl::__anon19839::DrawPrimitiveOp
154 drawOp.blend = (BlendMode)rnd.getInt(0, BLENDMODE_LAST-1);
249 if (drawOp.blend != BLENDMODE_NONE)
253 switch (drawOp.blend)
549 switch (drawOp.blend)
/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
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...]
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);
/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/r300/
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/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderMenuList.cpp547 backgroundColor = resolveColor(CSSPropertyBackgroundColor).blend(backgroundColor);
554 itemBackgroundColor = Color(Color::white).blend(backgroundColor);
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
H A DTransformOperationsTest.cpp62 TransformOperations operations = from.blend(to, t);
452 TransformOperations operations = toOps.blend(fromOps, maxProgress);
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A DRenderStateCache.cpp128 TRACE("Overflowed the limit of %u blend states, removing the least recently used "
143 // Create a new blend state and insert it into the cache
152 rtBlend.BlendEnable = blendState.blend;
153 if (blendState.blend)
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
H A Drenderer9_utils.cpp54 D3DBLEND ConvertBlendFunc(GLenum blend) argument
58 switch (blend)
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DState.cpp56 mBlend.blend = false;
352 return mBlend.blend;
357 mBlend.blend = enabled;
1138 case GL_BLEND: *params = mBlend.blend; break;
/external/chromium_org/third_party/freetype/include/freetype/internal/
H A Dtttypes.h1168 /* blend :: Contains the data needed to control GX */
1283 GX_Blend blend; member in struct:TT_FaceRec_

Completed in 2655 milliseconds

<<1112131415