Searched defs:aniso_flag_offset (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Devergreen_compute_internal.c579 unsigned aniso_flag_offset = sampler->state.max_anisotropy > 1 ? 2 : 0; local
587 S_03C000_XY_MAG_FILTER(r600_tex_filter(sampler->state.mag_img_filter) | aniso_flag_offset) |
588 S_03C000_XY_MIN_FILTER(r600_tex_filter(sampler->state.min_img_filter) | aniso_flag_offset) |
H A Devergreen_state.c941 unsigned aniso_flag_offset = state->max_anisotropy > 1 ? 2 : 0; local
955 S_03C000_XY_MAG_FILTER(r600_tex_filter(state->mag_img_filter) | aniso_flag_offset) |
956 S_03C000_XY_MIN_FILTER(r600_tex_filter(state->min_img_filter) | aniso_flag_offset) |
H A Dr600_state.c970 unsigned aniso_flag_offset = state->max_anisotropy > 1 ? 4 : 0; local
983 S_03C000_XY_MAG_FILTER(r600_tex_filter(state->mag_img_filter) | aniso_flag_offset) |
984 S_03C000_XY_MIN_FILTER(r600_tex_filter(state->min_img_filter) | aniso_flag_offset) |
/external/mesa3d/src/gallium/drivers/r600/
H A Devergreen_compute_internal.c579 unsigned aniso_flag_offset = sampler->state.max_anisotropy > 1 ? 2 : 0; local
587 S_03C000_XY_MAG_FILTER(r600_tex_filter(sampler->state.mag_img_filter) | aniso_flag_offset) |
588 S_03C000_XY_MIN_FILTER(r600_tex_filter(sampler->state.min_img_filter) | aniso_flag_offset) |
H A Devergreen_state.c941 unsigned aniso_flag_offset = state->max_anisotropy > 1 ? 2 : 0; local
955 S_03C000_XY_MAG_FILTER(r600_tex_filter(state->mag_img_filter) | aniso_flag_offset) |
956 S_03C000_XY_MIN_FILTER(r600_tex_filter(state->min_img_filter) | aniso_flag_offset) |
H A Dr600_state.c970 unsigned aniso_flag_offset = state->max_anisotropy > 1 ? 4 : 0; local
983 S_03C000_XY_MAG_FILTER(r600_tex_filter(state->mag_img_filter) | aniso_flag_offset) |
984 S_03C000_XY_MIN_FILTER(r600_tex_filter(state->min_img_filter) | aniso_flag_offset) |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
H A Dsi_state.c2136 unsigned aniso_flag_offset = state->max_anisotropy > 1 ? 2 : 0; local
2164 aniso_flag_offset << 16 | /* XXX */
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state.c2136 unsigned aniso_flag_offset = state->max_anisotropy > 1 ? 2 : 0; local
2164 aniso_flag_offset << 16 | /* XXX */

Completed in 139 milliseconds