Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi_info.c57 static void gather_usage_helper(const nir_deref_instr **deref_ptr, in gather_usage_helper()
/external/rust/crates/zerocopy/src/
Dlib.rs2057 let deref_ptr = lv.deref() as *const u8; in test_address() localVariable
2063 let deref_ptr = lv.deref().as_ptr(); in test_address() localVariable