| /third_party/mesa3d/src/gallium/drivers/softpipe/ |
| D | sp_surface.c | 102 bool render_condition_enabled) in softpipe_clear_render_target() 122 bool render_condition_enabled) in softpipe_clear_depth_stencil()
|
| /third_party/mesa3d/src/gallium/drivers/iris/ |
| D | iris_clear.c | 70 bool render_condition_enabled, in can_fast_clear_color() 378 bool render_condition_enabled, in clear_color() 448 bool render_condition_enabled, in can_fast_clear_depth() 619 bool render_condition_enabled, in clear_depth_stencil() 844 bool render_condition_enabled) in iris_clear_render_target() 876 bool render_condition_enabled) in iris_clear_depth_stencil()
|
| /third_party/mesa3d/src/gallium/drivers/crocus/ |
| D | crocus_clear.c | 69 bool render_condition_enabled, in can_fast_clear_color() 325 bool render_condition_enabled, in clear_color() 394 bool render_condition_enabled, in can_fast_clear_depth() 518 bool render_condition_enabled, in clear_depth_stencil() 757 bool render_condition_enabled) in crocus_clear_render_target() 791 bool render_condition_enabled) in crocus_clear_depth_stencil()
|
| /third_party/mesa3d/src/gallium/drivers/i915/ |
| D | i915_surface.c | 136 unsigned height, bool render_condition_enabled) in i915_clear_render_target_render() 166 bool render_condition_enabled) in i915_clear_depth_stencil_render() 291 unsigned height, bool render_condition_enabled) in i915_clear_render_target_blitter() 314 bool render_condition_enabled) in i915_clear_depth_stencil_blitter()
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
| D | nv30_clear.c | 126 bool render_condition_enabled) in nv30_clear_render_target() 184 bool render_condition_enabled) in nv30_clear_depth_stencil()
|
| /third_party/mesa3d/src/gallium/drivers/etnaviv/ |
| D | etnaviv_clear_blit.c | 141 bool render_condition_enabled) in etna_clear_render_target() 155 unsigned height, bool render_condition_enabled) in etna_clear_depth_stencil()
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/ |
| D | freedreno_blitter.c | 281 bool render_condition_enabled) in fd_blitter_clear_render_target() 295 bool render_condition_enabled) in fd_blitter_clear_depth_stencil()
|
| D | freedreno_draw.c | 532 bool render_condition_enabled) in_dt in fd_clear_render_target() 545 bool render_condition_enabled) in_dt in fd_clear_depth_stencil()
|
| /third_party/mesa3d/src/gallium/drivers/vc4/ |
| D | vc4_draw.c | 647 bool render_condition_enabled) in vc4_clear_render_target() 659 bool render_condition_enabled) in vc4_clear_depth_stencil()
|
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| D | si_clear.c | 1256 bool render_condition_enabled, unsigned buffers, in si_try_normal_clear() 1370 bool render_condition_enabled) in si_clear_render_target() 1405 bool render_condition_enabled) in si_gfx_clear_render_target() 1418 bool render_condition_enabled) in si_clear_depth_stencil()
|
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| D | lp_surface.c | 333 bool render_condition_enabled) in llvmpipe_clear_render_target() 406 bool render_condition_enabled) in llvmpipe_clear_depth_stencil()
|
| /third_party/mesa3d/src/gallium/drivers/r300/ |
| D | r300_blit.c | 429 bool render_condition_enabled) in r300_clear_render_target() 448 bool render_condition_enabled) in r300_clear_depth_stencil()
|
| /third_party/mesa3d/src/gallium/drivers/svga/ |
| D | svga_pipe_clear.c | 513 bool render_condition_enabled) in svga_clear_render_target()
|
| D | svga_pipe_query.c | 1298 bool render_condition_enabled, in svga_toggle_render_condition()
|
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| D | zink_clear.c | 618 bool render_condition_enabled) in zink_clear_render_target() 643 bool render_condition_enabled) in zink_clear_depth_stencil()
|
| /third_party/mesa3d/src/gallium/drivers/r600/ |
| D | r600_blit.c | 533 bool render_condition_enabled) in r600_clear_render_target() 551 bool render_condition_enabled) in r600_clear_depth_stencil()
|
| /third_party/mesa3d/src/gallium/drivers/v3d/ |
| D | v3dx_draw.c | 1801 bool render_condition_enabled) in v3d_clear_render_target() 1817 bool render_condition_enabled) in v3d_clear_depth_stencil()
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
| D | nv50_surface.c | 284 bool render_condition_enabled) in nv50_clear_render_target() 375 bool render_condition_enabled) in nv50_clear_depth_stencil()
|
| /third_party/mesa3d/src/gallium/auxiliary/driver_noop/ |
| D | noop_pipe.c | 290 bool render_condition_enabled) in noop_clear_render_target() 301 bool render_condition_enabled) in noop_clear_depth_stencil()
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
| D | nvc0_surface.c | 294 bool render_condition_enabled) in nvc0_clear_render_target() 630 bool render_condition_enabled) in nvc0_clear_depth_stencil()
|
| /third_party/mesa3d/src/gallium/drivers/virgl/ |
| D | virgl_context.c | 918 bool render_condition_enabled) in virgl_clear_render_target() 939 bool render_condition_enabled) in virgl_clear_depth_stencil() 962 bool render_condition_enabled) in virgl_clear_render_target_stub()
|
| /third_party/mesa3d/src/gallium/drivers/panfrost/ |
| D | pan_resource.c | 62 bool render_condition_enabled) in panfrost_clear_depth_stencil() 80 bool render_condition_enabled) in panfrost_clear_render_target()
|
| /third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
| D | dd_draw.c | 1557 bool render_condition_enabled) in dd_context_clear_render_target() 1576 bool render_condition_enabled) in dd_context_clear_depth_stencil()
|
| /third_party/mesa3d/src/amd/common/nir/ |
| D | ac_nir_meta.h | 172 bool render_condition_enabled; member
|
| /third_party/mesa3d/src/gallium/drivers/d3d12/ |
| D | d3d12_context_graphics.cpp | 1928 bool render_condition_enabled) in d3d12_clear_render_target() 2022 bool render_condition_enabled) in d3d12_clear_depth_stencil()
|