Searched defs:stencil (Results 1 - 25 of 128) sorted by relevance

123456

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_clear.c52 unsigned stencil)
62 lp_setup_clear( llvmpipe->setup, color->f, depth, stencil, buffers );
48 llvmpipe_clear(struct pipe_context *pipe, unsigned buffers, const union pipe_color_union *color, double depth, unsigned stencil) argument
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_clear.c52 unsigned stencil)
62 lp_setup_clear( llvmpipe->setup, color->f, depth, stencil, buffers );
48 llvmpipe_clear(struct pipe_context *pipe, unsigned buffers, const union pipe_color_union *color, double depth, unsigned stencil) argument
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_clear.h43 const union pipe_color_union *color, double depth, unsigned stencil)
56 depth, stencil,
41 util_clear(struct pipe_context *pipe, struct pipe_framebuffer_state *framebuffer, unsigned buffers, const union pipe_color_union *color, double depth, unsigned stencil) argument
H A Du_simple_shaders.c220 * and writes it as depth and stencil, respectively.
230 struct ureg_dst out, depth, stencil; local
252 stencil = ureg_DECL_output( ureg,
264 ureg_writemask(stencil, TGSI_WRITEMASK_Y),
274 * as stencil.
284 struct ureg_dst out, stencil; local
301 stencil = ureg_DECL_output( ureg,
310 ureg_writemask(stencil, TGSI_WRITEMASK_Y),
432 * Make a fragment shader that sets the output stencil to a stencil valu
[all...]
H A Du_surface.c281 unsigned stencil,
311 unsigned zstencil = util_pack_z_stencil(dst->texture->format, depth, stencil);
368 depth, stencil);
277 util_clear_depth_stencil(struct pipe_context *pipe, struct pipe_surface *dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height) argument
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_clear.h43 const union pipe_color_union *color, double depth, unsigned stencil)
56 depth, stencil,
41 util_clear(struct pipe_context *pipe, struct pipe_framebuffer_state *framebuffer, unsigned buffers, const union pipe_color_union *color, double depth, unsigned stencil) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_clear.c50 double depth, unsigned stencil)
76 cv = util_pack64_z_stencil(ps->format, depth, stencil);
48 softpipe_clear(struct pipe_context *pipe, unsigned buffers, const union pipe_color_union *color, double depth, unsigned stencil) argument
H A Dsp_quad.h88 uint8_t stencil[TGSI_QUAD_SIZE]; member in struct:quad_header_output
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_pipe_clear.c42 unsigned stencil)
89 ret = SVGA3D_ClearRect(svga->swc, flags, uc.ui, depth, stencil,
109 double depth, unsigned stencil)
121 ret = try_clear( svga, buffers, color, depth, stencil );
128 ret = try_clear( svga, buffers, color, depth, stencil );
38 try_clear(struct svga_context *svga, unsigned buffers, const union pipe_color_union *color, double depth, unsigned stencil) argument
107 svga_clear(struct pipe_context *pipe, unsigned buffers, const union pipe_color_union *color, double depth, unsigned stencil) argument
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_clear.c50 double depth, unsigned stencil)
76 cv = util_pack64_z_stencil(ps->format, depth, stencil);
48 softpipe_clear(struct pipe_context *pipe, unsigned buffers, const union pipe_color_union *color, double depth, unsigned stencil) argument
H A Dsp_quad.h88 uint8_t stencil[TGSI_QUAD_SIZE]; member in struct:quad_header_output
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_clear.c42 unsigned stencil)
89 ret = SVGA3D_ClearRect(svga->swc, flags, uc.ui, depth, stencil,
109 double depth, unsigned stencil)
121 ret = try_clear( svga, buffers, color, depth, stencil );
128 ret = try_clear( svga, buffers, color, depth, stencil );
38 try_clear(struct svga_context *svga, unsigned buffers, const union pipe_color_union *color, double depth, unsigned stencil) argument
107 svga_clear(struct pipe_context *pipe, unsigned buffers, const union pipe_color_union *color, double depth, unsigned stencil) argument
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/postprocess/
H A Dpostprocess.h55 struct pipe_resource *stencil; /* stencil shared by inner_tmps */ member in struct:pp_queue_t
/external/mesa3d/src/gallium/auxiliary/postprocess/
H A Dpostprocess.h55 struct pipe_resource *stencil; /* stencil shared by inner_tmps */ member in struct:pp_queue_t
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8HTMLCanvasElementCustom.cpp68 v8::Handle<v8::String> stencil = v8AtomicString(isolate, "stencil"); local
69 if (jsAttributes->Has(stencil) && !isUndefinedOrNull(jsAttributes->Get(stencil)))
70 webGLAttributes->setStencil(jsAttributes->Get(stencil)->BooleanValue());
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLContextAttributes.cpp91 bool WebGLContextAttributes::stencil() const function in class:blink::WebGLContextAttributes
96 void WebGLContextAttributes::setStencil(bool stencil) argument
98 m_stencil = stencil;
148 attrs.stencil = m_stencil;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_clear.c46 double depth, unsigned stencil,
91 packed_z_stencil = util_pack_z_stencil(depth_tex->b.b.format, depth, stencil);
94 /* Avoid read-modify-write if there's no stencil. */
114 packed_z_stencil = util_pack_z_stencil(depth_tex->b.b.format, depth, stencil);
222 double depth, unsigned stencil)
225 stencil);
231 double depth, unsigned stencil)
238 i915_clear_emit(pipe, buffers, color, depth, stencil,
44 i915_clear_emit(struct pipe_context *pipe, unsigned buffers, const union pipe_color_union *color, double depth, unsigned stencil, unsigned destx, unsigned desty, unsigned width, unsigned height) argument
220 i915_clear_blitter(struct pipe_context *pipe, unsigned buffers, const union pipe_color_union *color, double depth, unsigned stencil) argument
229 i915_clear_render(struct pipe_context *pipe, unsigned buffers, const union pipe_color_union *color, double depth, unsigned stencil) argument
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_clear.c46 double depth, unsigned stencil,
91 packed_z_stencil = util_pack_z_stencil(depth_tex->b.b.format, depth, stencil);
94 /* Avoid read-modify-write if there's no stencil. */
114 packed_z_stencil = util_pack_z_stencil(depth_tex->b.b.format, depth, stencil);
222 double depth, unsigned stencil)
225 stencil);
231 double depth, unsigned stencil)
238 i915_clear_emit(pipe, buffers, color, depth, stencil,
44 i915_clear_emit(struct pipe_context *pipe, unsigned buffers, const union pipe_color_union *color, double depth, unsigned stencil, unsigned destx, unsigned desty, unsigned width, unsigned height) argument
220 i915_clear_blitter(struct pipe_context *pipe, unsigned buffers, const union pipe_color_union *color, double depth, unsigned stencil) argument
229 i915_clear_render(struct pipe_context *pipe, unsigned buffers, const union pipe_color_union *color, double depth, unsigned stencil) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnv30_clear.c44 pack_zeta(enum pipe_format format, double depth, unsigned stencil) argument
48 return (zuint & 0xffffff00) | (stencil & 0xff);
54 const union pipe_color_union *color, double depth, unsigned stencil)
73 zeta = pack_zeta(fb->zsbuf->format, depth, stencil);
157 unsigned buffers, double depth, unsigned stencil,
213 PUSH_DATA (push, pack_zeta(ps->format, depth, stencil));
53 nv30_clear(struct pipe_context *pipe, unsigned buffers, const union pipe_color_union *color, double depth, unsigned stencil) argument
156 nv30_clear_depth_stencil(struct pipe_context *pipe, struct pipe_surface *ps, unsigned buffers, double depth, unsigned stencil, unsigned x, unsigned y, unsigned w, unsigned h) argument
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dclear.c304 * Clear signed integer color buffer or stencil buffer (not depth).
333 /* Save current stencil clear value, set to 'value', do the
334 * stencil clear and restore the clear value.
395 * Clear unsigned integer color buffer (not depth, not stencil).
446 * "Only ClearBufferiv should be used to clear stencil buffers."
467 * Clear fixed-pt or float color buffer or depth buffer (not stencil).
559 * Clear depth/stencil buffer only.
563 GLfloat depth, GLint stencil)
610 ctx->Stencil.Clear = stencil;
562 _mesa_ClearBufferfi(GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil) argument
/external/deqp/framework/referencerenderer/
H A DrrMultisamplePixelBufferAccess.cpp171 void clearStencil (const MultisamplePixelBufferAccess& access, int stencil) argument
173 tcu::clearStencil(access.raw(), stencil);
/external/deqp/modules/glshared/
H A DglsInteractionTestUtil.hpp87 StencilState stencil[rr::FACETYPE_LAST]; member in struct:deqp::gls::InteractionTestUtil::RenderState
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_clear.c44 pack_zeta(enum pipe_format format, double depth, unsigned stencil) argument
48 return (zuint & 0xffffff00) | (stencil & 0xff);
54 const union pipe_color_union *color, double depth, unsigned stencil)
73 zeta = pack_zeta(fb->zsbuf->format, depth, stencil);
157 unsigned buffers, double depth, unsigned stencil,
213 PUSH_DATA (push, pack_zeta(ps->format, depth, stencil));
53 nv30_clear(struct pipe_context *pipe, unsigned buffers, const union pipe_color_union *color, double depth, unsigned stencil) argument
156 nv30_clear_depth_stencil(struct pipe_context *pipe, struct pipe_surface *ps, unsigned buffers, double depth, unsigned stencil, unsigned x, unsigned y, unsigned w, unsigned h) argument
/external/mesa3d/src/mesa/main/
H A Dclear.c304 * Clear signed integer color buffer or stencil buffer (not depth).
333 /* Save current stencil clear value, set to 'value', do the
334 * stencil clear and restore the clear value.
395 * Clear unsigned integer color buffer (not depth, not stencil).
446 * "Only ClearBufferiv should be used to clear stencil buffers."
467 * Clear fixed-pt or float color buffer or depth buffer (not stencil).
559 * Clear depth/stencil buffer only.
563 GLfloat depth, GLint stencil)
610 ctx->Stencil.Clear = stencil;
562 _mesa_ClearBufferfi(GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil) argument
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
H A DSDL_atarigl_c.h78 GLint depth,stencil,accum; member in struct:SDL_PrivateGLData
93 #define gl_curstencil (this->gl_data->stencil)

Completed in 531 milliseconds

123456