/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_clear.c | 71 bool render_condition_enabled, in can_fast_clear_color() argument 95 if (render_condition_enabled && in can_fast_clear_color() 310 bool render_condition_enabled, in clear_color() argument 321 if (render_condition_enabled) { in clear_color() 335 render_condition_enabled, in clear_color() 381 bool render_condition_enabled, in can_fast_clear_depth() argument 403 if (render_condition_enabled && in can_fast_clear_depth() 515 bool render_condition_enabled, in clear_depth_stencil() argument 526 if (render_condition_enabled) { in clear_depth_stencil() 543 can_fast_clear_depth(ice, z_res, level, box, render_condition_enabled, in clear_depth_stencil() [all …]
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_clear.c | 69 bool render_condition_enabled, in can_fast_clear_color() argument 94 if (render_condition_enabled && in can_fast_clear_color() 330 bool render_condition_enabled, in clear_color() argument 341 if (render_condition_enabled) { in clear_color() 355 render_condition_enabled, in clear_color() 399 bool render_condition_enabled, in can_fast_clear_depth() argument 424 if (render_condition_enabled && in can_fast_clear_depth() 543 bool render_condition_enabled, in clear_depth_stencil() argument 554 if (render_condition_enabled) { in clear_depth_stencil() 571 can_fast_clear_depth(ice, z_res, level, box, render_condition_enabled, in clear_depth_stencil() [all …]
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_surface.c | 101 bool render_condition_enabled) in softpipe_clear_render_target() argument 105 if (render_condition_enabled && !softpipe_check_render_cond(softpipe)) in softpipe_clear_render_target() 121 bool render_condition_enabled) in softpipe_clear_depth_stencil() argument 125 if (render_condition_enabled && !softpipe_check_render_cond(softpipe)) in softpipe_clear_depth_stencil()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_clear.h | 77 bool render_condition_enabled); 83 bool render_condition_enabled);
|
D | zink_clear.c | 550 bool render_condition_enabled) in zink_clear_render_target() argument 554 if (!render_condition_enabled && render_condition_active) { in zink_clear_render_target() 563 if (!render_condition_enabled && render_condition_active) in zink_clear_render_target() 572 bool render_condition_enabled) in zink_clear_depth_stencil() argument 576 if (!render_condition_enabled && render_condition_active) { in zink_clear_depth_stencil() 593 if (!render_condition_enabled && render_condition_active) in zink_clear_depth_stencil()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_clear.c | 1218 bool render_condition_enabled, unsigned buffers, in si_try_normal_clear() argument 1229 (!sctx->render_cond || render_condition_enabled) && in si_try_normal_clear() 1261 bool render_condition_enabled) in si_clear_render_target() argument 1267 if (si_try_normal_clear(sctx, dst, dstx, dsty, width, height, render_condition_enabled, in si_clear_render_target() 1274 render_condition_enabled); in si_clear_render_target() 1279 SI_CLEAR_SURFACE | (render_condition_enabled ? 0 : SI_DISABLE_RENDER_COND)); in si_clear_render_target() 1287 bool render_condition_enabled) in si_clear_depth_stencil() argument 1293 if (si_try_normal_clear(sctx, dst, dstx, dsty, width, height, render_condition_enabled, in si_clear_depth_stencil() 1298 SI_CLEAR_SURFACE | (render_condition_enabled ? 0 : SI_DISABLE_RENDER_COND)); in si_clear_depth_stencil()
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_surface.c | 134 unsigned height, bool render_condition_enabled) in i915_clear_render_target_render() argument 164 bool render_condition_enabled) in i915_clear_depth_stencil_render() argument 289 unsigned height, bool render_condition_enabled) in i915_clear_render_target_blitter() argument 312 bool render_condition_enabled) in i915_clear_depth_stencil_blitter() argument
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_surface.c | 318 bool render_condition_enabled) in llvmpipe_clear_render_target() argument 322 if (render_condition_enabled && !llvmpipe_check_render_cond(llvmpipe)) in llvmpipe_clear_render_target() 389 bool render_condition_enabled) in llvmpipe_clear_depth_stencil() argument 393 if (render_condition_enabled && !llvmpipe_check_render_cond(llvmpipe)) in llvmpipe_clear_depth_stencil()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_clear.c | 530 bool render_condition_enabled) in svga_clear_render_target() argument 534 svga_toggle_render_condition(svga, render_condition_enabled, FALSE); in svga_clear_render_target() 546 svga_toggle_render_condition(svga, render_condition_enabled, TRUE); in svga_clear_render_target()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_clear.c | 125 bool render_condition_enabled) in nv30_clear_render_target() argument 186 bool render_condition_enabled) in nv30_clear_depth_stencil() argument
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_clear_blit.c | 126 bool render_condition_enabled) in etna_clear_render_target() argument 140 unsigned height, bool render_condition_enabled) in etna_clear_depth_stencil() argument
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
D | r300_blit.c | 445 bool render_condition_enabled) in r300_clear_render_target() argument 450 (render_condition_enabled ? 0 : R300_IGNORE_RENDER_COND)); in r300_clear_render_target() 464 bool render_condition_enabled) in r300_clear_depth_stencil() argument 478 (render_condition_enabled ? 0 : R300_IGNORE_RENDER_COND)); in r300_clear_depth_stencil()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_context.h | 693 bool render_condition_enabled); 708 bool render_condition_enabled);
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_blit.c | 544 bool render_condition_enabled) in r600_clear_render_target() argument 549 (render_condition_enabled ? 0 : R600_DISABLE_RENDER_COND)); in r600_clear_render_target() 562 bool render_condition_enabled) in r600_clear_depth_stencil() argument 567 (render_condition_enabled ? 0 : R600_DISABLE_RENDER_COND)); in r600_clear_depth_stencil()
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_draw.c | 647 bool render_condition_enabled) in vc4_clear_render_target() argument 656 bool render_condition_enabled) in vc4_clear_depth_stencil() argument
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_draw.c | 504 bool render_condition_enabled) in fd_clear_render_target() argument 513 bool render_condition_enabled) in fd_clear_depth_stencil() argument
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
D | tr_context.c | 1445 bool render_condition_enabled) in trace_context_clear_render_target() argument 1461 trace_dump_arg(bool, render_condition_enabled); in trace_context_clear_render_target() 1464 render_condition_enabled); in trace_context_clear_render_target() 1477 bool render_condition_enabled) in trace_context_clear_depth_stencil() argument 1495 trace_dump_arg(bool, render_condition_enabled); in trace_context_clear_depth_stencil() 1499 render_condition_enabled); in trace_context_clear_depth_stencil()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/ |
D | rbug_context.c | 956 bool render_condition_enabled) in rbug_clear_render_target() argument 971 render_condition_enabled); in rbug_clear_render_target() 983 bool render_condition_enabled) in rbug_clear_depth_stencil() argument 1000 render_condition_enabled); in rbug_clear_depth_stencil()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_surface.c | 281 bool render_condition_enabled) in nv50_clear_render_target() argument 345 if (!render_condition_enabled) { in nv50_clear_render_target() 356 if (!render_condition_enabled) { in nv50_clear_render_target() 372 bool render_condition_enabled) in nv50_clear_depth_stencil() argument 433 if (!render_condition_enabled) { in nv50_clear_depth_stencil() 444 if (!render_condition_enabled) { in nv50_clear_depth_stencil()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_surface.c | 291 bool render_condition_enabled) in nvc0_clear_render_target() argument 354 if (!render_condition_enabled) in nvc0_clear_render_target() 363 if (!render_condition_enabled) in nvc0_clear_render_target() 627 bool render_condition_enabled) in nvc0_clear_depth_stencil() argument 676 if (!render_condition_enabled) in nvc0_clear_depth_stencil() 685 if (!render_condition_enabled) in nvc0_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() argument 301 bool render_condition_enabled) in noop_clear_depth_stencil() argument
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_threaded_context.c | 3959 bool render_condition_enabled; member 3974 p->render_condition_enabled); in tc_call_clear_render_target() 3985 bool render_condition_enabled) in tc_clear_render_target() argument 3996 p->render_condition_enabled = render_condition_enabled; in tc_clear_render_target() 4002 bool render_condition_enabled; member 4021 p->render_condition_enabled); in tc_call_clear_depth_stencil() 4031 bool render_condition_enabled) in tc_clear_depth_stencil() argument 4044 p->render_condition_enabled = render_condition_enabled; in tc_clear_depth_stencil()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_context.cpp | 1973 bool render_condition_enabled) in d3d12_clear_render_target() argument 1978 if (!render_condition_enabled && ctx->current_predication) in d3d12_clear_render_target() 2013 if (!render_condition_enabled && ctx->current_predication) { in d3d12_clear_render_target() 2026 bool render_condition_enabled) in d3d12_clear_depth_stencil() argument 2031 if (!render_condition_enabled && ctx->current_predication) in d3d12_clear_depth_stencil() 2054 if (!render_condition_enabled && ctx->current_predication) { in d3d12_clear_depth_stencil()
|
/third_party/mesa3d/src/gallium/tools/trace/ |
D | dump_state.py | 723 def clear_render_target(self, dst, rgba, dstx, dsty, width, height, render_condition_enabled): argument 726 …encil(self, dst, clear_flags, depth, stencil, dstx, dsty, width, height, render_condition_enabled): argument
|
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
D | dd_draw.c | 1554 bool render_condition_enabled) in dd_context_clear_render_target() argument 1564 render_condition_enabled); in dd_context_clear_render_target() 1573 bool render_condition_enabled) in dd_context_clear_depth_stencil() argument 1584 render_condition_enabled); in dd_context_clear_depth_stencil()
|