Lines Matching defs:clear
128 /* add to job when the buffer is dirty and resolve is clear (not added before) */
137 /* add to job when the buffer is dirty and resolve is clear (not added before) */
156 /* flush if this job already contains any draw, otherwise multi clear can be
171 struct lima_job_clear *clear = &job->clear;
172 clear->buffers = buffers;
175 clear->color_8pc =
181 clear->color_16pc =
191 clear->depth = util_pack_z(PIPE_FORMAT_Z24X8_UNORM, depth);
197 clear->stencil = stencil;
1213 ctx->base.clear = lima_clear;