Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/include/pipe/
Dp_state.h310 struct pipe_sampler_state struct
312 unsigned wrap_s:3; /**< PIPE_TEX_WRAP_x */
313 unsigned wrap_t:3; /**< PIPE_TEX_WRAP_x */
314 unsigned wrap_r:3; /**< PIPE_TEX_WRAP_x */
315 unsigned min_img_filter:2; /**< PIPE_TEX_FILTER_x */
316 unsigned min_mip_filter:2; /**< PIPE_TEX_MIPFILTER_x */
317 unsigned mag_img_filter:2; /**< PIPE_TEX_FILTER_x */
318 unsigned compare_mode:1; /**< PIPE_TEX_COMPARE_x */
319 unsigned compare_func:3; /**< PIPE_FUNC_x */
320 unsigned normalized_coords:1; /**< Are coords normalized to [0,1]? */
[all …]
/external/mesa3d/src/gallium/include/pipe/
Dp_state.h388 struct pipe_sampler_state struct
390 unsigned wrap_s:3; /**< PIPE_TEX_WRAP_x */
391 unsigned wrap_t:3; /**< PIPE_TEX_WRAP_x */
392 unsigned wrap_r:3; /**< PIPE_TEX_WRAP_x */
393 unsigned min_img_filter:1; /**< PIPE_TEX_FILTER_x */
394 unsigned min_mip_filter:2; /**< PIPE_TEX_MIPFILTER_x */
395 unsigned mag_img_filter:1; /**< PIPE_TEX_FILTER_x */
396 unsigned compare_mode:1; /**< PIPE_TEX_COMPARE_x */
397 unsigned compare_func:3; /**< PIPE_FUNC_x */
398 unsigned normalized_coords:1; /**< Are coords normalized to [0,1]? */
[all …]