Home
last modified time | relevance | path

Searched defs:MemBase (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/core/
H A Dmemory.rs197 pub struct MemBase { struct
214 base: MemBase, argument
393 impl MemBase { implementation
768 impl Drop for MemBase { implementation
/aosp_15_r20/external/llvm/unittests/Support/
H A DAllocatorTest.cpp150 void *MemBase = malloc(Size + Alignment - 1 + sizeof(void*)); in Allocate() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kBaseInfo.h42 enum { MemDisp = 0, MemBase = 1, MemIndex = 2, MemOuter = 3 }; enumerator
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/api/
H A Dtypes.rs156 pub fn call(self, mem: &MemBase) { in call()
H A Dmemory.rs85 fn validate_map_flags(m: &MemBase, map_flags: cl_mem_flags) -> CLResult<()> { in validate_map_flags()
190 fn validate_matching_buffer_flags(mem: &MemBase, flags: cl_mem_flags) -> CLResult<()> { in validate_matching_buffer_flags()
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DWasmTranslator.cpp1412 auto MemBase = getWasmMemory(); in sanitizeAddress() local