Searched defs:pipe_sampler_view (Results 1 – 2 of 2) sorted by relevance
421 struct pipe_sampler_view struct423 struct pipe_reference reference;424 enum pipe_texture_target target; /**< PIPE_TEXTURE_x */425 enum pipe_format format; /**< typed PIPE_FORMAT_x */426 struct pipe_resource *texture; /**< texture into which this is a view */427 struct pipe_context *context; /**< context this view belongs to */428 union {439 } u;440 unsigned swizzle_r:3; /**< PIPE_SWIZZLE_x for red component */441 unsigned swizzle_g:3; /**< PIPE_SWIZZLE_x for green component */[all …]
1451 ARG_BIND_VIEW(struct pipe_sampler_view, view0), in CSMT_ITEM_NO_WAIT()