Searched defs:lp_sampler_static_state (Results 1 – 2 of 2) sorted by relevance
69 struct lp_sampler_static_state struct72 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 …]
95 lp_sampler_static_state(struct lp_sampler_static_state *state, in lp_sampler_static_state() function