Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_rasterizer.c45 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/
Dsp_tile_cache.c124 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()
Dsp_tile_cache.h90 uint clear_flags[(MAX_WIDTH / TILE_SIZE) * (MAX_HEIGHT / TILE_SIZE) / 32]; member
/external/mesa3d/src/gallium/auxiliary/util/
Du_surface.c279 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()
Du_surface.h78 unsigned clear_flags,
Du_blitter.h296 unsigned clear_flags,
Du_blitter.c1327 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/
Di915_surface.c126 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/
Dr600_blit.c224 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/
Dr300_blit.c366 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/
Dp_context.h342 unsigned clear_flags,
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_surface.c327 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/
Dnvc0_surface.c345 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/
Dinode.c211 int clear_flags) in ext2fs_inode_scan_flags() argument
219 scan->scan_flags &= ~clear_flags; in ext2fs_inode_scan_flags()
Dext2fs.h1301 int clear_flags);
/external/mesa3d/src/gallium/drivers/noop/
Dnoop_pipe.c225 unsigned clear_flags, in noop_clear_depth_stencil() argument
/external/mesa3d/src/gallium/drivers/trace/
Dtr_context.c1288 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/
Dglhd_context.c764 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/
Did_context.c675 unsigned clear_flags, in identity_clear_depth_stencil() argument
688 clear_flags, in identity_clear_depth_stencil()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_blit.c529 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/
Dd3d11_context.h1632 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/
Drbug_context.c918 unsigned clear_flags, in rbug_clear_depth_stencil() argument
932 clear_flags, in rbug_clear_depth_stencil()
/external/e2fsprogs/doc/
Dlibext2fs.texinfo591 …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}.