Home
last modified time | relevance | path

Searched refs:clear_flags (Results 1 – 25 of 38) 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/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/ltp/testcases/kernel/syscalls/statx/
Dstatx04.c36 static int fd, clear_flags; variable
147 clear_flags = 1; in caid_flags_setup()
165 if (clear_flags) { in cleanup()
/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/python/cpython3/Lib/test/
Dtest_decimal.py336 self.context.clear_flags()
2179 c.clear_flags()
2183 c.clear_flags()
2190 c.clear_flags()
2194 c.clear_flags()
2198 c.clear_flags()
2202 c.clear_flags()
2206 c.clear_flags()
2211 c.clear_flags()
2216 c.clear_flags()
[all …]
/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.c503 unsigned clear_flags, in util_clear_depth_stencil_texture() argument
515 if ((clear_flags & PIPE_CLEAR_DEPTHSTENCIL) && in util_clear_depth_stencil_texture()
516 ((clear_flags & PIPE_CLEAR_DEPTHSTENCIL) != PIPE_CLEAR_DEPTHSTENCIL) && in util_clear_depth_stencil_texture()
576 if (clear_flags & PIPE_CLEAR_DEPTH) in util_clear_depth_stencil_texture()
600 if (clear_flags & PIPE_CLEAR_DEPTH) in util_clear_depth_stencil_texture()
686 unsigned clear_flags, in util_clear_depth_stencil() argument
702 clear_flags, zstencil, dst->u.tex.level, in util_clear_depth_stencil()
Du_surface.h102 unsigned clear_flags,
Du_blitter.h347 unsigned clear_flags,
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_clear_blit.c96 unsigned clear_flags, double depth, unsigned stencil, in etna_clear_depth_stencil() argument
105 util_blitter_clear_depth_stencil(ctx->blitter, dst, clear_flags, depth, in etna_clear_depth_stencil()
/external/u-boot/env/
Dflags.c443 static int clear_flags(ENTRY *entry) in clear_flags() function
479 hwalk_r(&env_htab, clear_flags); in on_flags()
/external/virglrenderer/src/gallium/auxiliary/util/
Du_surface.h95 unsigned clear_flags,
/external/virglrenderer/src/gallium/include/pipe/
Dp_context.h329 unsigned clear_flags,
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_clear.c646 unsigned clear_flags, in si_clear_depth_stencil() argument
657 util_blitter_clear_depth_stencil(sctx->blitter, dst, clear_flags, depth, stencil, in si_clear_depth_stencil()
/external/python/cpython3/Modules/_decimal/tests/
Ddeccheck.py247 self.c.clear_flags()
248 self.p.clear_flags()
291 maxcontext.clear_flags()
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h459 unsigned clear_flags,
/external/mesa3d/src/gallium/drivers/noop/
Dnoop_pipe.c247 unsigned clear_flags, in noop_clear_depth_stencil() argument
/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/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/trace/
Dtr_context.c1237 unsigned clear_flags, in trace_context_clear_depth_stencil() argument
1253 trace_dump_arg(uint, clear_flags); in trace_context_clear_depth_stencil()
1262 pipe->clear_depth_stencil(pipe, dst, clear_flags, depth, stencil, in trace_context_clear_depth_stencil()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_blit.c553 unsigned clear_flags, in r600_clear_depth_stencil() argument
564 util_blitter_clear_depth_stencil(rctx->blitter, dst, clear_flags, depth, stencil, in r600_clear_depth_stencil()
/external/mesa3d/src/gallium/drivers/rbug/
Drbug_context.c963 unsigned clear_flags, in rbug_clear_depth_stencil() argument
978 clear_flags, in rbug_clear_depth_stencil()

12