Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/include/pipe/
Dp_state.h499 struct pipe_image_view struct
501 struct pipe_resource *resource; /**< resource into which this is a view */
502 enum pipe_format format; /**< typed PIPE_FORMAT_x */
503 uint16_t access; /**< PIPE_IMAGE_ACCESS_x */
504 uint16_t shader_access; /**< PIPE_IMAGE_ACCESS_x */
506 union {
516 } u;