Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/rusticl/mesa/pipe/
Dresource.rs36 pub fn slice_to_pipe(slice: &[PipeImageView]) -> &[pipe_image_view] { in slice_to_pipe()
127 pub fn pipe_image_view(&self, read_write: bool, host_access: u16) -> PipeImageView { in pipe_image_view() method
/external/mesa3d/src/gallium/include/pipe/
Dp_state.h529 struct pipe_image_view struct
531 struct pipe_resource *resource; /**< resource into which this is a view */
532 enum pipe_format format; /**< typed PIPE_FORMAT_x */
533 uint16_t access; /**< PIPE_IMAGE_ACCESS_x */
534 uint16_t shader_access; /**< PIPE_IMAGE_ACCESS_x */
535 union {
553 } u;