/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_framebuffer.h | 41 util_framebuffer_state_equal(const struct pipe_framebuffer_state *dst, 42 const struct pipe_framebuffer_state *src); 45 util_copy_framebuffer_state(struct pipe_framebuffer_state *dst, 46 const struct pipe_framebuffer_state *src); 50 util_unreference_framebuffer_state(struct pipe_framebuffer_state *fb); 54 util_framebuffer_min_size(const struct pipe_framebuffer_state *fb, 60 util_framebuffer_get_num_layers(const struct pipe_framebuffer_state *fb); 64 util_framebuffer_get_num_samples(const struct pipe_framebuffer_state *fb);
|
D | u_framebuffer.c | 49 util_framebuffer_state_equal(const struct pipe_framebuffer_state *dst, in util_framebuffer_state_equal() 50 const struct pipe_framebuffer_state *src) in util_framebuffer_state_equal() 84 util_copy_framebuffer_state(struct pipe_framebuffer_state *dst, in util_copy_framebuffer_state() 85 const struct pipe_framebuffer_state *src) in util_copy_framebuffer_state() 124 util_unreference_framebuffer_state(struct pipe_framebuffer_state *fb) in util_unreference_framebuffer_state() 144 util_framebuffer_min_size(const struct pipe_framebuffer_state *fb, in util_framebuffer_min_size() 182 util_framebuffer_get_num_layers(const struct pipe_framebuffer_state *fb) in util_framebuffer_get_num_layers() 214 util_framebuffer_get_num_samples(const struct pipe_framebuffer_state *fb) in util_framebuffer_get_num_samples()
|
D | u_trace_gallium.h | 36 struct pipe_framebuffer_state; 51 trace_framebuffer_state(struct u_trace *ut, void *cs, const struct pipe_framebuffer_state *pfb);
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
D | r300_blit.c | 129 struct pipe_framebuffer_state *fb = in r300_cbzb_clear_allowed() 130 (struct pipe_framebuffer_state*)r300->fb_state.state; in r300_cbzb_clear_allowed() 142 struct pipe_framebuffer_state *fb = in r300_fast_zclear_allowed() 143 (struct pipe_framebuffer_state*)r300->fb_state.state; in r300_fast_zclear_allowed() 150 struct pipe_framebuffer_state *fb = in r300_hiz_clear_allowed() 151 (struct pipe_framebuffer_state*)r300->fb_state.state; in r300_hiz_clear_allowed() 183 struct pipe_framebuffer_state *fb = in r300_set_clear_color() 184 (struct pipe_framebuffer_state*)r300->fb_state.state; in r300_set_clear_color() 255 struct pipe_framebuffer_state *fb = in r300_clear() 256 (struct pipe_framebuffer_state*)r300->fb_state.state; in r300_clear() [all …]
|
D | r300_emit.c | 42 struct pipe_framebuffer_state* fb = in r300_emit_blend_state() 43 (struct pipe_framebuffer_state*)r300->fb_state.state; in r300_emit_blend_state() 84 struct pipe_framebuffer_state* fb = in r300_emit_dsa_state() 85 (struct pipe_framebuffer_state*)r300->fb_state.state; in r300_emit_dsa_state() 339 struct pipe_framebuffer_state* fb = in r300_emit_gpu_flush() 340 (struct pipe_framebuffer_state*)r300->fb_state.state; in r300_emit_gpu_flush() 401 struct pipe_framebuffer_state* fb = (struct pipe_framebuffer_state*)state; in r300_emit_fb_state() 589 struct pipe_framebuffer_state* fb = in r300_emit_fb_state_pipelined() 590 (struct pipe_framebuffer_state*)r300->fb_state.state; in r300_emit_fb_state_pipelined() 1222 struct pipe_framebuffer_state *fb = in r300_emit_hiz_clear() [all …]
|
D | r300_hyperz.c | 134 struct pipe_framebuffer_state *fb = in r300_update_hyperz() 135 (struct pipe_framebuffer_state*)r300->fb_state.state; in r300_update_hyperz()
|
D | r300_context.c | 44 struct pipe_framebuffer_state *fb = in r300_release_referenced_objects() 45 (struct pipe_framebuffer_state*)r300->fb_state.state; in r300_release_referenced_objects() 235 R300_ALLOC_ATOM(fb_state, pipe_framebuffer_state); in r300_setup_atoms() 236 R300_ALLOC_ATOM(gpu_flush, pipe_framebuffer_state); in r300_setup_atoms()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_misc.c | 95 struct pipe_framebuffer_state *curr = &svga->curr.framebuffer; in svga_cleanup_framebuffer() 96 struct pipe_framebuffer_state *hw = &svga->state.hw_clear.framebuffer; in svga_cleanup_framebuffer() 116 const struct pipe_framebuffer_state *fb) in svga_set_framebuffer_state() 119 struct pipe_framebuffer_state *dst = &svga->curr.framebuffer; in svga_set_framebuffer_state()
|
D | svga_pipe_clear.c | 75 const struct pipe_framebuffer_state *fb = &svga->curr.framebuffer; in clear_buffers_with_quad() 91 is_integer_target(struct pipe_framebuffer_state *fb, unsigned buffers) in is_integer_target() 133 struct pipe_framebuffer_state *fb = &svga->curr.framebuffer; in try_clear() 369 struct pipe_framebuffer_state *curr = &svga->curr.framebuffer; in svga_clear_texture()
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_idct.h | 64 struct pipe_framebuffer_state fb_state_mismatch; 65 struct pipe_framebuffer_state fb_state;
|
D | vl_zscan.h | 61 struct pipe_framebuffer_state fb_state;
|
D | vl_mc.h | 65 struct pipe_framebuffer_state fb_state;
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
D | tr_dump_state.h | 63 void trace_dump_framebuffer_state(const struct pipe_framebuffer_state *state); 65 void trace_dump_framebuffer_state_deep(const struct pipe_framebuffer_state *state);
|
D | tr_context.h | 59 struct pipe_framebuffer_state unwrapped_state;
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_setup.h | 42 struct pipe_framebuffer_state; 73 const struct pipe_framebuffer_state *fb );
|
D | lp_scene.h | 165 struct pipe_framebuffer_state fb; 403 struct pipe_framebuffer_state *fb);
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_atom_framebuffer.c | 60 update_framebuffer_size(struct pipe_framebuffer_state *framebuffer, in update_framebuffer_size() 112 struct pipe_framebuffer_state framebuffer; in st_update_framebuffer_state()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_blend.c | 125 struct pipe_framebuffer_state *pfb = &ctx->framebuffer_s; in etna_update_blend() 172 struct pipe_framebuffer_state *pfb = &ctx->framebuffer_s; in etna_update_blend_color()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_gmem.c | 207 struct pipe_framebuffer_state *pfb = &batch->framebuffer; in fd4_emit_tile_gmem2mem() 340 struct pipe_framebuffer_state *pfb = &batch->framebuffer; in fd4_emit_tile_mem2gmem() 534 struct pipe_framebuffer_state *pfb = &batch->framebuffer; in fd4_emit_sysmem_prep() 607 struct pipe_framebuffer_state *pfb = &batch->framebuffer; in emit_binning_pass() 671 struct pipe_framebuffer_state *pfb = &batch->framebuffer; in fd4_emit_tile_init() 715 struct pipe_framebuffer_state *pfb = &batch->framebuffer; in fd4_emit_tile_prep() 769 struct pipe_framebuffer_state *pfb = &batch->framebuffer; in fd4_emit_tile_renderprep()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_autotune.c | 158 struct pipe_framebuffer_state *pfb = &batch->framebuffer; in fallback_use_bypass() 176 struct pipe_framebuffer_state *pfb = &batch->framebuffer; in fd_autotune_use_bypass()
|
D | freedreno_state.h | 70 const struct pipe_framebuffer_state *framebuffer) in_dt;
|
D | freedreno_batch_cache.h | 82 const struct pipe_framebuffer_state *pfb) assert_dt;
|
D | freedreno_draw.c | 65 struct pipe_framebuffer_state *pfb = &batch->framebuffer; in batch_draw_tracking_for_dirty_bits() 349 struct pipe_framebuffer_state *pfb = &batch->framebuffer; in fd_draw_vbo() 388 struct pipe_framebuffer_state *pfb = &batch->framebuffer; in batch_clear_tracking() 465 struct pipe_framebuffer_state *pfb = &batch->framebuffer; in fd_clear()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | fd2_gmem.c | 141 struct pipe_framebuffer_state *pfb = &batch->framebuffer; in prepare_tile_fini_ib() 287 struct pipe_framebuffer_state *pfb = &batch->framebuffer; in fd2_emit_tile_mem2gmem() 440 struct pipe_framebuffer_state *pfb = &batch->framebuffer; in fd2_emit_sysmem_prep() 490 struct pipe_framebuffer_state *pfb = &batch->framebuffer; in fd2_emit_tile_init() 674 struct pipe_framebuffer_state *pfb = &batch->framebuffer; in fd2_emit_tile_prep() 699 struct pipe_framebuffer_state *pfb = &batch->framebuffer; in fd2_emit_tile_renderprep()
|
/third_party/mesa3d/src/gallium/auxiliary/postprocess/ |
D | pp_private.h | 52 struct pipe_framebuffer_state framebuffer;
|