Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/include/pipe/
Dp_state.h514 struct pipe_image_view struct
516 struct pipe_resource *resource; /**< resource into which this is a view */
517 enum pipe_format format; /**< typed PIPE_FORMAT_x */
518 uint16_t access; /**< PIPE_IMAGE_ACCESS_x */
519 uint16_t shader_access; /**< PIPE_IMAGE_ACCESS_x */
521 union {
531 } u;