Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/include/pipe/
H A Dp_screen.h481 void (*query_memory_info)(struct pipe_screen *screen, member
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/mesa/pipe/
H A Dscreen.rs450 pub fn query_memory_info(&self) -> Option<pipe_memory_info> { in query_memory_info() method