Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.h188 struct lp_static_texture_state struct
191 enum pipe_format format;
192 enum pipe_format res_format;
193 unsigned swizzle_r:3; /**< PIPE_SWIZZLE_* */
194 unsigned swizzle_g:3;
195 unsigned swizzle_b:3;
196 unsigned swizzle_a:3;
199 enum pipe_texture_target target:5; /**< PIPE_TEXTURE_* */
200 enum pipe_texture_target res_target:5;
201 unsigned pot_width:1; /**< is the width a power of two? */
[all …]