Searched defs:pipe_image_view (Results 1 – 2 of 2) sorted by relevance
36 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
529 struct pipe_image_view struct531 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;