Home
last modified time | relevance | path

Searched refs:pipe_framebuffer (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_job.c285 &ctx->pipe_framebuffer)); in panfrost_get_batch_for_fbo()
291 &ctx->pipe_framebuffer); in panfrost_get_batch_for_fbo()
305 batch = panfrost_get_batch(ctx, &ctx->pipe_framebuffer); in panfrost_get_fresh_batch_for_fbo()
318 return panfrost_get_batch(ctx, &ctx->pipe_framebuffer); in panfrost_get_fresh_batch_for_fbo()
1323 enum pipe_format format = ctx->pipe_framebuffer.cbufs[i]->format; in panfrost_batch_clear()
1344 ctx->pipe_framebuffer.width, in panfrost_batch_clear()
1345 ctx->pipe_framebuffer.height); in panfrost_batch_clear()
Dpan_blit.c53 util_blitter_save_framebuffer(blitter, &ctx->pipe_framebuffer); in panfrost_blitter_save()
Dpan_context.c705 struct pipe_framebuffer_state *fb = &ctx->pipe_framebuffer; in panfrost_variant_matches()
819 struct pipe_framebuffer_state *fb = &ctx->pipe_framebuffer; in panfrost_bind_shader_state()
1147 util_copy_framebuffer_state(&ctx->pipe_framebuffer, fb); in panfrost_set_framebuffer_state()
1301 util_unreference_framebuffer_state(&panfrost->pipe_framebuffer); in panfrost_destroy()
1355 query->msaa = (ctx->pipe_framebuffer.samples > 1); in panfrost_begin_query()
Dpan_context.h128 struct pipe_framebuffer_state pipe_framebuffer; member
Dpan_cmdstream.c381 unsigned rt_count = ctx->pipe_framebuffer.nr_cbufs; in panfrost_prepare_bifrost_fs_state()
411 unsigned rt_count = ctx->pipe_framebuffer.nr_cbufs; in panfrost_prepare_midgard_fs_state()
457 … state->stencil_mask_misc.sfbd_srgb = util_format_is_srgb(ctx->pipe_framebuffer.cbufs[0]->format); in panfrost_prepare_midgard_fs_state()
574 unsigned rt_count = MAX2(ctx->pipe_framebuffer.nr_cbufs, 1); in panfrost_emit_frag_shader_meta()
590 for (unsigned c = 0; c < ctx->pipe_framebuffer.nr_cbufs; ++c) in panfrost_emit_frag_shader_meta()
610 const struct pipe_framebuffer_state *fb = &ctx->pipe_framebuffer; in panfrost_emit_viewport()
Dpan_blend_cso.c228 struct pipe_framebuffer_state *fb = &ctx->pipe_framebuffer; in panfrost_get_blend_for_context()
/external/mesa3d/docs/relnotes/
D20.0.0.rst575 - panfrost: Release the ctx->pipe_framebuffer ref