Home
last modified time | relevance | path

Searched refs:util_copy_framebuffer_state (Results 1 – 25 of 34) sorted by relevance

12

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_framebuffer.h45 util_copy_framebuffer_state(struct pipe_framebuffer_state *dst,
Du_framebuffer.c84 util_copy_framebuffer_state(struct pipe_framebuffer_state *dst, in util_copy_framebuffer_state() function
Du_blitter.h489 util_copy_framebuffer_state(&blitter->saved_fb_state, state); in util_blitter_save_framebuffer()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_surface.c82 util_copy_framebuffer_state(&lp->framebuffer, fb); in llvmpipe_set_framebuffer_state()
Dlp_scene.c588 util_copy_framebuffer_state(&scene->fb, fb); in lp_scene_begin_binning()
Dlp_setup.c408 util_copy_framebuffer_state(&setup->fb, fb); in lp_setup_bind_framebuffer()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_misc.c158 util_copy_framebuffer_state(dst, fb); in svga_set_framebuffer_state()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_context.c302 util_copy_framebuffer_state(&batch->framebuffer, &ctx->framebuffer); in fd_context_batch()
354 util_copy_framebuffer_state(&ctx->framebuffer, NULL); in fd_context_destroy()
Dfreedreno_batch.c313 util_copy_framebuffer_state(&batch->framebuffer, NULL); in __fd_batch_destroy()
Dfreedreno_state.c274 util_copy_framebuffer_state(cso, framebuffer); in fd_set_framebuffer_state()
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.c676 util_copy_framebuffer_state(&ctx->fb, fb); in cso_set_framebuffer()
684 util_copy_framebuffer_state(&ctx->fb_saved, &ctx->fb); in cso_save_framebuffer()
691 util_copy_framebuffer_state(&ctx->fb, &ctx->fb_saved); in cso_restore_framebuffer()
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_state.c53 util_copy_framebuffer_state(&fb->base, framebuffer); in lima_set_framebuffer_state()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_context.c143 util_copy_framebuffer_state(&ctx->framebuffer_s, NULL); in etna_context_destroy()
Detnaviv_state.c363 util_copy_framebuffer_state(&ctx->framebuffer_s, fb); in etna_set_framebuffer_state()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_state.c423 util_copy_framebuffer_state(cso, framebuffer); in vc4_set_framebuffer_state()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_job.c83 util_copy_framebuffer_state(&batch->key, key); in panfrost_batch_init()
Dpan_context.c679 util_copy_framebuffer_state(&ctx->pipe_framebuffer, fb); in panfrost_set_framebuffer_state()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_blit.c514 util_copy_framebuffer_state(&saved_fb, r300->fb_state.state); in r300_decompress_zmask_locked()
Dr300_state.c957 util_copy_framebuffer_state(r300->fb_state.state, state); in r300_set_framebuffer_state()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3dx_state.c484 util_copy_framebuffer_state(cso, framebuffer); in v3d_set_framebuffer_state()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_state.c1001 util_copy_framebuffer_state(&nv50->framebuffer, fb); in nv50_set_framebuffer_state()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_state.c908 util_copy_framebuffer_state(&nvc0->framebuffer, fb); in nvc0_set_framebuffer_state()
/third_party/mesa3d/src/gallium/drivers/asahi/
Dagx_state.c712 util_copy_framebuffer_state(&ctx->framebuffer, state); in agx_set_framebuffer_state()
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
Ddd_draw.c939 util_copy_framebuffer_state(&dst->framebuffer_state, &src->framebuffer_state); in dd_copy_draw_state()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_context.cpp1306 util_copy_framebuffer_state(&d3d12_context(pctx)->fb, state); in d3d12_set_framebuffer_state()

12