Lines Matching defs:clear
79 /* The CMASK clear is only enabled for the first level. */
508 /* Eliminate fast clear (CMASK) */
1610 unsigned clear;
1615 clear = PIPE_CLEAR_DEPTH;
1619 clear |= PIPE_CLEAR_STENCIL;
1623 pipe->clear_depth_stencil(pipe, sf, clear, depth, stencil,
1718 /* DCC fast clear only:
1762 /* the clear is allowed if all layers are bound */
1768 /* cannot clear mipmapped textures */
1778 /* shared textures can't use fast clear without an explicit flush,
1779 * because there is no way to communicate the clear color among
1786 /* Use a slow clear for small surfaces where the cost of
1788 * clear. AMDGPU-pro does this, but the numbers may differ.
1808 /* Do the fast clear. */