/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_state_rasterizer.c | 45 clear_flags(struct pipe_rasterizer_state *rast) in clear_flags() function 77 * of flags which get cleared in clear_flags(). in llvmpipe_create_rasterizer_state() 92 clear_flags(&state->lp_state); in llvmpipe_create_rasterizer_state() 94 clear_flags(&state->draw_state); in llvmpipe_create_rasterizer_state()
|
H A D | lp_surface.c | 349 unsigned clear_flags, in lp_clear_depth_stencil_texture_msaa() 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() 409 dst->format, clear_flags, in llvmpipe_clear_depth_stencil() 412 util_clear_depth_stencil(pipe, dst, clear_flags, in llvmpipe_clear_depth_stencil() 346 lp_clear_depth_stencil_texture_msaa(struct pipe_context *pipe, struct pipe_resource *texture, enum pipe_format format, unsigned clear_flags, uint64_t zstencil, unsigned sample, const struct pipe_box *box) lp_clear_depth_stencil_texture_msaa() argument 382 llvmpipe_clear_depth_stencil(struct pipe_context *pipe, struct pipe_surface *dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) llvmpipe_clear_depth_stencil() argument
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A 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, 25 in sp_tile_cache_clear() [all...] |
H A D | sp_surface.c | 116 unsigned clear_flags, in softpipe_clear_depth_stencil() 128 util_clear_depth_stencil(pipe, dst, clear_flags, in softpipe_clear_depth_stencil() 114 softpipe_clear_depth_stencil(struct pipe_context *pipe, struct pipe_surface *dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) softpipe_clear_depth_stencil() argument
|
H A D | sp_tile_cache.h | 92 uint *clear_flags; member
|
/third_party/ltp/testcases/kernel/syscalls/statx/ |
H A D | statx08.c | 35 static int fd, clear_flags; variable 119 clear_flags = 1; in caid_flags_setup() 161 if (clear_flags) { in cleanup()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_surface.c | 467 unsigned clear_flags, in util_fill_zs_rect() 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() 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() 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() 464 util_fill_zs_rect(ubyte *dst_map, enum pipe_format format, bool need_rmw, unsigned clear_flags, unsigned dst_stride, unsigned width, unsigned height, uint64_t zstencil) util_fill_zs_rect() argument 554 util_fill_zs_box(ubyte *dst, enum pipe_format format, bool need_rmw, unsigned clear_flags, unsigned stride, unsigned layer_stride, unsigned width, unsigned height, unsigned depth, uint64_t zstencil) util_fill_zs_box() argument 575 util_clear_depth_stencil_texture(struct pipe_context *pipe, struct pipe_resource *texture, enum pipe_format format, unsigned clear_flags, uint64_t zstencil, unsigned level, unsigned dstx, unsigned dsty, unsigned dstz, unsigned width, unsigned height, unsigned depth) util_clear_depth_stencil_texture() argument 667 util_clear_depth_stencil(struct pipe_context *pipe, struct pipe_surface *dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height) util_clear_depth_stencil() argument [all...] |
H A D | u_surface.h | 71 bool need_rmw, unsigned clear_flags, unsigned stride, 102 unsigned clear_flags,
|
H A D | u_blitter.h | 349 unsigned clear_flags,
|
/third_party/python/Lib/test/ |
H A D | test_decimal.py | 345 self.context.clear_flags() 2259 c.clear_flags() 2263 c.clear_flags() 2270 c.clear_flags() 2274 c.clear_flags() 2278 c.clear_flags() 2282 c.clear_flags() 2286 c.clear_flags() 2291 c.clear_flags() 2296 c.clear_flags() [all...] |
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_pipe_clear.c | 313 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/ |
H A D | i915_surface.c | 161 struct pipe_surface *dst, unsigned clear_flags, in i915_clear_depth_stencil_render() 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() 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() 160 i915_clear_depth_stencil_render(struct pipe_context *pipe, struct pipe_surface *dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) i915_clear_depth_stencil_render() argument 308 i915_clear_depth_stencil_blitter(struct pipe_context *pipe, struct pipe_surface *dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) i915_clear_depth_stencil_blitter() argument
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_clear.h | 81 unsigned clear_flags, double depth, unsigned stencil,
|
H A D | zink_clear.c | 570 unsigned clear_flags, double depth, unsigned stencil, in zink_clear_depth_stencil() 590 pctx->clear(pctx, clear_flags, &scissor, NULL, depth, stencil); in zink_clear_depth_stencil() 569 zink_clear_depth_stencil(struct pipe_context *pctx, struct pipe_surface *dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) zink_clear_depth_stencil() argument
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_clear_blit.c | 138 unsigned clear_flags, double depth, unsigned stencil, in etna_clear_depth_stencil() 147 util_blitter_clear_depth_stencil(ctx->blitter, dst, clear_flags, depth, in etna_clear_depth_stencil() 137 etna_clear_depth_stencil(struct pipe_context *pctx, struct pipe_surface *dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) etna_clear_depth_stencil() argument
|
/third_party/python/Modules/_decimal/tests/ |
H A D | deccheck.py | 268 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/rust/crates/rust-openssl/openssl/src/x509/ |
H A D | verify.rs | 102 pub fn clear_flags(&mut self, flags: X509VerifyFlags) -> Result<(), ErrorStack> { in clear_flags() functions
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_blit.c | 459 unsigned clear_flags, in r300_clear_depth_stencil() 479 util_blitter_clear_depth_stencil(r300->blitter, dst, clear_flags, depth, stencil, in r300_clear_depth_stencil() 457 r300_clear_depth_stencil(struct pipe_context *pipe, struct pipe_surface *dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) r300_clear_depth_stencil() argument
|
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_context.h | 697 * \param clear_flags bitfield of PIPE_CLEAR_DEPTH/STENCIL values. 703 unsigned clear_flags,
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_blit.c | 557 unsigned clear_flags, in r600_clear_depth_stencil() 568 util_blitter_clear_depth_stencil(rctx->blitter, dst, clear_flags, depth, stencil, in r600_clear_depth_stencil() 555 r600_clear_depth_stencil(struct pipe_context *ctx, struct pipe_surface *dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) r600_clear_depth_stencil() argument
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_clear.c | 1285 unsigned clear_flags, double depth, unsigned stencil, in si_clear_depth_stencil() 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() 1284 si_clear_depth_stencil(struct pipe_context *ctx, struct pipe_surface *dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) si_clear_depth_stencil() argument
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
H A D | tr_context.c | 1472 unsigned clear_flags, in trace_context_clear_depth_stencil() 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() 1470 trace_context_clear_depth_stencil(struct pipe_context *_pipe, struct pipe_surface *dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) trace_context_clear_depth_stencil() argument
|
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/ |
H A D | noop_pipe.c | 296 unsigned clear_flags, in noop_clear_depth_stencil() 294 noop_clear_depth_stencil(struct pipe_context *ctx, struct pipe_surface *dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) noop_clear_depth_stencil() argument
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_surface.c | 367 unsigned clear_flags, in nv50_clear_depth_stencil() 385 if (clear_flags & PIPE_CLEAR_DEPTH) { in nv50_clear_depth_stencil() 391 if (clear_flags & PIPE_CLEAR_STENCIL) { in nv50_clear_depth_stencil() 365 nv50_clear_depth_stencil(struct pipe_context *pipe, struct pipe_surface *dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) nv50_clear_depth_stencil() argument
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_surface.c | 622 unsigned clear_flags, in nvc0_clear_depth_stencil() 644 if (clear_flags & PIPE_CLEAR_DEPTH) { in nvc0_clear_depth_stencil() 650 if (clear_flags & PIPE_CLEAR_STENCIL) { in nvc0_clear_depth_stencil() 620 nvc0_clear_depth_stencil(struct pipe_context *pipe, struct pipe_surface *dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) nvc0_clear_depth_stencil() argument
|