Home
last modified time | relevance | path

Searched refs:clear_flags (Results 1 – 25 of 36) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_rasterizer.c45 clear_flags(struct pipe_rasterizer_state *rast) in clear_flags() function
92 clear_flags(&state->lp_state); in llvmpipe_create_rasterizer_state()
94 clear_flags(&state->draw_state); in llvmpipe_create_rasterizer_state()
Dlp_surface.c209 unsigned clear_flags, in llvmpipe_clear_depth_stencil() argument
221 util_clear_depth_stencil(pipe, dst, clear_flags, in llvmpipe_clear_depth_stencil()
/external/mesa3d/src/gallium/drivers/ilo/
Dilo_blitter.h120 unsigned clear_flags,
148 unsigned clear_flags,
156 unsigned clear_flags,
Dilo_blitter_rectlist.c342 unsigned clear_flags, in ilo_blitter_rectlist_clear_zs() argument
388 if (clear_flags & PIPE_CLEAR_DEPTH) { in ilo_blitter_rectlist_clear_zs()
393 if (clear_flags & PIPE_CLEAR_STENCIL) { in ilo_blitter_rectlist_clear_zs()
421 clear_flags & PIPE_CLEAR_STENCIL); in ilo_blitter_rectlist_clear_zs()
428 if (clear_flags & PIPE_CLEAR_DEPTH) in ilo_blitter_rectlist_clear_zs()
430 if (clear_flags & PIPE_CLEAR_STENCIL) in ilo_blitter_rectlist_clear_zs()
Dilo_blitter_blt.c511 unsigned clear_flags, in ilo_blitter_blt_clear_zs() argument
525 if (!(clear_flags & PIPE_CLEAR_DEPTH)) in ilo_blitter_blt_clear_zs()
532 if (!(clear_flags & PIPE_CLEAR_DEPTH)) in ilo_blitter_blt_clear_zs()
539 if (!(clear_flags & PIPE_CLEAR_DEPTH)) in ilo_blitter_blt_clear_zs()
546 if (!(clear_flags & PIPE_CLEAR_DEPTHSTENCIL)) in ilo_blitter_blt_clear_zs()
551 if ((clear_flags & PIPE_CLEAR_DEPTHSTENCIL) == PIPE_CLEAR_DEPTHSTENCIL) in ilo_blitter_blt_clear_zs()
553 else if (clear_flags & PIPE_CLEAR_DEPTH) in ilo_blitter_blt_clear_zs()
Dilo_blit.c110 unsigned clear_flags, in ilo_clear_depth_stencil() argument
128 dst, clear_flags, depth, stencil, dstx, dsty, width, height)) in ilo_clear_depth_stencil()
132 dst, clear_flags, depth, stencil, dstx, dsty, width, height); in ilo_clear_depth_stencil()
Dilo_blitter_pipe.c193 unsigned clear_flags, in ilo_blitter_pipe_clear_zs() argument
201 zs, clear_flags, depth, stencil, x, y, width, height); in ilo_blitter_pipe_clear_zs()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tile_cache.c132 memset(tc->clear_flags, 255, sizeof(tc->clear_flags)); in sp_create_tile_cache()
159 FREE(tc->clear_flags); in sp_destroy_tile_cache()
190 FREE(tc->clear_flags); in sp_tile_cache_set_surface()
202 tc->clear_flags = CALLOC(1, tc->clear_flags_size); in sp_tile_cache_set_surface()
365 if (is_clear_flag_set(tc->clear_flags, addr, tc->clear_flags_size)) { in sp_tile_cache_flush_clear()
468 memset(tc->clear_flags, 0, tc->clear_flags_size); in sp_flush_tile_cache()
574 if (is_clear_flag_set(tc->clear_flags, addr, tc->clear_flags_size)) { in sp_find_cached_tile()
582 clear_clear_flag(tc->clear_flags, addr, tc->clear_flags_size); in sp_find_cached_tile()
646 memset(tc->clear_flags, 255, tc->clear_flags_size); in sp_tile_cache_clear()
Dsp_surface.c116 unsigned clear_flags, in softpipe_clear_depth_stencil() argument
128 util_clear_depth_stencil(pipe, dst, clear_flags, in softpipe_clear_depth_stencil()
Dsp_tile_cache.h92 uint *clear_flags; member
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_clear.c303 unsigned clear_flags = 0; in svga_clear_texture() local
316 clear_flags |= PIPE_CLEAR_DEPTH; in svga_clear_texture()
319 clear_flags |= PIPE_CLEAR_STENCIL; in svga_clear_texture()
337 clear_flags, in svga_clear_texture()
343 clear_flags, in svga_clear_texture()
355 dsv, clear_flags, in svga_clear_texture()
/external/mesa3d/src/gallium/drivers/i915/
Di915_surface.c166 unsigned clear_flags, in i915_clear_depth_stencil_render() argument
187 i915_clear_emit(pipe, clear_flags & PIPE_CLEAR_DEPTHSTENCIL, in i915_clear_depth_stencil_render()
311 unsigned clear_flags, in i915_clear_depth_stencil_blitter() argument
329 if (clear_flags & PIPE_CLEAR_DEPTH) in i915_clear_depth_stencil_blitter()
334 if ((clear_flags & PIPE_CLEAR_STENCIL) || in i915_clear_depth_stencil_blitter()
/external/mesa3d/src/gallium/auxiliary/util/
Du_surface.c489 unsigned clear_flags, in util_clear_depth_stencil() argument
501 if ((clear_flags & PIPE_CLEAR_DEPTHSTENCIL) && in util_clear_depth_stencil()
502 ((clear_flags & PIPE_CLEAR_DEPTHSTENCIL) != PIPE_CLEAR_DEPTHSTENCIL) && in util_clear_depth_stencil()
568 if (clear_flags & PIPE_CLEAR_DEPTH) in util_clear_depth_stencil()
592 if (clear_flags & PIPE_CLEAR_DEPTH) in util_clear_depth_stencil()
Du_surface.h95 unsigned clear_flags,
Du_blitter.h331 unsigned clear_flags,
Du_blitter.c2033 unsigned clear_flags, in util_blitter_clear_depth_stencil() argument
2058 if ((clear_flags & PIPE_CLEAR_DEPTHSTENCIL) == PIPE_CLEAR_DEPTHSTENCIL) { in util_blitter_clear_depth_stencil()
2063 else if (clear_flags & PIPE_CLEAR_DEPTH) { in util_blitter_clear_depth_stencil()
2066 else if (clear_flags & PIPE_CLEAR_STENCIL) { in util_blitter_clear_depth_stencil()
/external/libchrome/base/trace_event/
Dmemory_allocator_dump.h80 void clear_flags(int flags) { flags_ &= ~flags; } in clear_flags() function
Dprocess_memory_dump.cc222 mad->clear_flags(MemoryAllocatorDump::Flags::WEAK); in CreateSharedGlobalAllocatorDump()
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h435 unsigned clear_flags,
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_clear_blit.c265 unsigned clear_flags, double depth, unsigned stencil, in etna_clear_depth_stencil() argument
274 util_blitter_clear_depth_stencil(ctx->blitter, dst, clear_flags, depth, in etna_clear_depth_stencil()
/external/mesa3d/src/gallium/drivers/noop/
Dnoop_pipe.c246 unsigned clear_flags, in noop_clear_depth_stencil() argument
/external/e2fsprogs/lib/ext2fs/
Dinode.c248 int clear_flags) in ext2fs_inode_scan_flags() argument
256 scan->scan_flags &= ~clear_flags; in ext2fs_inode_scan_flags()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_blit.c448 unsigned clear_flags, in r300_clear_depth_stencil() argument
468 util_blitter_clear_depth_stencil(r300->blitter, dst, clear_flags, depth, stencil, in r300_clear_depth_stencil()
/external/mesa3d/src/gallium/drivers/trace/
Dtr_context.c1322 unsigned clear_flags, in trace_context_clear_depth_stencil() argument
1338 trace_dump_arg(uint, clear_flags); in trace_context_clear_depth_stencil()
1347 pipe->clear_depth_stencil(pipe, dst, clear_flags, depth, stencil, in trace_context_clear_depth_stencil()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_blit.c490 unsigned clear_flags, in r600_clear_depth_stencil() argument
501 util_blitter_clear_depth_stencil(rctx->blitter, dst, clear_flags, depth, stencil, in r600_clear_depth_stencil()

12