Searched defs:pipe_sampler_view (Results 1 – 1 of 1) sorted by relevance
358 struct pipe_sampler_view struct360 struct pipe_reference reference;361 enum pipe_format format; /**< typed PIPE_FORMAT_x */362 struct pipe_resource *texture; /**< texture into which this is a view */363 struct pipe_context *context; /**< context this view belongs to */364 union {375 } u;376 unsigned swizzle_r:3; /**< PIPE_SWIZZLE_x for red component */377 unsigned swizzle_g:3; /**< PIPE_SWIZZLE_x for green component */378 unsigned swizzle_b:3; /**< PIPE_SWIZZLE_x for blue component */[all …]