Home
last modified time | relevance | path

Searched refs:set_framebuffer_state (Results 1 – 25 of 50) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/i915/
Di915_surface.c150 pipe->set_framebuffer_state(pipe, &fb_state); in i915_clear_render_target_render()
158 pipe->set_framebuffer_state(pipe, &i915->blitter->saved_fb_state); in i915_clear_render_target_render()
182 pipe->set_framebuffer_state(pipe, &fb_state); in i915_clear_depth_stencil_render()
191 pipe->set_framebuffer_state(pipe, &i915->blitter->saved_fb_state); in i915_clear_depth_stencil_render()
/external/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context_calls.h10 CALL(set_framebuffer_state)
Du_blitter.c690 pipe->set_framebuffer_state(pipe, &ctx->base.saved_fb_state); in util_blitter_restore_fb_state()
1688 pipe->set_framebuffer_state(pipe, &fb_state); in do_blits()
1732 pipe->set_framebuffer_state(pipe, &fb_state); in do_blits()
2149 pipe->set_framebuffer_state(pipe, &fb_state); in util_blitter_clear_render_target()
2231 pipe->set_framebuffer_state(pipe, &fb_state); in util_blitter_clear_depth_stencil()
2300 pipe->set_framebuffer_state(pipe, &fb_state); in util_blitter_custom_depth_stencil()
2501 pipe->set_framebuffer_state(pipe, &fb_state); in util_blitter_custom_resolve_color()
2550 pipe->set_framebuffer_state(pipe, &fb_state); in util_blitter_custom_color()
/external/mesa3d/src/gallium/tests/graw/
Dclear.c99 ctx->set_framebuffer_state(ctx, &fb); in init()
Dtri-gs.c233 ctx->set_framebuffer_state(ctx, &fb); in init()
Dshader-leak.c228 ctx->set_framebuffer_state(ctx, &fb); in init()
Dtri-instanced.c284 ctx->set_framebuffer_state(ctx, &fb); in init()
Dgraw_util.h142 info->ctx->set_framebuffer_state(info->ctx, &fb); in graw_util_create_window()
Dquad-sample.c352 ctx->set_framebuffer_state(ctx, &fb); in init()
Dfs-test.c437 ctx->set_framebuffer_state(ctx, &fb); in init()
Dgs-test.c528 ctx->set_framebuffer_state(ctx, &fb); in init()
Dvs-test.c426 ctx->set_framebuffer_state(ctx, &fb); in init()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_context.c158 llvmpipe->pipe.set_framebuffer_state = llvmpipe_set_framebuffer_state; in llvmpipe_create_context()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_misc.c234 svga->pipe.set_framebuffer_state = svga_set_framebuffer_state; in svga_init_misc_functions()
/external/virglrenderer/src/gallium/include/pipe/
Dp_context.h200 void (*set_framebuffer_state)( struct pipe_context *, member
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_deint_filter.c504 filter->pipe->set_framebuffer_state(filter->pipe, &fb_state); in vl_deint_filter_render()
510 filter->pipe->set_framebuffer_state(filter->pipe, &fb_state); in vl_deint_filter_render()
Dvl_matrix_filter.c295 filter->pipe->set_framebuffer_state(filter->pipe, &fb_state); in vl_matrix_filter_render()
Dvl_idct.c832 idct->pipe->set_framebuffer_state(idct->pipe, &buffer->fb_state_mismatch); in vl_idct_flush()
839 idct->pipe->set_framebuffer_state(idct->pipe, &buffer->fb_state); in vl_idct_flush()
Dvl_median_filter.c399 filter->pipe->set_framebuffer_state(filter->pipe, &fb_state); in vl_median_filter_render()
/external/mesa3d/src/gallium/drivers/noop/
Dnoop_state.c293 ctx->set_framebuffer_state = noop_set_framebuffer_state; in noop_init_state_functions()
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h279 void (*set_framebuffer_state)( struct pipe_context *, member
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_context.c237 softpipe->pipe.set_framebuffer_state = softpipe_set_framebuffer_state; in softpipe_create_context()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c115 if (context->set_framebuffer_state) in si_destroy_context()
116 context->set_framebuffer_state(context, &fb); in si_destroy_context()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_blit.c503 r300->context.set_framebuffer_state(&r300->context, &fb); in r300_decompress_zmask_locked_unsafe()
514 r300->context.set_framebuffer_state(&r300->context, &saved_fb); in r300_decompress_zmask_locked()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_state.c519 pctx->set_framebuffer_state = fd_set_framebuffer_state; in fd_state_init()

12