Home
last modified time | relevance | path

Searched refs:get_sample_pixel_grid (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_msaa.c73 screen->get_sample_pixel_grid(screen, st->state.fb_num_samples, in st_GetProgrammableSampleCaps()
Dst_atom_msaa.c60 st->screen->get_sample_pixel_grid(st->screen, samples, in update_sample_locations()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_framebuffer.c263 screen->get_sample_pixel_grid(screen, samples, &grid_width, &grid_height); in util_sample_locations_flip_y()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_screen.h162 void (*get_sample_pixel_grid)(struct pipe_screen *, unsigned sample_count, member
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_screen.c1094 pscreen->get_sample_pixel_grid = nvc0_screen_get_sample_pixel_grid; in nvc0_screen_create()
Dnvc0_state_validate.c99 screen->base.base.get_sample_pixel_grid( in gm200_validate_sample_locations()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_screen.c1942 screen->base.get_sample_pixel_grid = zink_get_sample_pixel_grid; in zink_internal_create_screen()
/third_party/mesa3d/docs/gallium/
Dscreen.rst509 programmable sample location through ```get_sample_pixel_grid``` and
/third_party/mesa3d/docs/relnotes/
D21.2.0.rst3970 - zink; add a pipe_screen::get_sample_pixel_grid hook