/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_rasterizer.c | 45 clear_flags(struct pipe_rasterizer_state *rast) in clear_flags() function 88 clear_flags(&state->lp_state); in llvmpipe_create_rasterizer_state() 90 clear_flags(&state->draw_state); in llvmpipe_create_rasterizer_state()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_tile_cache.c | 124 memset(tc->clear_flags, 255, sizeof(tc->clear_flags)); in sp_create_tile_cache() 349 if (is_clear_flag_set(tc->clear_flags, addr)) { in sp_tile_cache_flush_clear() 380 memset(tc->clear_flags, 0, sizeof(tc->clear_flags)); in sp_tile_cache_flush_clear() 553 if (is_clear_flag_set(tc->clear_flags, addr)) { in sp_find_cached_tile() 561 clear_clear_flag(tc->clear_flags, addr); in sp_find_cached_tile() 625 memset(tc->clear_flags, 255, sizeof(tc->clear_flags)); in sp_tile_cache_clear()
|
D | sp_tile_cache.h | 90 uint clear_flags[(MAX_WIDTH / TILE_SIZE) * (MAX_HEIGHT / TILE_SIZE) / 32]; member
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_surface.c | 279 unsigned clear_flags, in util_clear_depth_stencil() argument 289 if ((clear_flags & PIPE_CLEAR_DEPTHSTENCIL) && in util_clear_depth_stencil() 290 ((clear_flags & PIPE_CLEAR_DEPTHSTENCIL) != PIPE_CLEAR_DEPTHSTENCIL) && in util_clear_depth_stencil() 353 if (clear_flags & PIPE_CLEAR_DEPTH) in util_clear_depth_stencil() 383 if (clear_flags & PIPE_CLEAR_DEPTH) in util_clear_depth_stencil()
|
D | u_surface.h | 78 unsigned clear_flags,
|
D | u_blitter.h | 296 unsigned clear_flags,
|
D | u_blitter.c | 1327 unsigned clear_flags, in util_blitter_clear_depth_stencil() argument 1350 if ((clear_flags & PIPE_CLEAR_DEPTHSTENCIL) == PIPE_CLEAR_DEPTHSTENCIL) { in util_blitter_clear_depth_stencil() 1355 else if (clear_flags & PIPE_CLEAR_DEPTH) { in util_blitter_clear_depth_stencil() 1358 else if (clear_flags & PIPE_CLEAR_STENCIL) { in util_blitter_clear_depth_stencil()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_surface.c | 126 unsigned clear_flags, in i915_clear_depth_stencil_render() argument 146 i915_clear_emit(pipe, clear_flags & PIPE_CLEAR_DEPTHSTENCIL, in i915_clear_depth_stencil_render() 237 unsigned clear_flags, in i915_clear_depth_stencil_blitter() argument 254 if (clear_flags & PIPE_CLEAR_DEPTH) in i915_clear_depth_stencil_blitter() 259 if ((clear_flags & PIPE_CLEAR_STENCIL) || in i915_clear_depth_stencil_blitter()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | r600_blit.c | 224 unsigned clear_flags, in r600_clear_depth_stencil() argument 233 util_blitter_clear_depth_stencil(rctx->blitter, dst, clear_flags, depth, stencil, in r600_clear_depth_stencil()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_blit.c | 366 unsigned clear_flags, in r300_clear_depth_stencil() argument 384 util_blitter_clear_depth_stencil(r300->blitter, dst, clear_flags, depth, stencil, in r300_clear_depth_stencil()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_context.h | 342 unsigned clear_flags,
|
/external/mesa3d/src/gallium/drivers/nv50/ |
D | nv50_surface.c | 327 unsigned clear_flags, in nv50_clear_depth_stencil() argument 342 if (clear_flags & PIPE_CLEAR_DEPTH) { in nv50_clear_depth_stencil() 348 if (clear_flags & PIPE_CLEAR_STENCIL) { in nv50_clear_depth_stencil()
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
D | nvc0_surface.c | 345 unsigned clear_flags, in nvc0_clear_depth_stencil() argument 359 if (clear_flags & PIPE_CLEAR_DEPTH) { in nvc0_clear_depth_stencil() 365 if (clear_flags & PIPE_CLEAR_STENCIL) { in nvc0_clear_depth_stencil()
|
/external/e2fsprogs/lib/ext2fs/ |
D | inode.c | 211 int clear_flags) in ext2fs_inode_scan_flags() argument 219 scan->scan_flags &= ~clear_flags; in ext2fs_inode_scan_flags()
|
D | ext2fs.h | 1301 int clear_flags);
|
/external/mesa3d/src/gallium/drivers/noop/ |
D | noop_pipe.c | 225 unsigned clear_flags, in noop_clear_depth_stencil() argument
|
/external/mesa3d/src/gallium/drivers/trace/ |
D | tr_context.c | 1288 unsigned clear_flags, in trace_context_clear_depth_stencil() argument 1303 trace_dump_arg(uint, clear_flags); in trace_context_clear_depth_stencil() 1311 pipe->clear_depth_stencil(pipe, dst, clear_flags, depth, stencil, in trace_context_clear_depth_stencil()
|
/external/mesa3d/src/gallium/drivers/galahad/ |
D | glhd_context.c | 764 unsigned clear_flags, in galahad_context_clear_depth_stencil() argument 777 clear_flags, in galahad_context_clear_depth_stencil()
|
/external/mesa3d/src/gallium/drivers/identity/ |
D | id_context.c | 675 unsigned clear_flags, in identity_clear_depth_stencil() argument 688 clear_flags, in identity_clear_depth_stencil()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_blit.c | 529 unsigned clear_flags, in r600_clear_depth_stencil() argument 538 util_blitter_clear_depth_stencil(rctx->blitter, dst, clear_flags, depth, stencil, in r600_clear_depth_stencil()
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/ |
D | d3d11_context.h | 1632 unsigned clear_flags, in ClearDepthStencilView() 1639 if(clear_flags & D3D11_CLEAR_DEPTH) in ClearDepthStencilView() 1641 if(clear_flags & D3D11_CLEAR_STENCIL) in ClearDepthStencilView()
|
/external/mesa3d/src/gallium/drivers/rbug/ |
D | rbug_context.c | 918 unsigned clear_flags, in rbug_clear_depth_stencil() argument 932 clear_flags, in rbug_clear_depth_stencil()
|
/external/e2fsprogs/doc/ |
D | libext2fs.texinfo | 591 …nt ext2fs_inode_scan_flags (ext2_inode_scan @var{scan}, int @var{set_flags}, int @var{clear_flags}) 593 Set the scan_flags @var{set_flags} and clear the scan_flags @var{clear_flags}.
|