Home
last modified time | relevance | path

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

12

/external/mesa3d/src/gallium/drivers/i915/
Di915_surface.c110 pipe->set_framebuffer_state(pipe, &fb_state); in i915_clear_render_target_render()
118 pipe->set_framebuffer_state(pipe, &i915->blitter->saved_fb_state); in i915_clear_render_target_render()
141 pipe->set_framebuffer_state(pipe, &fb_state); in i915_clear_depth_stencil_render()
150 pipe->set_framebuffer_state(pipe, &i915->blitter->saved_fb_state); in i915_clear_depth_stencil_render()
/external/mesa3d/src/gallium/tests/graw/
Dclear.c99 ctx->set_framebuffer_state(ctx, &fb); in init()
Dtri-gs.c234 ctx->set_framebuffer_state(ctx, &fb); in init()
Dshader-leak.c229 ctx->set_framebuffer_state(ctx, &fb); in init()
Dtri-instanced.c285 ctx->set_framebuffer_state(ctx, &fb); in init()
Dquad-sample.c356 ctx->set_framebuffer_state(ctx, &fb); in init()
Dgraw_util.h142 info->ctx->set_framebuffer_state(info->ctx, &fb); in graw_util_create_window()
Dfs-test.c483 ctx->set_framebuffer_state(ctx, &fb); in init()
Dvs-test.c434 ctx->set_framebuffer_state(ctx, &fb); in init()
Dgs-test.c547 ctx->set_framebuffer_state(ctx, &fb); in init()
/external/mesa3d/src/gallium/auxiliary/util/
Du_blitter.c463 pipe->set_framebuffer_state(pipe, &ctx->base.saved_fb_state); in blitter_restore_fb_state()
1237 pipe->set_framebuffer_state(pipe, &fb_state); in util_blitter_copy_texture_view()
1310 pipe->set_framebuffer_state(pipe, &fb_state); in util_blitter_clear_render_target()
1376 pipe->set_framebuffer_state(pipe, &fb_state); in util_blitter_clear_depth_stencil()
1429 pipe->set_framebuffer_state(pipe, &fb_state); in util_blitter_custom_depth_stencil()
1551 pipe->set_framebuffer_state(pipe, &fb_state); in util_blitter_custom_resolve_color()
1597 pipe->set_framebuffer_state(pipe, &fb_state); in util_blitter_custom_color()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_context.c137 llvmpipe->pipe.set_framebuffer_state = llvmpipe_set_framebuffer_state; in llvmpipe_create_context()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_misc.c180 svga->pipe.set_framebuffer_state = svga_set_framebuffer_state; in svga_init_misc_functions()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_blit.c419 r300->context.set_framebuffer_state(&r300->context, &fb); in r300_decompress_zmask_locked_unsafe()
430 r300->context.set_framebuffer_state(&r300->context, &saved_fb); in r300_decompress_zmask_locked()
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h205 void (*set_framebuffer_state)( struct pipe_context *, member
/external/mesa3d/src/gallium/drivers/noop/
Dnoop_state.c311 ctx->set_framebuffer_state = noop_set_framebuffer_state; in noop_init_state_functions()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_context.c239 softpipe->pipe.set_framebuffer_state = softpipe_set_framebuffer_state; in softpipe_create_context()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_matrix_filter.c312 filter->pipe->set_framebuffer_state(filter->pipe, &fb_state); in vl_matrix_filter_render()
Dvl_idct.c843 idct->pipe->set_framebuffer_state(idct->pipe, &buffer->fb_state_mismatch); in vl_idct_flush()
850 idct->pipe->set_framebuffer_state(idct->pipe, &buffer->fb_state); in vl_idct_flush()
Dvl_median_filter.c391 filter->pipe->set_framebuffer_state(filter->pipe, &fb_state); in vl_median_filter_render()
/external/mesa3d/src/gallium/drivers/identity/
Did_context.c473 pipe->set_framebuffer_state(pipe, in identity_set_framebuffer_state()
917 id_pipe->base.set_framebuffer_state = identity_set_framebuffer_state; in identity_context_create()
/external/mesa3d/src/gallium/drivers/galahad/
Dglhd_context.c532 pipe->set_framebuffer_state(pipe, in galahad_context_set_framebuffer_state()
1042 GLHD_PIPE_INIT(set_framebuffer_state); in galahad_context_create()
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.c629 ctx->pipe->set_framebuffer_state(ctx->pipe, fb); in cso_set_framebuffer()
643 ctx->pipe->set_framebuffer_state(ctx->pipe, &ctx->fb); in cso_restore_framebuffer()
/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_state.c452 pipe->set_framebuffer_state = nv30_set_framebuffer_state; in nv30_state_init()
/external/mesa3d/src/gallium/drivers/rbug/
Drbug_context.c676 pipe->set_framebuffer_state(pipe, in rbug_set_framebuffer_state()
1202 rb_pipe->base.set_framebuffer_state = rbug_set_framebuffer_state; in rbug_context_create()

12