HomeSort by relevance Sort by last modified time
    Searched refs:DstRGB (Results 1 - 19 of 19) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_pixel.c 71 effective_func(ctx->Color.Blend[0].DstRGB, src_alpha_is_one) != GL_ZERO ||
i830_state.c 296 | DST_BLND_FACT(intel_translate_blend_factor(ctx->Color.Blend[0].DstRGB));
    [all...]
i915_state.c 301 GLuint dstRGB = ctx->Color.Blend[0].DstRGB;
306 srcRGB = dstRGB = GL_ONE;
314 lis6 |= DST_BLND_FACT(intel_translate_blend_factor(dstRGB));
321 if (srcA != srcRGB || dstA != dstRGB || eqA != eqRGB)
340 GLenum dstRGB, GLenum srcA, GLenum dstA)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_pixel.c 68 effective_func(ctx->Color.Blend[0].DstRGB, src_alpha_is_one) != GL_ZERO ||
gen8_blend_state.c 109 GLenum dstRGB = ctx->Color.Blend[i].DstRGB;
114 srcRGB = dstRGB = GL_ONE;
129 dstRGB = brw_fix_xRGB_alpha(dstRGB);
135 SET_FIELD(blend_factor(dstRGB), GEN8_BLEND_DST_BLEND_FACTOR) |
142 if (srcA != srcRGB || dstA != dstRGB || eqA != eqRGB)
247 GLenum dstRGB = ctx->Color.Blend[0].DstRGB;
252 srcRGB = dstRGB = GL_ONE
    [all...]
gen6_cc.c 112 GLenum dstRGB = ctx->Color.Blend[b].DstRGB;
117 srcRGB = dstRGB = GL_ONE;
135 dstRGB = brw_fix_xRGB_alpha(dstRGB);
139 blend[b].blend0.dest_blend_factor = brw_translate_blend_factor(dstRGB);
149 dstA != dstRGB ||
brw_cc.c 170 GLenum dstRGB = ctx->Color.Blend[0].DstRGB;
181 dstRGB = brw_fix_xRGB_alpha(dstRGB);
186 srcRGB = dstRGB = GL_ONE;
193 cc->cc6.dest_blend_factor = brw_translate_blend_factor(dstRGB);
203 dstA != dstRGB ||
  /external/mesa3d/src/mesa/main/
blend.c 188 blend_factor_is_dual_src(ctx->Color.Blend[buf].DstRGB) ||
235 ctx->Color.Blend[buf].DstRGB != dfactorRGB ||
246 ctx->Color.Blend[0].DstRGB != dfactorRGB ||
266 ctx->Color.Blend[buf].DstRGB = dfactorRGB;
316 ctx->Color.Blend[buf].DstRGB == dfactorRGB &&
330 ctx->Color.Blend[buf].DstRGB = dfactorRGB;
1015 ctx->Color.Blend[i].DstRGB = GL_ZERO;
attrib.c     [all...]
get.c     [all...]
mtypes.h 444 GLenum DstRGB; /**< RGB blend dest term */
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_state_raster.c 207 nv04->blend |= get_blend_func(ctx->Color.Blend[0].DstRGB) << 28 |
nv10_state_raster.c 81 PUSH_DATA (push, nvgl_blend_func(ctx->Color.Blend[0].DstRGB));
  /external/mesa3d/src/mesa/swrast/
s_blend.c 78 assert(ctx->Color.Blend[0].DstRGB == GL_ONE);
104 assert(ctx->Color.Blend[0].DstRGB == GL_ZERO);
129 assert(ctx->Color.Blend[0].DstRGB == GL_ONE_MINUS_SRC_ALPHA);
174 assert(ctx->Color.Blend[0].DstRGB == GL_ONE_MINUS_SRC_ALPHA);
212 assert(ctx->Color.Blend[0].DstRGB == GL_ONE_MINUS_SRC_ALPHA);
251 assert(ctx->Color.Blend[0].DstRGB == GL_ONE);
624 switch (ctx->Color.Blend[0].DstRGB) {
905 const GLenum dstRGB = ctx->Color.Blend[0].DstRGB;
932 else if (srcRGB != srcA || dstRGB != dstA)
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_atom_blend.c 230 translate_blend(ctx->Color.Blend[j].DstRGB);
  /external/mesa3d/src/mesa/drivers/common/
driverfuncs.c 225 ctx->Color.Blend[0].DstRGB,
  /external/mesa3d/prebuilt-intermediates/main/
get_hash.h 56 { GL_BLEND_DST_RGB, CONTEXT_ENUM(Color.Blend[0].DstRGB), NO_EXTRA },
112 { GL_BLEND_DST, CONTEXT_ENUM(Color.Blend[0].DstRGB), NO_EXTRA },
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_state.c 209 switch ( ctx->Color.Blend[0].DstRGB ) {
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state.c 236 (blend_factor( ctx->Color.Blend[0].DstRGB, GL_FALSE ) << R200_DST_BLEND_SHIFT);
    [all...]

Completed in 233 milliseconds