Searched defs:pipe_sampler_view (Results 1 – 3 of 3) sorted by relevance
363 struct pipe_sampler_view struct365 struct pipe_reference reference;366 enum pipe_format format; /**< typed PIPE_FORMAT_x */367 struct pipe_resource *texture; /**< texture into which this is a view */368 struct pipe_context *context; /**< context this view belongs to */369 union {380 } u;381 unsigned swizzle_r:3; /**< PIPE_SWIZZLE_x for red component */382 unsigned swizzle_g:3; /**< PIPE_SWIZZLE_x for green component */383 unsigned swizzle_b:3; /**< PIPE_SWIZZLE_x for blue component */[all …]
441 struct pipe_sampler_view struct443 struct pipe_reference reference;444 enum pipe_format format:15; /**< typed PIPE_FORMAT_x */445 enum pipe_texture_target target:5; /**< PIPE_TEXTURE_x */446 unsigned swizzle_r:3; /**< PIPE_SWIZZLE_x for red component */447 unsigned swizzle_g:3; /**< PIPE_SWIZZLE_x for green component */448 unsigned swizzle_b:3; /**< PIPE_SWIZZLE_x for blue component */449 unsigned swizzle_a:3; /**< PIPE_SWIZZLE_x for alpha component */450 struct pipe_resource *texture; /**< texture into which this is a view */451 struct pipe_context *context; /**< context this view belongs to */[all …]
1364 ARG_BIND_VIEW(struct pipe_sampler_view, view0), in CSMT_ITEM_NO_WAIT()