Home
last modified time | relevance | path

Searched defs:pipe_sampler_view (Results 1 – 3 of 3) sorted by relevance

/external/virglrenderer/src/gallium/include/pipe/
Dp_state.h364 struct pipe_sampler_view struct
366 struct pipe_reference reference;
367 enum pipe_format format; /**< typed PIPE_FORMAT_x */
368 struct pipe_resource *texture; /**< texture into which this is a view */
369 struct pipe_context *context; /**< context this view belongs to */
370 union {
381 } u;
382 unsigned swizzle_r:3; /**< PIPE_SWIZZLE_x for red component */
383 unsigned swizzle_g:3; /**< PIPE_SWIZZLE_x for green component */
384 unsigned swizzle_b:3; /**< PIPE_SWIZZLE_x for blue component */
[all …]
/external/mesa3d/src/gallium/include/pipe/
Dp_state.h469 struct pipe_sampler_view struct
471 struct pipe_reference reference;
472 enum pipe_format format:15; /**< typed PIPE_FORMAT_x */
473 enum pipe_texture_target target:5; /**< PIPE_TEXTURE_x */
474 unsigned swizzle_r:3; /**< PIPE_SWIZZLE_x for red component */
475 unsigned swizzle_g:3; /**< PIPE_SWIZZLE_x for green component */
476 unsigned swizzle_b:3; /**< PIPE_SWIZZLE_x for blue component */
477 unsigned swizzle_a:3; /**< PIPE_SWIZZLE_x for alpha component */
478 struct pipe_resource *texture; /**< texture into which this is a view */
479 struct pipe_context *context; /**< context this view belongs to */
[all …]
/external/mesa3d/src/gallium/frontends/nine/
Dnine_state.c1439 ARG_BIND_VIEW(struct pipe_sampler_view, view0), in CSMT_ITEM_NO_WAIT()