Searched defs:clear_flags (Results 1 - 25 of 26) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_rasterizer.c45 clear_flags(struct pipe_rasterizer_state *rast) function
77 * of flags which get cleared in clear_flags().
92 clear_flags(&state->lp_state);
94 clear_flags(&state->draw_state);
H A Dlp_surface.c209 unsigned clear_flags,
221 util_clear_depth_stencil(pipe, dst, clear_flags,
207 llvmpipe_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, bool render_condition_enabled) argument
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_surface.c116 unsigned clear_flags,
128 util_clear_depth_stencil(pipe, dst, clear_flags,
114 softpipe_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, bool render_condition_enabled) argument
H A Dsp_tile_cache.h92 uint *clear_flags; member in struct:softpipe_tile_cache
/external/libchrome/base/trace_event/
H A Dmemory_allocator_dump.h75 void clear_flags(int flags) { flags_ &= ~flags; } function in class:base::trace_event::MemoryAllocatorDump
/external/mesa3d/src/gallium/drivers/ilo/
H A Dilo_blitter_pipe.c193 unsigned clear_flags,
201 zs, clear_flags, depth, stencil, x, y, width, height);
191 ilo_blitter_pipe_clear_zs(struct ilo_blitter *blitter, struct pipe_surface *zs, unsigned clear_flags, double depth, unsigned stencil, unsigned x, unsigned y, unsigned width, unsigned height) argument
H A Dilo_blit.c110 unsigned clear_flags,
128 dst, clear_flags, depth, stencil, dstx, dsty, width, height))
132 dst, clear_flags, depth, stencil, dstx, dsty, width, height);
108 ilo_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, bool render_condition_enabled) argument
H A Dilo_blitter_blt.c511 unsigned clear_flags,
525 if (!(clear_flags & PIPE_CLEAR_DEPTH))
532 if (!(clear_flags & PIPE_CLEAR_DEPTH))
539 if (!(clear_flags & PIPE_CLEAR_DEPTH))
546 if (!(clear_flags & PIPE_CLEAR_DEPTHSTENCIL))
551 if ((clear_flags & PIPE_CLEAR_DEPTHSTENCIL) == PIPE_CLEAR_DEPTHSTENCIL)
553 else if (clear_flags & PIPE_CLEAR_DEPTH)
509 ilo_blitter_blt_clear_zs(struct ilo_blitter *blitter, struct pipe_surface *zs, unsigned clear_flags, double depth, unsigned stencil, unsigned x, unsigned y, unsigned width, unsigned height) argument
H A Dilo_blitter_rectlist.c342 unsigned clear_flags,
388 if (clear_flags & PIPE_CLEAR_DEPTH) {
393 if (clear_flags & PIPE_CLEAR_STENCIL) {
421 clear_flags & PIPE_CLEAR_STENCIL);
428 if (clear_flags & PIPE_CLEAR_DEPTH)
430 if (clear_flags & PIPE_CLEAR_STENCIL)
340 ilo_blitter_rectlist_clear_zs(struct ilo_blitter *blitter, struct pipe_surface *zs, unsigned clear_flags, double depth, unsigned stencil) argument
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_surface.c166 unsigned clear_flags,
187 i915_clear_emit(pipe, clear_flags & PIPE_CLEAR_DEPTHSTENCIL,
311 unsigned clear_flags,
329 if (clear_flags & PIPE_CLEAR_DEPTH)
334 if ((clear_flags & PIPE_CLEAR_STENCIL) ||
164 i915_clear_depth_stencil_render(struct pipe_context *pipe, struct pipe_surface *dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) argument
309 i915_clear_depth_stencil_blitter(struct pipe_context *pipe, struct pipe_surface *dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) argument
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_clear.c303 unsigned clear_flags = 0; local
316 clear_flags |= PIPE_CLEAR_DEPTH;
319 clear_flags |= PIPE_CLEAR_STENCIL;
337 clear_flags,
343 clear_flags,
355 dsv, clear_flags,
/external/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_clear_blit.c265 unsigned clear_flags, double depth, unsigned stencil,
274 util_blitter_clear_depth_stencil(ctx->blitter, dst, clear_flags, depth,
264 etna_clear_depth_stencil(struct pipe_context *pctx, struct pipe_surface *dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) argument
/external/e2fsprogs/lib/ext2fs/
H A Dinode.c248 int clear_flags)
256 scan->scan_flags &= ~clear_flags;
247 ext2fs_inode_scan_flags(ext2_inode_scan scan, int set_flags, int clear_flags) argument
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_surface.c489 unsigned clear_flags,
501 if ((clear_flags & PIPE_CLEAR_DEPTHSTENCIL) &&
502 ((clear_flags & PIPE_CLEAR_DEPTHSTENCIL) != PIPE_CLEAR_DEPTHSTENCIL) &&
568 if (clear_flags & PIPE_CLEAR_DEPTH)
592 if (clear_flags & PIPE_CLEAR_DEPTH)
487 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
H A Du_blitter.c2033 unsigned clear_flags,
2058 if ((clear_flags & PIPE_CLEAR_DEPTHSTENCIL) == PIPE_CLEAR_DEPTHSTENCIL) {
2063 else if (clear_flags & PIPE_CLEAR_DEPTH) {
2066 else if (clear_flags & PIPE_CLEAR_STENCIL) {
2031 util_blitter_clear_depth_stencil(struct blitter_context *blitter, struct pipe_surface *dstsurf, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height) argument
/external/mesa3d/src/gallium/drivers/noop/
H A Dnoop_pipe.c246 unsigned clear_flags,
244 noop_clear_depth_stencil(struct pipe_context *ctx, struct pipe_surface *dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) argument
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_blit.c448 unsigned clear_flags,
468 util_blitter_clear_depth_stencil(r300->blitter, dst, clear_flags, depth, stencil,
446 r300_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, bool render_condition_enabled) argument
/external/mesa3d/src/gallium/drivers/ddebug/
H A Ddd_draw.c1303 struct pipe_surface *dst, unsigned clear_flags,
1315 pipe->clear_depth_stencil(pipe, dst, clear_flags, depth, stencil,
1302 dd_context_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, bool render_condition_enabled) argument
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_blit.c490 unsigned clear_flags,
501 util_blitter_clear_depth_stencil(rctx->blitter, dst, clear_flags, depth, stencil,
488 r600_clear_depth_stencil(struct pipe_context *ctx, struct pipe_surface *dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) argument
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_blit.c782 unsigned clear_flags,
793 util_blitter_clear_depth_stencil(sctx->blitter, dst, clear_flags, depth, stencil,
780 si_clear_depth_stencil(struct pipe_context *ctx, struct pipe_surface *dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) argument
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_surface.c367 unsigned clear_flags,
385 if (clear_flags & PIPE_CLEAR_DEPTH) {
391 if (clear_flags & PIPE_CLEAR_STENCIL) {
365 nv50_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, bool render_condition_enabled) argument
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_surface.c621 unsigned clear_flags,
643 if (clear_flags & PIPE_CLEAR_DEPTH) {
649 if (clear_flags & PIPE_CLEAR_STENCIL) {
619 nvc0_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, bool render_condition_enabled) argument
/external/mesa3d/src/gallium/drivers/rbug/
H A Drbug_context.c979 unsigned clear_flags,
994 clear_flags,
977 rbug_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, bool render_condition_enabled) argument
/external/mesa3d/src/gallium/drivers/trace/
H A Dtr_context.c1322 unsigned clear_flags,
1338 trace_dump_arg(uint, clear_flags);
1347 pipe->clear_depth_stencil(pipe, dst, clear_flags, depth, stencil,
1320 trace_context_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, bool render_condition_enabled) argument
/external/python/cpython2/Lib/
H A Ddecimal.py417 context.clear_flags()
458 context.clear_flags()
2360 newcontext.clear_flags()
3832 def clear_flags(self): member in class:Context

Completed in 478 milliseconds

12