HomeSort by relevance Sort by last modified time
    Searched refs:base_ptr (Results 1 - 18 of 18) sorted by null

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_gather.h 39 LLVMValueRef base_ptr,
48 LLVMValueRef base_ptr,
57 LLVMValueRef base_ptr,
lp_bld_gather.c 45 LLVMValueRef base_ptr,
52 assert(LLVMTypeOf(base_ptr) == LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0));
62 ptr = LLVMBuildGEP(gallivm->builder, base_ptr, &offset, 1, "");
78 LLVMValueRef base_ptr,
88 assert(LLVMTypeOf(base_ptr) == LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0));
90 ptr = lp_build_gather_elem_ptr(gallivm, length, base_ptr, offsets, i);
112 * @param base_ptr base pointer, should be a i8 pointer type.
120 LLVMValueRef base_ptr,
129 base_ptr, offsets, 0);
143 base_ptr, offsets, i)
    [all...]
lp_bld_format.h 65 LLVMValueRef base_ptr,
74 LLVMValueRef base_ptr,
105 LLVMValueRef base_ptr,
120 LLVMValueRef base_ptr,
lp_bld_format_aos_array.c 45 * \param base_ptr address of the pixel block (or the texel if uncompressed)
52 LLVMValueRef base_ptr,
75 ptr = LLVMBuildGEP(builder, base_ptr, &offset, 1, "");
lp_bld_format_soa.c 299 * \param base_ptr points to start of the texture image block. For non-
312 LLVMValueRef base_ptr,
345 base_ptr, offset);
373 base_ptr, offset, i, j);
423 base_ptr, offset_elem,
lp_bld_format_aos.c 374 LLVMValueRef base_ptr,
407 base_ptr, offset);
446 base_ptr, offset, k);
475 return lp_build_fetch_rgba_aos_array(gallivm, format_desc, type, base_ptr, offset);
494 base_ptr,
580 base_ptr, offset, k);
676 base_ptr, offset, k);
lp_bld_format_yuv.c 448 LLVMValueRef base_ptr,
461 packed = lp_build_gather(gallivm, n, 32, 32, base_ptr, offset);
lp_bld_tgsi_soa.c 432 LLVMValueRef base_ptr,
446 LLVMValueRef scalar_ptr = LLVMBuildGEP(builder, base_ptr,
462 LLVMValueRef base_ptr,
488 LLVMValueRef scalar_ptr = LLVMBuildGEP(builder, base_ptr, &index, 1, "scatter_ptr");
    [all...]
  /libcore/luni/src/test/java/libcore/io/
MemoryTest.java 35 long base_ptr = runtime.addressOf(array); local
38 long ptr = base_ptr + ptr_offset; // To test aligned and unaligned accesses.
76 long base_ptr = runtime.addressOf(array); local
79 long ptr = base_ptr + ptr_offset; // To test aligned and unaligned accesses.
114 long base_ptr = runtime.addressOf(array); local
117 long ptr = base_ptr + ptr_offset; // To test aligned and unaligned accesses.
  /external/clang/test/PCH/
cxx_exprs.h 10 Base *base_ptr; variable
11 typedef __typeof__(dynamic_cast<Derived *>(base_ptr)) dynamic_cast_result;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
execution_monitor.hpp 206 typedef boost::scoped_ptr<translate_exception_base> base_ptr; typedef in class:boost::detail::translate_exception
208 explicit translate_exception( ExceptionTranslator const& tr, base_ptr& next )
  /art/runtime/interpreter/
unstarted_runtime_test.cc 206 const uint8_t* base_ptr = base_array; local
212 tmp->SetVRegLong(0, static_cast<int64_t>(reinterpret_cast<intptr_t>(base_ptr + i)));
228 const uint8_t* base_ptr = base_array; local
235 tmp->SetVRegLong(0, static_cast<int64_t>(reinterpret_cast<intptr_t>(base_ptr + i)));
240 const unaligned_short* short_ptr = reinterpret_cast<const unaligned_short*>(base_ptr + i);
253 const uint8_t* base_ptr = base_array; local
260 tmp->SetVRegLong(0, static_cast<int64_t>(reinterpret_cast<intptr_t>(base_ptr + i)));
265 const unaligned_int* int_ptr = reinterpret_cast<const unaligned_int*>(base_ptr + i);
278 const uint8_t* base_ptr = base_array; local
285 tmp->SetVRegLong(0, static_cast<int64_t>(reinterpret_cast<intptr_t>(base_ptr + i)))
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_shader.c 115 * the type pointed to by the base_ptr parameter (e.g. int is the element of
124 LLVMValueRef base_ptr,
128 gallivm->builder, base_ptr, &offset, 1, "");
  /external/opencv/cvaux/src/
cvbgfg_gaussmix.cpp 227 CvBGStatModel* base_ptr = (CvBGStatModel*)bg_model; local
230 bg_model->release( &base_ptr );
cvbgfg_acmmm2003.cpp 167 CvBGStatModel* base_ptr = (CvBGStatModel*)p_model; local
170 p_model->release( &base_ptr );
  /system/core/libziparchive/
zip_archive.cc 527 const uint8_t* base_ptr = reinterpret_cast<const uint8_t*>( local
529 if (ptr < base_ptr || ptr > base_ptr + archive->directory_map.getDataLength()) {
    [all...]
  /external/mesa3d/src/gallium/auxiliary/translate/
translate_sse.c 51 const void *base_ptr; member in struct:translate_buffer
    [all...]
  /external/libevent/
evdns.c 382 #define TO_SERVER_REQUEST(base_ptr) \
384 (((char*)(base_ptr) - evutil_offsetof(struct server_request, base))))
    [all...]

Completed in 1851 milliseconds