Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_rasterizer.c45 clear_flags(struct pipe_rasterizer_state *rast) in clear_flags() function
Dlp_surface.c349 unsigned clear_flags, in lp_clear_depth_stencil_texture_msaa()
384 unsigned clear_flags, in llvmpipe_clear_depth_stencil()
/third_party/ltp/testcases/kernel/syscalls/statx/
Dstatx08.c34 static int fd, clear_flags; variable
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_surface.c467 unsigned clear_flags, in util_fill_zs_rect()
557 unsigned clear_flags, in util_fill_zs_box()
578 unsigned clear_flags, in util_clear_depth_stencil_texture()
669 unsigned clear_flags, in util_clear_depth_stencil()
Du_blitter.c2448 unsigned clear_flags, in util_blitter_clear_depth_stencil()
Du_threaded_context.c4004 unsigned clear_flags; member
4028 struct pipe_surface *dst, unsigned clear_flags, in tc_clear_depth_stencil()
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_surface.c116 unsigned clear_flags, in softpipe_clear_depth_stencil()
Dsp_tile_cache.h92 uint *clear_flags; member
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_surface.c161 struct pipe_surface *dst, unsigned clear_flags, in i915_clear_depth_stencil_render()
309 struct pipe_surface *dst, unsigned clear_flags, 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()
/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/svga/
Dsvga_pipe_clear.c313 unsigned clear_flags = 0; in svga_clear_texture() local
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_blit.c459 unsigned clear_flags, in r300_clear_depth_stencil()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_clear.c570 unsigned clear_flags, double depth, unsigned stencil, in zink_clear_depth_stencil()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_blit.c557 unsigned clear_flags, in r600_clear_depth_stencil()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_clear.c1285 unsigned clear_flags, double depth, unsigned stencil, in si_clear_depth_stencil()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_surface.c367 unsigned clear_flags, in nv50_clear_depth_stencil()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_surface.c622 unsigned clear_flags, in nvc0_clear_depth_stencil()
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
Dnoop_pipe.c296 unsigned clear_flags, in noop_clear_depth_stencil()
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
Ddd_draw.c1570 struct pipe_surface *dst, unsigned clear_flags, in dd_context_clear_depth_stencil()
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
Drbug_context.c978 unsigned clear_flags, in rbug_clear_depth_stencil()
/third_party/mesa3d/src/gallium/tools/trace/
Ddump_state.py726 …def clear_depth_stencil(self, dst, clear_flags, depth, stencil, dstx, dsty, width, height, render_… argument
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_context.cpp2021 unsigned clear_flags, in d3d12_clear_depth_stencil()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_context.c1472 unsigned clear_flags, in trace_context_clear_depth_stencil()
/third_party/python/Lib/
D_pydecimal.py3998 def clear_flags(self): member in Context