Lines Matching full:framebuffer
113 job->draw_width = vc4->framebuffer.width;
114 job->draw_height = vc4->framebuffer.height;
452 if (vc4->zsa && vc4->framebuffer.zsbuf) {
454 vc4_resource(vc4->framebuffer.zsbuf->texture);
509 vc4_resource(vc4->framebuffer.cbufs[0]->texture);
512 if (vc4_rt_format_is_565(vc4->framebuffer.cbufs[0]->format)) {
523 pack_rgba(vc4->framebuffer.cbufs[0]->format,
532 vc4_resource(vc4->framebuffer.zsbuf->texture);
542 util_format_is_depth_and_stencil(vc4->framebuffer.zsbuf->format)) {
547 vc4->framebuffer.width,
548 vc4->framebuffer.height,
572 job->draw_max_x = vc4->framebuffer.width;
573 job->draw_max_y = vc4->framebuffer.height;