Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample.h69 struct lp_sampler_static_state struct
72 enum pipe_format format;
73 unsigned swizzle_r:3; /**< PIPE_SWIZZLE_* */
74 unsigned swizzle_g:3;
75 unsigned swizzle_b:3;
76 unsigned swizzle_a:3;
79 unsigned target:3; /**< PIPE_TEXTURE_* */
80 unsigned pot_width:1; /**< is the width a power of two? */
81 unsigned pot_height:1;
82 unsigned pot_depth:1;
[all …]
Dlp_bld_sample.c95 lp_sampler_static_state(struct lp_sampler_static_state *state, in lp_sampler_static_state() function