Home
last modified time | relevance | path

Searched defs:base_ptr (Results 1 – 25 of 100) sorted by relevance

1234

/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_gather.c51 LLVMValueRef base_ptr, in lp_build_gather_elem_ptr()
86 LLVMValueRef base_ptr, in lp_build_gather_elem()
170 LLVMValueRef base_ptr, in lp_build_gather_elem_vec()
282 LLVMValueRef base_ptr, in lp_build_gather_avx2()
413 LLVMValueRef base_ptr, in lp_build_gather()
H A Dlp_bld_format_s3tc.c226 LLVMValueRef base_ptr, in lp_build_gather_s3tc()
2038 LLVMValueRef base_ptr, in compressed_fetch_cached()
2191 LLVMValueRef base_ptr, in lp_build_fetch_s3tc_rgba_aos()
2325 LLVMValueRef base_ptr, in lp_build_gather_rgtc()
2556 LLVMValueRef base_ptr, in lp_build_fetch_rgtc_rgba_aos()
H A Dlp_bld_format_soa.c419 LLVMValueRef base_ptr, in lp_build_fetch_rgba_soa()
1017 LLVMValueRef base_ptr, in lp_build_store_rgba_soa()
H A Dlp_bld_format_aos_array.c56 LLVMValueRef base_ptr, in lp_build_fetch_rgba_aos_array()
/aosp_15_r20/external/icu/android_icu4j/testing/src/com/android/i18n/test/timezone/internal/
H A DMemoryTest.java38 long base_ptr = runtime.addressOf(array); in testSetIntArray() local
79 long base_ptr = runtime.addressOf(array); in testSetLongArray() local
117 long base_ptr = runtime.addressOf(array); in testSetShortArray() local
/aosp_15_r20/libcore/luni/src/test/java/libcore/libcore/io/
H A DMemoryTest.java37 long base_ptr = runtime.addressOf(array); in testSetIntArray() local
78 long base_ptr = runtime.addressOf(array); in testSetLongArray() local
116 long base_ptr = runtime.addressOf(array); in testSetShortArray() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dhlo_to_ir_bindings.cc101 llvm::Value* base_ptr) { in EmitGetTupleElement()
176 llvm::Value* base_ptr = GetBasePointer(hlo, shape_index); in GetIrArray() local
H A Dprecompiled_kernels.cc159 se::DeviceMemoryBase base_ptr, int stride_bytes, int n, in MakeBatchPointers()
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/
H A Daddressing.hpp164 T *base_ptr, size_t ld_row, size_t ld_col, in fill_pointer_array()
193 T *base_ptr, size_t ld_row, size_t ld_col, in fill_pointer_array_generic_kernel()
H A Daddressing.cpp42 auto base_ptr = reinterpret_cast<char *>(base_ptr_raw); in fill_pointer_array() local
101 auto base_ptr = reinterpret_cast<char *>(base_ptr_raw); in fill_pointer_array_generic_kernel() local
/aosp_15_r20/external/pigweed/pw_allocator/
H A Dunique_ptr_test.cc93 pw::UniquePtr<Base> base_ptr(std::move(ptr)); in TEST_F() local
110 pw::UniquePtr<Base> base_ptr = std::move(ptr); in TEST_F() local
/aosp_15_r20/art/runtime/interpreter/
H A Dunstarted_runtime_test.cc174 const uint8_t* base_ptr = base_array; in TEST_F() local
194 const uint8_t* base_ptr = base_array; in TEST_F() local
217 const uint8_t* base_ptr = base_array; in TEST_F() local
240 const uint8_t* base_ptr = base_array; in TEST_F() local
/aosp_15_r20/external/coreboot/tests/lib/
H A Dimd_cbmem-test.c459 void *base_ptr = NULL; in test_cbmem_add_bootmem() local
491 void *base_ptr = NULL; in test_cbmem_get_region() local
/aosp_15_r20/external/rust/android-crates-io/crates/libbpf-rs/src/btf/
Dtypes.rs204 let base_ptr = unsafe { localVariable
366 let base_ptr = t.ty as *const libbpf_sys::btf_type; in try_from() localVariable
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DMemoryAccess.cuh165 __device__ aligned_vector<scalar_t, vec_size> load_vector(const scalar_t *base_ptr, uint32_t offset… in load_vector()
172 __device__ aligned_vector<bool, vec_size> load_vector(const bool *base_ptr, uint32_t offset) { in load_vector()
/aosp_15_r20/test/vts/vndk_utils/library/vtable/testing/
H A Dtest-vtable.cpp43 void dummy_init() { VirtualBase *base_ptr = new ConcreteDerived(); } in dummy_init() local
/aosp_15_r20/cts/hostsidetests/securitybulletin/securityPatch/CVE-2018-9558/
H A Dpoc.cpp67 uint8_t *base_ptr = (uint8_t *)(p_t2t->lockbyte + RW_T1T_MAX_LOCK_BYTES); in main() local
/aosp_15_r20/art/imgdiag/
H A Dimgdiag.cc636 const uint8_t* base_ptr, in DiffEntryContents()
951 const uint8_t* base_ptr, in DiffEntryContents()
1182 const uint8_t* base_ptr = begin_image_ptr; in ProcessRegion() local
1214 const uint8_t* base_ptr, in DiffDirtyEntries()
/aosp_15_r20/external/clang/test/PCH/
H A Dcxx_exprs.h10 Base *base_ptr; variable
/aosp_15_r20/external/jemalloc_new/src/
H A Dandroid_je_iterate.c67 uintptr_t base_ptr = (uintptr_t)extent_addr_get(extent); in je_malloc_iterate() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/
H A Dtf_cpurt.h40 MemrefTensorBuffer(void* base_ptr, void* data, size_t size, bool owner) in MemrefTensorBuffer()
H A Dtf_jitrt.h49 MemrefTensorBuffer(void* base_ptr, void* data, size_t size, bool owner) in MemrefTensorBuffer()
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_context.c1119 const void *base_ptr, in draw_set_mapped_texture()
1141 const void *base_ptr, in draw_set_mapped_image()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dcode_sink.cpp175 Instruction* base_ptr = inst->GetBaseAddress(); in ReferencesMutableMemory() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dcode_sink.cpp175 Instruction* base_ptr = inst->GetBaseAddress(); in ReferencesMutableMemory() local

1234