Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample.h168 struct lp_static_texture_state struct
171 enum pipe_format format;
172 unsigned swizzle_r:3; /**< PIPE_SWIZZLE_* */
173 unsigned swizzle_g:3;
174 unsigned swizzle_b:3;
175 unsigned swizzle_a:3;
178 enum pipe_texture_target target:5; /**< PIPE_TEXTURE_* */
179 unsigned pot_width:1; /**< is the width a power of two? */
180 unsigned pot_height:1;
181 unsigned pot_depth:1;
[all …]