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.h131 struct lp_static_texture_state struct
134 enum pipe_format format;
135 unsigned swizzle_r:3; /**< PIPE_SWIZZLE_* */
136 unsigned swizzle_g:3;
137 unsigned swizzle_b:3;
138 unsigned swizzle_a:3;
141 unsigned target:4; /**< PIPE_TEXTURE_* */
142 unsigned pot_width:1; /**< is the width a power of two? */
143 unsigned pot_height:1;
144 unsigned pot_depth:1;
[all …]