Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample.h162 struct lp_static_texture_state struct
165 enum pipe_format format;
166 unsigned swizzle_r:3; /**< PIPE_SWIZZLE_* */
167 unsigned swizzle_g:3;
168 unsigned swizzle_b:3;
169 unsigned swizzle_a:3;
172 unsigned target:4; /**< PIPE_TEXTURE_* */
173 unsigned pot_width:1; /**< is the width a power of two? */
174 unsigned pot_height:1;
175 unsigned pot_depth:1;
[all …]