/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_rasterizer.c | 45 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()
|
D | lp_surface.c | 209 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/ |
D | sp_tile_cache.c | 132 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()
|
D | sp_surface.c | 116 unsigned clear_flags, in softpipe_clear_depth_stencil() argument 128 util_clear_depth_stencil(pipe, dst, clear_flags, in softpipe_clear_depth_stencil()
|
D | sp_tile_cache.h | 92 uint *clear_flags; member
|
/external/ltp/testcases/kernel/syscalls/statx/ |
D | statx04.c | 36 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/ |
D | svga_pipe_clear.c | 303 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/ |
D | test_decimal.py | 336 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/ |
D | i915_surface.c | 166 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/ |
D | u_surface.c | 503 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()
|
D | u_surface.h | 102 unsigned clear_flags,
|
D | u_blitter.h | 347 unsigned clear_flags,
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_clear_blit.c | 96 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/ |
D | flags.c | 443 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/ |
D | u_surface.h | 95 unsigned clear_flags,
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_context.h | 329 unsigned clear_flags,
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_clear.c | 646 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/ |
D | deccheck.py | 247 self.c.clear_flags() 248 self.p.clear_flags() 291 maxcontext.clear_flags()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_context.h | 459 unsigned clear_flags,
|
/external/mesa3d/src/gallium/drivers/noop/ |
D | noop_pipe.c | 247 unsigned clear_flags, in noop_clear_depth_stencil() argument
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_blit.c | 448 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/ |
D | inode.c | 248 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/ |
D | tr_context.c | 1237 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/ |
D | r600_blit.c | 553 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/ |
D | rbug_context.c | 963 unsigned clear_flags, in rbug_clear_depth_stencil() argument 978 clear_flags, in rbug_clear_depth_stencil()
|