Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_msaa.c98 st->pipe->set_sample_locations( st->pipe, size, locations); in update_sample_locations()
104 st->pipe->set_sample_locations(st->pipe, 0, NULL); in update_sample_locations()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context_calls.h16 CALL(set_sample_locations)
Du_threaded_context.c1254 pipe->set_sample_locations(pipe, p->size, p->slot); in tc_call_set_sample_locations()
4355 CTX_INIT(set_sample_locations); in threaded_context_create()
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
Dnoop_state.c479 ctx->set_sample_locations = noop_set_sample_locations; in noop_init_state_functions()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_context.h466 void (*set_sample_locations)( struct pipe_context *, member
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_state.c1504 pipe->set_sample_locations = nvc0_set_sample_locations; in nvc0_init_state_functions()
/third_party/mesa3d/docs/gallium/
Dcontext.rst89 * ``set_sample_locations`` sets the sample locations used for rasterization.
Dscreen.rst510 ```set_sample_locations```.
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_context.c4080 ctx->base.set_sample_locations = zink_set_sample_locations; in zink_context_create()
/third_party/mesa3d/docs/relnotes/
D21.2.0.rst3971 - zink: add a pipe_context::set_sample_locations hook
D21.1.0.rst4516 - util/threaded_context: support pipe_context::set_sample_locations