Searched defs:nsample (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Devergreen_state.c1528 static uint32_t evergreen_set_ms_pos(struct pipe_context *ctx, struct r600_pipe_state *rstate, int nsample) argument
1563 switch (nsample) {
1583 R600_ERR("Invalid nr_samples %i\n", nsample);
1588 static uint32_t cayman_set_ms_pos(struct pipe_context *ctx, struct r600_pipe_state *rstate, int nsample) argument
1643 switch (nsample) {
1665 R600_ERR("Invalid nr_samples %i\n", nsample);
H A Dr600_state.c1520 static uint32_t r600_set_ms_pos(struct pipe_context *ctx, struct r600_pipe_state *rstate, int nsample) argument
1540 switch (nsample) {
1556 switch (nsample) {
1576 R600_ERR("Invalid nr_samples %i\n", nsample);
/external/mesa3d/src/gallium/drivers/r600/
H A Devergreen_state.c1528 static uint32_t evergreen_set_ms_pos(struct pipe_context *ctx, struct r600_pipe_state *rstate, int nsample) argument
1563 switch (nsample) {
1583 R600_ERR("Invalid nr_samples %i\n", nsample);
1588 static uint32_t cayman_set_ms_pos(struct pipe_context *ctx, struct r600_pipe_state *rstate, int nsample) argument
1643 switch (nsample) {
1665 R600_ERR("Invalid nr_samples %i\n", nsample);
H A Dr600_state.c1520 static uint32_t r600_set_ms_pos(struct pipe_context *ctx, struct r600_pipe_state *rstate, int nsample) argument
1540 switch (nsample) {
1556 switch (nsample) {
1576 R600_ERR("Invalid nr_samples %i\n", nsample);

Completed in 585 milliseconds