Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/mesa/pipe/
H A Dcontext.rs495 pub fn set_shader_images(&self, images: &[PipeImageView]) { in set_shader_images() method
/aosp_15_r20/external/mesa3d/src/gallium/include/pipe/
H A Dp_context.h612 void (*set_shader_images)(struct pipe_context *, member