Lines Matching defs:batch
47 blt_set_alpha_to_one(struct crocus_batch *batch,
83 crocus_emit_cmd(batch, GENX(XY_COLOR_BLT), xyblt) {
100 static bool validate_blit_for_blt(struct crocus_batch *batch,
143 static bool emit_copy_blt(struct crocus_batch *batch,
211 crocus_emit_cmd(batch, GENX(XY_SRC_COPY_BLT), xyblt) {
229 crocus_emit_mi_flush(batch);
233 static bool crocus_emit_blt(struct crocus_batch *batch,
354 if (!emit_copy_blt(batch, src, dst,
368 blt_set_alpha_to_one(batch, dst, 0, 0, src_width, src_height);
372 static bool crocus_blit_blt(struct crocus_batch *batch,
375 if (!validate_blit_for_blt(batch, info))
378 return crocus_emit_blt(batch,
390 static bool crocus_copy_region_blt(struct crocus_batch *batch,
400 return crocus_emit_blt(batch,