Home
last modified time | relevance | path

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

/external/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.h463 util_copy_framebuffer_state(&blitter->saved_fb_state, state); in util_blitter_save_framebuffer()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_surface.c82 util_copy_framebuffer_state(&lp->framebuffer, fb); in llvmpipe_set_framebuffer_state()
Dlp_scene.c519 util_copy_framebuffer_state(&scene->fb, fb); in lp_scene_begin_binning()
Dlp_setup.c386 util_copy_framebuffer_state(&setup->fb, fb); in lp_setup_bind_framebuffer()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_misc.c151 util_copy_framebuffer_state(dst, fb); in svga_set_framebuffer_state()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_batch.c225 util_copy_framebuffer_state(&batch->framebuffer, NULL); in __fd_batch_destroy()
Dfreedreno_state.c250 util_copy_framebuffer_state(cso, framebuffer); in fd_set_framebuffer_state()
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.c724 util_copy_framebuffer_state(&ctx->fb, fb); in cso_set_framebuffer()
732 util_copy_framebuffer_state(&ctx->fb_saved, &ctx->fb); in cso_save_framebuffer()
739 util_copy_framebuffer_state(&ctx->fb, &ctx->fb_saved); in cso_restore_framebuffer()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_blit.c512 util_copy_framebuffer_state(&saved_fb, r300->fb_state.state); in r300_decompress_zmask_locked()
Dr300_state.c963 util_copy_framebuffer_state(r300->fb_state.state, state); in r300_set_framebuffer_state()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_state.c970 util_copy_framebuffer_state(&nv50->framebuffer, fb); in nv50_set_framebuffer_state()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_state.c838 util_copy_framebuffer_state(&nvc0->framebuffer, fb); in nvc0_set_framebuffer_state()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.cpp661 util_copy_framebuffer_state(&ctx->framebuffer, fb); in swr_set_framebuffer_state()
/external/mesa3d/src/gallium/drivers/ddebug/
Ddd_draw.c849 util_copy_framebuffer_state(&dst->framebuffer_state, &src->framebuffer_state); in dd_copy_draw_state()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c2758 util_copy_framebuffer_state(&sctx->framebuffer.state, NULL); in si_set_framebuffer_state()
2820 util_copy_framebuffer_state(&sctx->framebuffer.state, state); in si_set_framebuffer_state()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_state.c1105 util_copy_framebuffer_state(&rctx->framebuffer.state, state); in r600_set_framebuffer_state()
Devergreen_state.c1450 util_copy_framebuffer_state(&rctx->framebuffer.state, state); in evergreen_set_framebuffer_state()