/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_tile_cache.c | 129 memset(tc->clear_flags, 255, sizeof(tc->clear_flags)); in sp_create_tile_cache() 156 FREE(tc->clear_flags); in sp_destroy_tile_cache() 187 FREE(tc->clear_flags); in sp_tile_cache_set_surface() 199 tc->clear_flags = CALLOC(1, tc->clear_flags_size); in sp_tile_cache_set_surface() 362 if (is_clear_flag_set(tc->clear_flags, addr, tc->clear_flags_size)) { in sp_tile_cache_flush_clear() 438 memset(tc->clear_flags, 0, tc->clear_flags_size); in sp_flush_tile_cache() 528 if (is_clear_flag_set(tc->clear_flags, addr, tc->clear_flags_size)) { in sp_find_cached_tile() 536 clear_clear_flag(tc->clear_flags, addr, tc->clear_flags_size); in sp_find_cached_tile() 584 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/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 | 335 unsigned clear_flags, in lp_clear_depth_stencil_texture_msaa() argument 343 if ((clear_flags & PIPE_CLEAR_DEPTHSTENCIL) && in lp_clear_depth_stencil_texture_msaa() 344 ((clear_flags & PIPE_CLEAR_DEPTHSTENCIL) != PIPE_CLEAR_DEPTHSTENCIL) && in lp_clear_depth_stencil_texture_msaa() 360 util_fill_zs_box(dst_map, format, need_rmw, clear_flags, in lp_clear_depth_stencil_texture_msaa() 370 unsigned clear_flags, in llvmpipe_clear_depth_stencil() argument 392 dst->format, clear_flags, in llvmpipe_clear_depth_stencil() 395 util_clear_depth_stencil(pipe, dst, clear_flags, in llvmpipe_clear_depth_stencil()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_surface.c | 434 unsigned clear_flags, in util_fill_zs_rect() argument 477 if (clear_flags & PIPE_CLEAR_DEPTH) in util_fill_zs_rect() 501 if (clear_flags & PIPE_CLEAR_DEPTH) in util_fill_zs_rect() 526 unsigned clear_flags, in util_fill_zs_box() argument 537 util_fill_zs_rect(dst, format, need_rmw, clear_flags, stride, in util_fill_zs_box() 547 unsigned clear_flags, in util_clear_depth_stencil_texture() argument 556 if ((clear_flags & PIPE_CLEAR_DEPTHSTENCIL) && in util_clear_depth_stencil_texture() 557 ((clear_flags & PIPE_CLEAR_DEPTHSTENCIL) != PIPE_CLEAR_DEPTHSTENCIL) && in util_clear_depth_stencil_texture() 574 util_fill_zs_box(dst_map, format, need_rmw, clear_flags, in util_clear_depth_stencil_texture() 638 unsigned clear_flags, in util_clear_depth_stencil() argument [all …]
|
D | u_surface.h | 71 bool need_rmw, unsigned clear_flags, unsigned stride, 102 unsigned clear_flags,
|
D | u_blitter.h | 358 unsigned clear_flags,
|
/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/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/drivers/svga/ |
D | svga_pipe_clear.c | 297 unsigned clear_flags = 0; in svga_clear_texture() local 310 clear_flags |= PIPE_CLEAR_DEPTH; in svga_clear_texture() 313 clear_flags |= PIPE_CLEAR_STENCIL; in svga_clear_texture() 331 clear_flags, in svga_clear_texture() 341 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/virglrenderer/src/gallium/auxiliary/util/ |
D | u_surface.h | 95 unsigned clear_flags,
|
/external/perfetto/include/perfetto/ext/trace_processor/importers/memory_tracker/ |
D | raw_memory_graph_node.h | 131 void clear_flags(int flags) { flags_ &= ~flags; } in clear_flags() function
|
/external/libchrome/base/trace_event/ |
D | memory_allocator_dump.h | 114 void clear_flags(int flags) { flags_ &= ~flags; } in clear_flags() function
|
D | process_memory_dump.cc | 292 mad->clear_flags(MemoryAllocatorDump::Flags::WEAK); in CreateSharedGlobalAllocatorDump()
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_clear_blit.c | 137 unsigned clear_flags, double depth, unsigned stencil, in etna_clear_depth_stencil() argument 146 util_blitter_clear_depth_stencil(ctx->blitter, dst, clear_flags, depth, in etna_clear_depth_stencil()
|
/external/crosvm/sys_util/src/ |
D | lib.rs | 474 pub fn clear_fd_flags(fd: RawFd, clear_flags: c_int) -> Result<()> { in clear_fd_flags() 476 set_fd_flags(fd, start_flags & !clear_flags) in clear_fd_flags()
|
/external/python/cpython3/Modules/_decimal/tests/ |
D | deccheck.py | 264 self.c.clear_flags() 265 self.p.clear_flags() 308 maxcontext.clear_flags() 372 self.maxcontext.clear_flags() 685 t.maxcontext.clear_flags() 764 t.maxcontext.clear_flags()
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_context.h | 329 unsigned clear_flags,
|
/external/igt-gpu-tools/lib/ |
D | igt_panfrost.c | 170 .clear_flags = 0x101100 | MALI_CLEAR_SLOW, in igt_panfrost_trivial_job()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_clear.c | 705 unsigned clear_flags, double depth, unsigned stencil, in si_clear_depth_stencil() argument 713 util_blitter_clear_depth_stencil(sctx->blitter, dst, clear_flags, depth, stencil, dstx, dsty, in si_clear_depth_stencil()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_context.h | 602 unsigned clear_flags,
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_blit.c | 450 unsigned clear_flags, in r300_clear_depth_stencil() argument 470 util_blitter_clear_depth_stencil(r300->blitter, dst, clear_flags, depth, stencil, in r300_clear_depth_stencil()
|
/external/mesa3d/src/gallium/auxiliary/driver_noop/ |
D | noop_pipe.c | 273 unsigned clear_flags, in noop_clear_depth_stencil() argument
|