/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_surface.c | 110 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/ |
D | clear.c | 99 ctx->set_framebuffer_state(ctx, &fb); in init()
|
D | tri-gs.c | 234 ctx->set_framebuffer_state(ctx, &fb); in init()
|
D | shader-leak.c | 229 ctx->set_framebuffer_state(ctx, &fb); in init()
|
D | tri-instanced.c | 285 ctx->set_framebuffer_state(ctx, &fb); in init()
|
D | quad-sample.c | 356 ctx->set_framebuffer_state(ctx, &fb); in init()
|
D | graw_util.h | 142 info->ctx->set_framebuffer_state(info->ctx, &fb); in graw_util_create_window()
|
D | fs-test.c | 483 ctx->set_framebuffer_state(ctx, &fb); in init()
|
D | vs-test.c | 434 ctx->set_framebuffer_state(ctx, &fb); in init()
|
D | gs-test.c | 547 ctx->set_framebuffer_state(ctx, &fb); in init()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_blitter.c | 463 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/ |
D | lp_context.c | 137 llvmpipe->pipe.set_framebuffer_state = llvmpipe_set_framebuffer_state; in llvmpipe_create_context()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_misc.c | 180 svga->pipe.set_framebuffer_state = svga_set_framebuffer_state; in svga_init_misc_functions()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_blit.c | 419 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/ |
D | p_context.h | 205 void (*set_framebuffer_state)( struct pipe_context *, member
|
/external/mesa3d/src/gallium/drivers/noop/ |
D | noop_state.c | 311 ctx->set_framebuffer_state = noop_set_framebuffer_state; in noop_init_state_functions()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_context.c | 239 softpipe->pipe.set_framebuffer_state = softpipe_set_framebuffer_state; in softpipe_create_context()
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_matrix_filter.c | 312 filter->pipe->set_framebuffer_state(filter->pipe, &fb_state); in vl_matrix_filter_render()
|
D | vl_idct.c | 843 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()
|
D | vl_median_filter.c | 391 filter->pipe->set_framebuffer_state(filter->pipe, &fb_state); in vl_median_filter_render()
|
/external/mesa3d/src/gallium/drivers/identity/ |
D | id_context.c | 473 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/ |
D | glhd_context.c | 532 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/ |
D | cso_context.c | 629 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/ |
D | nv30_state.c | 452 pipe->set_framebuffer_state = nv30_set_framebuffer_state; in nv30_state_init()
|
/external/mesa3d/src/gallium/drivers/rbug/ |
D | rbug_context.c | 676 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()
|