Searched defs:pipe_sampler_view (Results 1 – 2 of 2) sorted by relevance
473 struct pipe_sampler_view struct478 enum pipe_format format:15; /**< typed PIPE_FORMAT_x */479 enum pipe_texture_target target:5; /**< PIPE_TEXTURE_x */480 unsigned swizzle_r:3; /**< PIPE_SWIZZLE_x for red component */481 unsigned swizzle_g:3; /**< PIPE_SWIZZLE_x for green component */482 unsigned swizzle_b:3; /**< PIPE_SWIZZLE_x for blue component */483 unsigned swizzle_a:3; /**< PIPE_SWIZZLE_x for alpha component */484 struct pipe_resource *texture; /**< texture into which this is a view */485 struct pipe_context *context; /**< context this view belongs to */486 union {[all …]
1459 ARG_BIND_VIEW(struct pipe_sampler_view, view0), in CSMT_ITEM_NO_WAIT()