Home
last modified time | relevance | path

Searched refs:util_framebuffer_get_num_layers (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_framebuffer.h60 util_framebuffer_get_num_layers(const struct pipe_framebuffer_state *fb);
Du_framebuffer.c182 util_framebuffer_get_num_layers(const struct pipe_framebuffer_state *fb) in util_framebuffer_get_num_layers() function
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_framebuffer.c220 st->state.fb_num_layers = util_framebuffer_get_num_layers(&framebuffer); in st_update_framebuffer_state()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3dx_draw.c164 job->num_layers = util_framebuffer_get_num_layers(&v3d->framebuffer); in v3d_start_draw()
1524 util_framebuffer_get_num_layers(&v3d->framebuffer), in v3d_draw_clear()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_clear.c668 util_framebuffer_get_num_layers(cso_fb), in crocus_clear()
Dcrocus_state.c3412 unsigned layers = util_framebuffer_get_num_layers(state); in crocus_set_framebuffer_state()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_context.c82 util_framebuffer_get_num_layers(&ctx->pipe_framebuffer), in panfrost_clear()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_clear.c102 cr.layerCount = util_framebuffer_get_num_layers(fb); in clear_in_rp()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_blit.c527 util_framebuffer_get_num_layers(fb), in r600_clear()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_clear.c1196 util_blitter_clear(sctx->blitter, fb->width, fb->height, util_framebuffer_get_num_layers(fb), in si_clear()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_state.c3251 unsigned layers = util_framebuffer_get_num_layers(state); in iris_set_framebuffer_state()