Searched defs:pipe_sampler_state (Results 1 – 1 of 1) sorted by relevance
418 struct pipe_sampler_state struct420 unsigned wrap_s:3; /**< PIPE_TEX_WRAP_x */421 unsigned wrap_t:3; /**< PIPE_TEX_WRAP_x */422 unsigned wrap_r:3; /**< PIPE_TEX_WRAP_x */423 unsigned min_img_filter:1; /**< PIPE_TEX_FILTER_x */424 unsigned min_mip_filter:2; /**< PIPE_TEX_MIPFILTER_x */425 unsigned mag_img_filter:1; /**< PIPE_TEX_FILTER_x */426 unsigned compare_mode:1; /**< PIPE_TEX_COMPARE_x */427 unsigned compare_func:3; /**< PIPE_FUNC_x */428 unsigned normalized_coords:1; /**< Are coords normalized to [0,1]? */[all …]