Home
last modified time | relevance | path

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

12

/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_tile_cache.c129 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()
Dsp_surface.c116 unsigned clear_flags, in softpipe_clear_depth_stencil() argument
128 util_clear_depth_stencil(pipe, dst, clear_flags, in softpipe_clear_depth_stencil()
Dsp_tile_cache.h92 uint *clear_flags; member
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_surface.c467 unsigned clear_flags, in util_fill_zs_rect() argument
510 if (clear_flags & PIPE_CLEAR_DEPTH) in util_fill_zs_rect()
532 if (clear_flags & PIPE_CLEAR_DEPTH) in util_fill_zs_rect()
557 unsigned clear_flags, in util_fill_zs_box() argument
568 util_fill_zs_rect(dst, format, need_rmw, clear_flags, stride, in util_fill_zs_box()
578 unsigned clear_flags, in util_clear_depth_stencil_texture() argument
587 if ((clear_flags & PIPE_CLEAR_DEPTHSTENCIL) && in util_clear_depth_stencil_texture()
588 ((clear_flags & PIPE_CLEAR_DEPTHSTENCIL) != PIPE_CLEAR_DEPTHSTENCIL) && in util_clear_depth_stencil_texture()
605 util_fill_zs_box(dst_map, format, need_rmw, clear_flags, in util_clear_depth_stencil_texture()
669 unsigned clear_flags, in util_clear_depth_stencil() argument
[all …]
Du_surface.h71 bool need_rmw, unsigned clear_flags, unsigned stride,
102 unsigned clear_flags,
Du_blitter.h349 unsigned clear_flags,
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_rasterizer.c45 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()
Dlp_surface.c349 unsigned clear_flags, in lp_clear_depth_stencil_texture_msaa() argument
357 if ((clear_flags & PIPE_CLEAR_DEPTHSTENCIL) && in lp_clear_depth_stencil_texture_msaa()
358 ((clear_flags & PIPE_CLEAR_DEPTHSTENCIL) != PIPE_CLEAR_DEPTHSTENCIL) && in lp_clear_depth_stencil_texture_msaa()
374 util_fill_zs_box(dst_map, format, need_rmw, clear_flags, in lp_clear_depth_stencil_texture_msaa()
384 unsigned clear_flags, in llvmpipe_clear_depth_stencil() argument
409 dst->format, clear_flags, in llvmpipe_clear_depth_stencil()
412 util_clear_depth_stencil(pipe, dst, clear_flags, in llvmpipe_clear_depth_stencil()
/third_party/ltp/testcases/kernel/syscalls/statx/
Dstatx08.c34 static int fd, clear_flags; variable
118 clear_flags = 1; in caid_flags_setup()
160 if (clear_flags) { in cleanup()
/third_party/python/Lib/test/
Dtest_decimal.py355 self.context.clear_flags()
2207 c.clear_flags()
2211 c.clear_flags()
2218 c.clear_flags()
2222 c.clear_flags()
2226 c.clear_flags()
2230 c.clear_flags()
2234 c.clear_flags()
2239 c.clear_flags()
2244 c.clear_flags()
[all …]
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_clear.c313 unsigned clear_flags = 0; in svga_clear_texture() local
326 clear_flags |= PIPE_CLEAR_DEPTH; in svga_clear_texture()
329 clear_flags |= PIPE_CLEAR_STENCIL; in svga_clear_texture()
347 clear_flags, in svga_clear_texture()
357 dsv, clear_flags, in svga_clear_texture()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_surface.c161 struct pipe_surface *dst, unsigned clear_flags, in i915_clear_depth_stencil_render() argument
180 i915_clear_emit(pipe, clear_flags & PIPE_CLEAR_DEPTHSTENCIL, NULL, depth, in i915_clear_depth_stencil_render()
309 struct pipe_surface *dst, unsigned clear_flags, in i915_clear_depth_stencil_blitter() argument
326 if (clear_flags & PIPE_CLEAR_DEPTH) in i915_clear_depth_stencil_blitter()
331 if ((clear_flags & PIPE_CLEAR_STENCIL) || in i915_clear_depth_stencil_blitter()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_clear_blit.c138 unsigned clear_flags, double depth, unsigned stencil, in etna_clear_depth_stencil() argument
147 util_blitter_clear_depth_stencil(ctx->blitter, dst, clear_flags, depth, in etna_clear_depth_stencil()
/third_party/python/Modules/_decimal/tests/
Ddeccheck.py268 self.c.clear_flags()
269 self.p.clear_flags()
312 maxcontext.clear_flags()
376 self.maxcontext.clear_flags()
689 t.maxcontext.clear_flags()
768 t.maxcontext.clear_flags()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_clear.h81 unsigned clear_flags, double depth, unsigned stencil,
Dzink_clear.c570 unsigned clear_flags, double depth, unsigned stencil, in zink_clear_depth_stencil() argument
590 pctx->clear(pctx, clear_flags, &scissor, NULL, depth, stencil); in zink_clear_depth_stencil()
/third_party/rust/crates/rust-openssl/openssl/src/x509/
Dverify.rs102 pub fn clear_flags(&mut self, flags: X509VerifyFlags) -> Result<(), ErrorStack> { in clear_flags() method
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_clear.c1285 unsigned clear_flags, double depth, unsigned stencil, in si_clear_depth_stencil() argument
1294 clear_flags, &unused, depth, stencil)) in si_clear_depth_stencil()
1299 util_blitter_clear_depth_stencil(sctx->blitter, dst, clear_flags, depth, stencil, dstx, dsty, in si_clear_depth_stencil()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_blit.c459 unsigned clear_flags, in r300_clear_depth_stencil() argument
479 util_blitter_clear_depth_stencil(r300->blitter, dst, clear_flags, depth, stencil, in r300_clear_depth_stencil()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_context.h703 unsigned clear_flags,
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_blit.c557 unsigned clear_flags, in r600_clear_depth_stencil() argument
568 util_blitter_clear_depth_stencil(rctx->blitter, dst, clear_flags, depth, stencil, in r600_clear_depth_stencil()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_context.c1472 unsigned clear_flags, in trace_context_clear_depth_stencil() argument
1488 trace_dump_arg(uint, clear_flags); in trace_context_clear_depth_stencil()
1497 pipe->clear_depth_stencil(pipe, dst, clear_flags, depth, stencil, in trace_context_clear_depth_stencil()
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
Drbug_context.c978 unsigned clear_flags, in rbug_clear_depth_stencil() argument
993 clear_flags, in rbug_clear_depth_stencil()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_surface.c367 unsigned clear_flags, in nv50_clear_depth_stencil() argument
385 if (clear_flags & PIPE_CLEAR_DEPTH) { in nv50_clear_depth_stencil()
391 if (clear_flags & PIPE_CLEAR_STENCIL) { in nv50_clear_depth_stencil()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_surface.c622 unsigned clear_flags, in nvc0_clear_depth_stencil() argument
644 if (clear_flags & PIPE_CLEAR_DEPTH) { in nvc0_clear_depth_stencil()
650 if (clear_flags & PIPE_CLEAR_STENCIL) { in nvc0_clear_depth_stencil()

12