Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi_info.c52 static void gather_usage_helper(const nir_deref_instr **deref_ptr, in gather_usage_helper()
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/zerocopy/src/
Dlib.rs6961 let deref_ptr: *const u8 = r.deref(); in test_address() localVariable
6967 let deref_ptr = r.deref().as_ptr(); in test_address() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/zerocopy/src/
Dlib.rs6961 let deref_ptr: *const u8 = r.deref(); in test_address() localVariable
6967 let deref_ptr = r.deref().as_ptr(); in test_address() localVariable