Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/mesa/pipe/
H A Dresource.rs20 pub struct PipeImageView { struct
24 impl PipeImageView { implementation
37 impl Drop for PipeImageView { implementation
45 unsafe impl Send for PipeImageView {} implementation
46 unsafe impl Sync for PipeImageView {} implementation
128 ) -> PipeImageView { in pipe_image_view()
H A Dcontext.rs495 pub fn set_shader_images(&self, images: &[PipeImageView]) { in set_shader_images()