Searched refs:r600_tex_wrap (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Devergreen_compute_internal.c584 S_03C000_CLAMP_X(r600_tex_wrap(sampler->state.wrap_s)) |
585 S_03C000_CLAMP_Y(r600_tex_wrap(sampler->state.wrap_t)) |
586 S_03C000_CLAMP_Z(r600_tex_wrap(sampler->state.wrap_r)) |
H A Dr600_state.c980 ss->tex_sampler_words[0] = S_03C000_CLAMP_X(r600_tex_wrap(state->wrap_s)) |
981 S_03C000_CLAMP_Y(r600_tex_wrap(state->wrap_t)) |
982 S_03C000_CLAMP_Z(r600_tex_wrap(state->wrap_r)) |
H A Dr600_pipe.h661 unsigned r600_tex_wrap(unsigned wrap);
H A Devergreen_state.c952 ss->tex_sampler_words[0] = S_03C000_CLAMP_X(r600_tex_wrap(state->wrap_s)) |
953 S_03C000_CLAMP_Y(r600_tex_wrap(state->wrap_t)) |
954 S_03C000_CLAMP_Z(r600_tex_wrap(state->wrap_r)) |
H A Dr600_state_common.c1467 unsigned r600_tex_wrap(unsigned wrap) function
/external/mesa3d/src/gallium/drivers/r600/
H A Devergreen_compute_internal.c584 S_03C000_CLAMP_X(r600_tex_wrap(sampler->state.wrap_s)) |
585 S_03C000_CLAMP_Y(r600_tex_wrap(sampler->state.wrap_t)) |
586 S_03C000_CLAMP_Z(r600_tex_wrap(sampler->state.wrap_r)) |
H A Dr600_state.c980 ss->tex_sampler_words[0] = S_03C000_CLAMP_X(r600_tex_wrap(state->wrap_s)) |
981 S_03C000_CLAMP_Y(r600_tex_wrap(state->wrap_t)) |
982 S_03C000_CLAMP_Z(r600_tex_wrap(state->wrap_r)) |
H A Dr600_pipe.h661 unsigned r600_tex_wrap(unsigned wrap);
H A Devergreen_state.c952 ss->tex_sampler_words[0] = S_03C000_CLAMP_X(r600_tex_wrap(state->wrap_s)) |
953 S_03C000_CLAMP_Y(r600_tex_wrap(state->wrap_t)) |
954 S_03C000_CLAMP_Z(r600_tex_wrap(state->wrap_r)) |
H A Dr600_state_common.c1467 unsigned r600_tex_wrap(unsigned wrap) function

Completed in 198 milliseconds