Home
last modified time | relevance | path

Searched defs:pipe_sampler_state (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/include/pipe/
Dp_state.h367 struct pipe_sampler_state struct
369 unsigned wrap_s:3; /**< PIPE_TEX_WRAP_x */
370 unsigned wrap_t:3; /**< PIPE_TEX_WRAP_x */
371 unsigned wrap_r:3; /**< PIPE_TEX_WRAP_x */
372 unsigned min_img_filter:1; /**< PIPE_TEX_FILTER_x */
373 unsigned min_mip_filter:2; /**< PIPE_TEX_MIPFILTER_x */
374 unsigned mag_img_filter:1; /**< PIPE_TEX_FILTER_x */
375 unsigned compare_mode:1; /**< PIPE_TEX_COMPARE_x */
376 unsigned compare_func:3; /**< PIPE_FUNC_x */
377 unsigned normalized_coords:1; /**< Are coords normalized to [0,1]? */
[all …]