HomeSort by relevance Sort by last modified time
    Searched full:colormask (Results 51 - 75 of 215) sorted by null

1 23 4 5 6 7 8 9

  /external/mesa3d/src/gallium/auxiliary/vl/
vl_deint_filter.c 282 blend.rt[0].colormask = PIPE_MASK_R;
287 blend.rt[0].colormask = PIPE_MASK_G;
292 blend.rt[0].colormask = PIPE_MASK_B;
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_blend.c 152 * support independent blend enable and colormask per render target.
324 blend->rt[i].writemask = templ->rt[i].colormask;
327 blend->rt[i].writemask = templ->rt[0].colormask;
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_blend_aos.c 411 if (!util_format_colormask_full(desc, state->colormask)) {
415 state->colormask, nr_channels, swizzle);
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_blend.c 833 colormask_quad(unsigned colormask,
838 if (!(colormask & PIPE_MASK_R))
842 if (!(colormask & PIPE_MASK_G))
846 if (!(colormask & PIPE_MASK_B))
850 if (!(colormask & PIPE_MASK_A))
    [all...]
  /external/mesa3d/src/mesa/main/
attrib.c     [all...]
  /external/deqp/framework/opengl/wrapper/
glwInitES20Direct.inl 25 gl->colorMask = &glColorMask;
glwInitES20.inl 25 gl->colorMask = (glColorMaskFunc) loader->get("glColorMask");
  /external/mesa3d/docs/relnotes/
10.6.8.html 92 <li>nvc0: always emit a full shader colormask</li>
11.2.2.html 135 <li>i965: Fix clear code for ignoring colormask for XRGB formats on Gen9+.</li>
3.5 144 The ctx->Driver.IndexMask() and ctx->Driver.ColorMask() functions
  /external/mesa3d/src/gallium/auxiliary/postprocess/
pp_program.c 85 p->blend.rt[0].colormask = PIPE_MASK_RGBA;
  /external/mesa3d/src/gallium/drivers/i915/
i915_state.c 151 if ((blend->rt[0].colormask & PIPE_MASK_R) == 0)
154 if ((blend->rt[0].colormask & PIPE_MASK_G) == 0)
157 if ((blend->rt[0].colormask & PIPE_MASK_B) == 0)
160 if ((blend->rt[0].colormask & PIPE_MASK_A) == 0)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_yuv.c 44 blend.rt[0].colormask = PIPE_MASK_RGBA;
  /external/mesa3d/src/gallium/tests/graw/
shader-leak.c 234 blend.rt[0].colormask = PIPE_MASK_RGBA;
graw_util.h 156 blend.rt[0].colormask = PIPE_MASK_RGBA;
tri-gs.c 239 blend.rt[0].colormask = PIPE_MASK_RGBA;
tri-instanced.c 290 blend.rt[0].colormask = PIPE_MASK_RGBA;
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_driver.c 135 mask = pack_rgba_i(s->format, ctx->Color.ColorMask[0]);
  /external/mesa3d/src/mesa/drivers/x11/
xm_dd.c 247 const GLuint *colorMask = (GLuint *) &ctx->Color.ColorMask[0];
266 if (*colorMask == 0xffffffff && ctx->Color.IndexMask == 0xffffffff) {
838 driver->ColorMask = color_mask;
  /external/deqp/framework/opengl/
gluES3PlusWrapperFuncs.inl 42 dst->colorMask = src.colorMask;
  /external/skia/src/gpu/gl/
GrGLAssembleInterface.cpp 112 GET_PROC(ColorMask);
474 GET_PROC(ColorMask);
  /external/mesa3d/src/gallium/tests/trivial/
tri.c 147 p->blend.rt[0].colormask = PIPE_MASK_RGBA;
  /external/mesa3d/src/mesa/swrast/
s_triangle.c     [all...]
  /external/deqp/modules/gles3/functional/
es3fDepthStencilClearTests.cpp 335 gl.colorMask(GL_FALSE, GL_FALSE, GL_TRUE, GL_FALSE);
368 gl.colorMask (GL_FALSE, GL_TRUE, GL_FALSE, GL_FALSE);
395 gl.colorMask(GL_TRUE, GL_TRUE, GL_TRUE, GL_TRUE);
  /external/mesa3d/src/gallium/drivers/swr/
swr_state.cpp 106 (rt_blend->colormask & PIPE_MASK_R) ? 0 : 1;
108 (rt_blend->colormask & PIPE_MASK_G) ? 0 : 1;
110 (rt_blend->colormask & PIPE_MASK_B) ? 0 : 1;
112 (rt_blend->colormask & PIPE_MASK_A) ? 0 : 1;
114 if (rt_blend->colormask == 0)
    [all...]

Completed in 782 milliseconds

1 23 4 5 6 7 8 9