HomeSort by relevance Sort by last modified time
    Searched defs:dstRGB (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_cc.c 153 GLenum dstRGB = ctx->Color.Blend[0].DstRGB;
164 dstRGB = fix_xRGB_alpha(dstRGB);
169 srcRGB = dstRGB = GL_ONE;
176 cc->cc6.dest_blend_factor = brw_translate_blend_factor(dstRGB);
186 dstA != dstRGB ||
gen6_cc.c 101 GLenum dstRGB = ctx->Color.Blend[b].DstRGB;
106 srcRGB = dstRGB = GL_ONE;
113 blend[b].blend0.dest_blend_factor = brw_translate_blend_factor(dstRGB);
123 dstA != dstRGB ||
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_cc.c 153 GLenum dstRGB = ctx->Color.Blend[0].DstRGB;
164 dstRGB = fix_xRGB_alpha(dstRGB);
169 srcRGB = dstRGB = GL_ONE;
176 cc->cc6.dest_blend_factor = brw_translate_blend_factor(dstRGB);
186 dstA != dstRGB ||
gen6_cc.c 101 GLenum dstRGB = ctx->Color.Blend[b].DstRGB;
106 srcRGB = dstRGB = GL_ONE;
113 blend[b].blend0.dest_blend_factor = brw_translate_blend_factor(dstRGB);
123 dstA != dstRGB ||
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_blend.c 81 ASSERT(ctx->Color.Blend[0].DstRGB == GL_ONE);
107 ASSERT(ctx->Color.Blend[0].DstRGB == GL_ZERO);
132 ASSERT(ctx->Color.Blend[0].DstRGB == GL_ONE_MINUS_SRC_ALPHA);
177 ASSERT(ctx->Color.Blend[0].DstRGB == GL_ONE_MINUS_SRC_ALPHA);
215 ASSERT(ctx->Color.Blend[0].DstRGB == GL_ONE_MINUS_SRC_ALPHA);
254 ASSERT(ctx->Color.Blend[0].DstRGB == GL_ONE);
627 switch (ctx->Color.Blend[0].DstRGB) {
908 const GLenum dstRGB = ctx->Color.Blend[0].DstRGB;
935 else if (srcRGB != srcA || dstRGB != dstA)
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_blend.c 81 ASSERT(ctx->Color.Blend[0].DstRGB == GL_ONE);
107 ASSERT(ctx->Color.Blend[0].DstRGB == GL_ZERO);
132 ASSERT(ctx->Color.Blend[0].DstRGB == GL_ONE_MINUS_SRC_ALPHA);
177 ASSERT(ctx->Color.Blend[0].DstRGB == GL_ONE_MINUS_SRC_ALPHA);
215 ASSERT(ctx->Color.Blend[0].DstRGB == GL_ONE_MINUS_SRC_ALPHA);
254 ASSERT(ctx->Color.Blend[0].DstRGB == GL_ONE);
627 switch (ctx->Color.Blend[0].DstRGB) {
908 const GLenum dstRGB = ctx->Color.Blend[0].DstRGB;
935 else if (srcRGB != srcA || dstRGB != dstA)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_state.c 108 unsigned dstRGB = blend->rt[0].rgb_dst_factor;
119 dstA != dstRGB ||
165 unsigned dstRGB = blend->rt[0].rgb_dst_factor;
169 DST_BLND_FACT(i915_translate_blend_factor(dstRGB)) |
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i915_state.c 299 GLuint dstRGB = ctx->Color.Blend[0].DstRGB;
304 srcRGB = dstRGB = GL_ONE;
312 lis6 |= DST_BLND_FACT(intel_translate_blend_factor(dstRGB));
319 if (srcA != srcRGB || dstA != dstRGB || eqA != eqRGB)
338 GLenum dstRGB, GLenum srcA, GLenum dstA)
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_state.c 108 unsigned dstRGB = blend->rt[0].rgb_dst_factor;
119 dstA != dstRGB ||
165 unsigned dstRGB = blend->rt[0].rgb_dst_factor;
169 DST_BLND_FACT(i915_translate_blend_factor(dstRGB)) |
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_state.c 299 GLuint dstRGB = ctx->Color.Blend[0].DstRGB;
304 srcRGB = dstRGB = GL_ONE;
312 lis6 |= DST_BLND_FACT(intel_translate_blend_factor(dstRGB));
319 if (srcA != srcRGB || dstA != dstRGB || eqA != eqRGB)
338 GLenum dstRGB, GLenum srcA, GLenum dstA)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_state.c 59 unsigned dstRGB, unsigned dstA)
72 (dstRGB == PIPE_BLENDFACTOR_INV_SRC_ALPHA ||
73 dstRGB == PIPE_BLENDFACTOR_ONE) &&
80 unsigned dstRGB, unsigned dstA)
91 (dstRGB == PIPE_BLENDFACTOR_SRC_ALPHA ||
92 dstRGB == PIPE_BLENDFACTOR_ONE) &&
99 unsigned dstRGB, unsigned dstA)
108 (dstRGB == PIPE_BLENDFACTOR_INV_SRC_COLOR ||
109 dstRGB == PIPE_BLENDFACTOR_ONE) &&
114 unsigned dstRGB, unsigned dstA
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_state.c 59 unsigned dstRGB, unsigned dstA)
72 (dstRGB == PIPE_BLENDFACTOR_INV_SRC_ALPHA ||
73 dstRGB == PIPE_BLENDFACTOR_ONE) &&
80 unsigned dstRGB, unsigned dstA)
91 (dstRGB == PIPE_BLENDFACTOR_SRC_ALPHA ||
92 dstRGB == PIPE_BLENDFACTOR_ONE) &&
99 unsigned dstRGB, unsigned dstA)
108 (dstRGB == PIPE_BLENDFACTOR_INV_SRC_COLOR ||
109 dstRGB == PIPE_BLENDFACTOR_ONE) &&
114 unsigned dstRGB, unsigned dstA
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
evergreen_state.c 734 unsigned dstRGB = state->rt[j].rgb_dst_factor;
746 blend_cntl[i] |= S_028780_COLOR_DESTBLEND(r600_translate_blend_factor(dstRGB));
748 if (srcA != srcRGB || dstA != dstRGB || eqA != eqRGB) {
    [all...]
r600_state.c 751 unsigned dstRGB = state->rt[j].rgb_dst_factor;
763 bc |= S_028804_COLOR_DESTBLEND(r600_translate_blend_factor(dstRGB));
765 if (srcA != srcRGB || dstA != dstRGB || eqA != eqRGB) {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
si_state.c 163 unsigned dstRGB = state->rt[j].rgb_dst_factor;
181 blend_cntl |= S_028780_COLOR_DESTBLEND(si_translate_blend_factor(dstRGB));
183 if (srcA != srcRGB || dstA != dstRGB || eqA != eqRGB) {
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
evergreen_state.c 734 unsigned dstRGB = state->rt[j].rgb_dst_factor;
746 blend_cntl[i] |= S_028780_COLOR_DESTBLEND(r600_translate_blend_factor(dstRGB));
748 if (srcA != srcRGB || dstA != dstRGB || eqA != eqRGB) {
    [all...]
r600_state.c 751 unsigned dstRGB = state->rt[j].rgb_dst_factor;
763 bc |= S_028804_COLOR_DESTBLEND(r600_translate_blend_factor(dstRGB));
765 if (srcA != srcRGB || dstA != dstRGB || eqA != eqRGB) {
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state.c 163 unsigned dstRGB = state->rt[j].rgb_dst_factor;
181 blend_cntl |= S_028780_COLOR_DESTBLEND(si_translate_blend_factor(dstRGB));
183 if (srcA != srcRGB || dstA != dstRGB || eqA != eqRGB) {
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_autogen.h 162 GLenum dstRGB = static_cast<GLenum>(c.dstRGB);
169 if (!validators_->dst_blend_factor.IsValid(dstRGB)) {
170 LOCAL_SET_GL_ERROR_INVALID_ENUM("glBlendFuncSeparate", dstRGB, "dstRGB");
184 state_.blend_dest_rgb != dstRGB ||
188 state_.blend_dest_rgb = dstRGB;
191 glBlendFuncSeparate(srcRGB, dstRGB, srcAlpha, dstAlpha);
    [all...]
  /external/chromium_org/ppapi/lib/gl/gles2/
gles2.c 72 GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha) {
74 glGetCurrentContextPPAPI(), srcRGB, dstRGB, srcAlpha, dstAlpha);
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_format_autogen.h 557 dstRGB = _dstRGB;
571 uint32 dstRGB;
582 COMPILE_ASSERT(offsetof(BlendFuncSeparate, dstRGB) == 8,
    [all...]

Completed in 1120 milliseconds