Home
last modified time | relevance | path

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

/aosp_15_r20/external/virglrenderer/src/gallium/include/pipe/
H A Dp_state.h311 struct pipe_sampler_state struct
313 unsigned wrap_s:3; /**< PIPE_TEX_WRAP_x */
314 unsigned wrap_t:3; /**< PIPE_TEX_WRAP_x */
315 unsigned wrap_r:3; /**< PIPE_TEX_WRAP_x */
316 unsigned min_img_filter:2; /**< PIPE_TEX_FILTER_x */
317 unsigned min_mip_filter:2; /**< PIPE_TEX_MIPFILTER_x */
318 unsigned mag_img_filter:2; /**< PIPE_TEX_FILTER_x */
319 unsigned compare_mode:1; /**< PIPE_TEX_COMPARE_x */
320 unsigned compare_func:3; /**< PIPE_FUNC_x */
321 unsigned normalized_coords:1; /**< Are coords normalized to [0,1]? */
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/include/pipe/
H A Dp_state.h419 struct pipe_sampler_state struct
421 unsigned wrap_s:3; /**< PIPE_TEX_WRAP_x */
422 unsigned wrap_t:3; /**< PIPE_TEX_WRAP_x */
423 unsigned wrap_r:3; /**< PIPE_TEX_WRAP_x */
424 unsigned min_img_filter:1; /**< PIPE_TEX_FILTER_x */
425 unsigned min_mip_filter:2; /**< PIPE_TEX_MIPFILTER_x */
426 unsigned mag_img_filter:1; /**< PIPE_TEX_FILTER_x */
427 unsigned compare_mode:1; /**< PIPE_TEX_COMPARE_x */
428 unsigned compare_func:3; /**< PIPE_FUNC_x */
429 unsigned unnormalized_coords:1; /**< Are coords normalized to [0,1]? */
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/core/
H A Dmemory.rs1679 ) -> pipe_sampler_state { in cl_to_pipe()
1707 pub fn pipe(&self) -> pipe_sampler_state { in pipe()