Home
last modified time | relevance | path

Searched refs:unified_memory (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/api/
H A Ddevice.rs102 CL_DEVICE_HOST_UNIFIED_MEMORY => cl_prop::<bool>(dev.unified_memory()), in query()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/core/
H A Ddevice.rs1040 pub fn unified_memory(&self) -> bool { in unified_memory() method