Searched defs:pipe_image_view (Results 1 – 2 of 2) sorted by relevance
30 pub fn slice_to_pipe(slice: &[PipeImageView]) -> &[pipe_image_view] { in slice_to_pipe()122 pub fn pipe_image_view( in pipe_image_view() method
527 struct pipe_image_view struct529 struct pipe_resource *resource; /**< resource into which this is a view */530 enum pipe_format format; /**< typed PIPE_FORMAT_x */531 uint16_t access; /**< PIPE_IMAGE_ACCESS_x */532 uint16_t shader_access; /**< PIPE_IMAGE_ACCESS_x */533 union {551 } u;