HomeSort by relevance Sort by last modified time
    Searched refs:eg_tex_filter (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/r600/
r600_pipe_common.h 851 static inline unsigned eg_tex_filter(unsigned filter, unsigned max_aniso) function
evergreen_state.c 589 S_03C000_XY_MAG_FILTER(eg_tex_filter(state->mag_img_filter, max_aniso)) |
590 S_03C000_XY_MIN_FILTER(eg_tex_filter(state->min_img_filter, max_aniso)) |
    [all...]

Completed in 233 milliseconds