Home
last modified time | relevance | path

Searched refs:clear_flags (Results 1 - 25 of 32) sorted by relevance

12

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_rasterizer.c45 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 Dlp_surface.c349 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 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, 25 in sp_tile_cache_clear()
[all...]
H A Dsp_surface.c116 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 Dsp_tile_cache.h92 uint *clear_flags; member
/third_party/ltp/testcases/kernel/syscalls/statx/
H A Dstatx08.c35 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 Du_surface.c467 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 Du_surface.h71 bool need_rmw, unsigned clear_flags, unsigned stride,
102 unsigned clear_flags,
H A Du_blitter.h349 unsigned clear_flags,
/third_party/python/Lib/test/
H A Dtest_decimal.py345 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 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/
H A Di915_surface.c161 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 Dzink_clear.h81 unsigned clear_flags, double depth, unsigned stencil,
H A Dzink_clear.c570 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 Detnaviv_clear_blit.c138 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 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/rust/crates/rust-openssl/openssl/src/x509/
H A Dverify.rs102 pub fn clear_flags(&mut self, flags: X509VerifyFlags) -> Result<(), ErrorStack> { in clear_flags() functions
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_blit.c459 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 Dp_context.h697 * \param clear_flags bitfield of PIPE_CLEAR_DEPTH/STENCIL values.
703 unsigned clear_flags,
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_blit.c557 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 Dsi_clear.c1285 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 Dtr_context.c1472 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 Dnoop_pipe.c296 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 Dnv50_surface.c367 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 Dnvc0_surface.c622 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

Completed in 34 milliseconds

12