Home
last modified time | relevance | path

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

12

/external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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,
/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,
/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/chromium_org/third_party/mesa/src/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/qemu/memcheck/
Dmemcheck_malloc_map.h130 uint32_t clear_flags);
Dmemcheck_malloc_map.c225 uint32_t clear_flags) in allocmap_copy() argument
237 new_entry->desc.flags &= ~clear_flags; in allocmap_copy()
/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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
Dp_context.h342 unsigned clear_flags,
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h342 unsigned clear_flags,
/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/chromium_org/third_party/mesa/src/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/chromium_org/chrome/browser/prerender/
Dprerender_manager.cc1047 void PrerenderManager::ClearData(int clear_flags) { in ClearData() argument
1048 DCHECK_GE(clear_flags, 0); in ClearData()
1049 DCHECK_LT(clear_flags, CLEAR_MAX); in ClearData()
1050 if (clear_flags & CLEAR_PRERENDER_CONTENTS) in ClearData()
1053 if (clear_flags & CLEAR_PRERENDER_HISTORY) in ClearData()
/external/chromium_org/third_party/mesa/src/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/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()

12