Searched refs:set_sample_locations (Results 1 – 11 of 11) sorted by relevance
98 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()
16 CALL(set_sample_locations)
1254 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()
479 ctx->set_sample_locations = noop_set_sample_locations; in noop_init_state_functions()
466 void (*set_sample_locations)( struct pipe_context *, member
1504 pipe->set_sample_locations = nvc0_set_sample_locations; in nvc0_init_state_functions()
89 * ``set_sample_locations`` sets the sample locations used for rasterization.
510 ```set_sample_locations```.
4080 ctx->base.set_sample_locations = zink_set_sample_locations; in zink_context_create()
3971 - zink: add a pipe_context::set_sample_locations hook
4516 - util/threaded_context: support pipe_context::set_sample_locations