| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| st_atom_msaa.c | 98 st->pipe->set_sample_locations( st->pipe, size, locations); 104 st->pipe->set_sample_locations(st->pipe, 0, NULL);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| st_atom_msaa.c | 98 st->pipe->set_sample_locations( st->pipe, size, locations); 104 st->pipe->set_sample_locations(st->pipe, 0, NULL);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| u_threaded_context_calls.h | 16 CALL(set_sample_locations)
|
| u_threaded_context.c | 1254 pipe->set_sample_locations(pipe, p->size, p->slot); 4355 CTX_INIT(set_sample_locations);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/ |
| p_context.h | 306 void (*set_sample_locations)( struct pipe_context *, member in struct:pipe_context
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_noop/ |
| noop_state.c | 479 ctx->set_sample_locations = noop_set_sample_locations;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/ |
| p_context.h | 466 void (*set_sample_locations)( struct pipe_context *, member in struct:pipe_context
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/ |
| nvc0_state.c | 1504 pipe->set_sample_locations = nvc0_set_sample_locations;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/ |
| nvc0_state.c | 1454 pipe->set_sample_locations = nvc0_set_sample_locations;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| zink_context.c | 4057 ctx->base.set_sample_locations = zink_set_sample_locations;
|