Lines Matching refs:bvc
1554 .bvc = {
1570 if (rgz_out_op != RGZ_OUT_BVCMD_REGION && out.data.bvc.out_blits == 0 && out.data.bvc.out_nhndls > 0) {
1571 ALOGE("Regionizer invalid output blit_num %d, post2_blit_buffers %d", out.data.bvc.out_blits, out.data.bvc.out_nhndls);
1576 hwc_dev->blit_num = out.data.bvc.out_blits;
1577 hwc_dev->post2_blit_buffers = out.data.bvc.out_nhndls;
1579 //ALOGI("blit buffers[%d] = %p", bufoff, out.data.bvc.out_hndls[i]);
1580 hwc_dev->buffers[bufoff++] = out.data.bvc.out_hndls[i];
1583 struct rgz_blt_entry *res_blit_ops = (struct rgz_blt_entry *) out.data.bvc.cmdp;
1584 memcpy(hwc_dev->comp_data.blit_data.rgz_blts, res_blit_ops, sizeof(*res_blit_ops) * out.data.bvc.cmdlen);
1585 ALOGI_IF(debugblt, "blt struct sz %d", sizeof(*res_blit_ops) * out.data.bvc.cmdlen);
1586 ALOGE_IF(hwc_dev->blit_num != out.data.bvc.cmdlen,"blit_num != out.data.bvc.cmdlen, %d != %d", hwc_dev->blit_num, out.data.bvc.cmdlen);