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

12

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_state_rasterizer.c45 clear_flags(struct pipe_rasterizer_state *rast) function
73 * of flags which get cleared in clear_flags().
88 clear_flags(&state->lp_state);
90 clear_flags(&state->draw_state);
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_rasterizer.c45 clear_flags(struct pipe_rasterizer_state *rast) function
73 * of flags which get cleared in clear_flags().
88 clear_flags(&state->lp_state);
90 clear_flags(&state->draw_state);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_tile_cache.h90 uint clear_flags[(MAX_WIDTH / TILE_SIZE) * (MAX_HEIGHT / TILE_SIZE) / 32]; member in struct:softpipe_tile_cache
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tile_cache.h90 uint clear_flags[(MAX_WIDTH / TILE_SIZE) * (MAX_HEIGHT / TILE_SIZE) / 32]; member in struct:softpipe_tile_cache
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_surface.c279 unsigned clear_flags,
289 if ((clear_flags & PIPE_CLEAR_DEPTHSTENCIL) &&
290 ((clear_flags & PIPE_CLEAR_DEPTHSTENCIL) != PIPE_CLEAR_DEPTHSTENCIL) &&
353 if (clear_flags & PIPE_CLEAR_DEPTH)
383 if (clear_flags & PIPE_CLEAR_DEPTH)
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/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_surface.c126 unsigned clear_flags,
146 i915_clear_emit(pipe, clear_flags & PIPE_CLEAR_DEPTHSTENCIL,
237 unsigned clear_flags,
254 if (clear_flags & PIPE_CLEAR_DEPTH)
259 if ((clear_flags & PIPE_CLEAR_STENCIL) ||
124 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) argument
235 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) argument
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_surface.c279 unsigned clear_flags,
289 if ((clear_flags & PIPE_CLEAR_DEPTHSTENCIL) &&
290 ((clear_flags & PIPE_CLEAR_DEPTHSTENCIL) != PIPE_CLEAR_DEPTHSTENCIL) &&
353 if (clear_flags & PIPE_CLEAR_DEPTH)
383 if (clear_flags & PIPE_CLEAR_DEPTH)
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/drivers/i915/
H A Di915_surface.c126 unsigned clear_flags,
146 i915_clear_emit(pipe, clear_flags & PIPE_CLEAR_DEPTHSTENCIL,
237 unsigned clear_flags,
254 if (clear_flags & PIPE_CLEAR_DEPTH)
259 if ((clear_flags & PIPE_CLEAR_STENCIL) ||
124 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) argument
235 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) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_blit.c366 unsigned clear_flags,
384 util_blitter_clear_depth_stencil(r300->blitter, dst, clear_flags, depth, stencil,
364 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) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
H A Dr600_blit.c224 unsigned clear_flags,
233 util_blitter_clear_depth_stencil(rctx->blitter, dst, clear_flags, depth, stencil,
222 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) argument
/external/e2fsprogs/lib/ext2fs/
H A Dinode.c211 int clear_flags)
219 scan->scan_flags &= ~clear_flags;
210 ext2fs_inode_scan_flags(ext2_inode_scan scan, int set_flags, int clear_flags) argument
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_blit.c366 unsigned clear_flags,
384 util_blitter_clear_depth_stencil(r300->blitter, dst, clear_flags, depth, stencil,
364 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) argument
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dr600_blit.c224 unsigned clear_flags,
233 util_blitter_clear_depth_stencil(rctx->blitter, dst, clear_flags, depth, stencil,
222 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) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/noop/
H A Dnoop_pipe.c225 unsigned clear_flags,
223 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) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
H A Dnv50_surface.c327 unsigned clear_flags,
342 if (clear_flags & PIPE_CLEAR_DEPTH) {
348 if (clear_flags & PIPE_CLEAR_STENCIL) {
325 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) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
H A Dnvc0_surface.c345 unsigned clear_flags,
359 if (clear_flags & PIPE_CLEAR_DEPTH) {
365 if (clear_flags & PIPE_CLEAR_STENCIL) {
343 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) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_blit.c529 unsigned clear_flags,
538 util_blitter_clear_depth_stencil(rctx->blitter, dst, clear_flags, depth, stencil,
527 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) argument
/external/mesa3d/src/gallium/drivers/noop/
H A Dnoop_pipe.c225 unsigned clear_flags,
223 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) argument
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_surface.c327 unsigned clear_flags,
342 if (clear_flags & PIPE_CLEAR_DEPTH) {
348 if (clear_flags & PIPE_CLEAR_STENCIL) {
325 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) argument
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_surface.c345 unsigned clear_flags,
359 if (clear_flags & PIPE_CLEAR_DEPTH) {
365 if (clear_flags & PIPE_CLEAR_STENCIL) {
343 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) argument
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_blit.c529 unsigned clear_flags,
538 util_blitter_clear_depth_stencil(rctx->blitter, dst, clear_flags, depth, stencil,
527 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) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/galahad/
H A Dglhd_context.c764 unsigned clear_flags,
777 clear_flags,
762 galahad_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) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/identity/
H A Did_context.c675 unsigned clear_flags,
688 clear_flags,
673 identity_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/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/
H A Drbug_context.c918 unsigned clear_flags,
932 clear_flags,
916 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) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/
H A Dtr_context.c1288 unsigned clear_flags,
1303 trace_dump_arg(uint, clear_flags);
1311 pipe->clear_depth_stencil(pipe, dst, clear_flags, depth, stencil,
1286 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) argument

Completed in 399 milliseconds

12